Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Problem - The FastCGI pool queue is full

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

The FastCGI pool queue is full

Why would this be and how can I fix it?

like image 251
Egglabs Avatar asked Dec 02 '25 08:12

Egglabs


1 Answers

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:

alt text

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:

alt text

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.

like image 141
Kev Avatar answered Dec 03 '25 20:12

Kev



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!