« Previous Next »

Thread: The FastCGI pool queue is full Error Number: 4 (0x80070004).

Last post 05-14-2009 2:07 AM by WWWWeb. 3 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (4 items)

Sort Posts:

  • 05-13-2009, 3:01 AM

    • WagnerC
    • Not Ranked
    • Joined on 05-13-2009, 6:42 AM
    • Posts 2

    The FastCGI pool queue is full Error Number: 4 (0x80070004).

     Hey,

    we got the following error on Win2k, IIS6 with FastCGI running PHP5 and only OpenX.org (2.8) as PHP app.

    Any Ideas?

    FastCGI Error

    The FastCGI Handler was unable to process the request.


    Error Details:

    • The FastCGI pool queue is full
    • Error Number: 4 (0x80070004).
    • Error Description: Das System kann die Datei nicht öffnen.

    HTTP Error 500 - Server Error.
    Internet Information Services (IIS)

  • 05-13-2009, 3:40 AM In reply to

    • WWWWeb
    • Top 100 Contributor
    • Joined on 04-30-2009, 5:42 AM
    • Posts 52

    Re: The FastCGI pool queue is full Error Number: 4 (0x80070004).

    I suspect your CGI program doesn't closed properly. You can simply check this by open task manager, and is there lots of CGI process?

  • 05-13-2009, 10:16 AM In reply to

    • WagnerC
    • Not Ranked
    • Joined on 05-13-2009, 6:42 AM
    • Posts 2

    Re: The FastCGI pool queue is full Error Number: 4 (0x80070004).

    Right now, about 30mins after the last IIS-restart due to the problem we have 7 php-cgi.exe processes.
  • 05-14-2009, 2:07 AM In reply to

    • WWWWeb
    • Top 100 Contributor
    • Joined on 04-30-2009, 5:42 AM
    • Posts 52

    Re: The FastCGI pool queue is full Error Number: 4 (0x80070004).

    These three configuration item should be related to this error.

     

    instanceMaxRequests Optional uint attribute.

    Specifies the maximum number of requests that can be processed by each FastCGI worker process before it is recycled. Acceptable values are in the range from 1 through 10000000.

    The default value is 200.
    maxInstances Optional uint attribute.

    Specifies the maximum number of FastCGI worker processes that can be started in an application pool. Acceptable values are in the range from 1 through 10000.

    The default value is 4.

    queueLength

    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.

     

Page 1 of 1 (4 items)
Microsoft Communities