开发者

Problem - The FastCGI pool queue is full

开发者 https://www.devze.com 2023-02-02 14:48 出处:网络
I am encountering a problem where the following error is reported: The FastCGI pool queue is full Why 开发者_StackOverflow中文版would this be and how can I fix it?You could try increasing the Fast

I am encountering a problem where the following error is reported:

The FastCGI pool queue is full

Why 开发者_StackOverflow中文版would this be and how can I fix it?


You could try increasing the FastCGI "Queue Length" for your PHP CGI application.

Launch IIS Manager and open the FastCGI settings feature by double clicking on it:

Problem - The FastCGI pool queue is full

Select your PHP CGI application (the path may be slightly different from the one shown below), click Edit on the RHS pane. This will open a dialogue where you can change the queue length:

Problem - The FastCGI pool queue is full

The FastCGI queue length as described in the docs:

Specifies the maximum number of requests that can be queued for a FastCGI process pool. Acceptable values are in the range from 1 through 10000000. The default value is 1000.

0

精彩评论

暂无评论...
验证码 换一张
取 消