Search found 2 matches

by AlexWeedy
2011-01-19T09:22:35-07:00
Forum: Developers
Topic: w3wp.exe blocked when executing imagemagick
Replies: 1
Views: 4393

Re: w3wp.exe blocked when executing imagemagick

I've changed the code to imagick now. This means, I added the imagick PHP extension to my running PHP version (5.2.17). The next step was to take out all exec() commands that executes some imagemagick files. This works perfect and is also faster then the exec() method. However, when I "stop" the ...
by AlexWeedy
2011-01-18T04:45:01-07:00
Forum: Developers
Topic: w3wp.exe blocked when executing imagemagick
Replies: 1
Views: 4393

w3wp.exe blocked when executing imagemagick

Hello! I have a big problem with my imagemagick installation on a Windows Server 2003 x64 running PHP on IIS6.0 The website works perfectly as long as no imagemagick process gets called. First, the execution of any kind of imagemagick scripts is really long. E.g. before I load my flash application ...