Page 2 of 2

Re: GetMagickThreadSupport problem with mod_perl

Posted: 2016-07-21T03:23:08-07:00
by AliceWonder
This thread is from 2008. I found this thread via google.

It is now 2016 and this problem still exists, and it is not acceptable.

The problem is that without using MPM Worker, you can not use the PHP facilities for upload progress.

When uploading a file, the Ajax requests to get status on the upload will fail with MPM prefork because the requests won't be answered by the server until after the upload is finished. Using MPM worker is a must for upload progress that does not depend upon flash or java.

Apache 2.4.23 w/ php 5.6.23 as apache module
ImageMagick 6.9.3.10
PHP PECL ImageMagick 3.4.2

Re: GetMagickThreadSupport problem with mod_perl

Posted: 2016-07-21T03:32:47-07:00
by AliceWonder
I will try with ImageMagick 7 series and see if it still exists there. I need ImageMagick for the WebP support (I serve images as WebP to clients that report they support it)

Re: GetMagickThreadSupport problem with mod_perl

Posted: 2016-07-21T14:14:36-07:00
by AliceWonder
Problem persists with ImageMagick 7.0.2-4 and php-pecl-imagick 3.4.3RC1

Re: GetMagickThreadSupport problem with mod_perl

Posted: 2016-07-21T16:26:41-07:00
by AliceWonder
Hi - this was my error.
I wasn't building the zts version of the php module.

It works as it should.

Re: GetMagickThreadSupport problem with mod_perl

Posted: 2016-07-21T22:09:39-07:00
by dlemstra
Thanks for coming back to the topic and explain how you fix it for other users.