简体   繁体   中英

Why only 6 php fastcgi workers loaded on IIS 8

I resize picture on the fly 1 per request via imagick. Every request I create new imagick object, read original file, resize it and return to browser. This is not faster way but I don't want use cache.

I always waiting until 6 workers will end resizing process for the start next new 6 images.

6名工人,共6张照片

Max number of php fastcgi workers is 6. And I don't like big queue time.

What can I do with it? Is this fastcgi primary problem?

IIS 8.5, php 5.6 win server 2012

It look like windows is to blame, no fix. I have same problem on Windows Server 2012 R2 but i found this https://stackoverflow.com/a/3476927/4866851

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM