Kbase P89569: IIS can not spawn more than certain number of Webspeed cgiip messengers
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/4/2004 |
|
Status: Unverified
SYMPTOM(s):
IIS can not spawn more than certain number of Webspeed cgiip messengers
After certain number of requests come in and cgiip.exe processes spawned, no more cgiip.exe processes run from task manager
No errors in webserver log file
IIS 5 running on windows2000 server
CAUSE:
IIS limitation on cgi processes
FIX:
Increase PoolThreadLimit and MaxPoolThreads for IIS.
1. Create a DWORD value called UsePoolThreadForCGI in the following location, and set it to zero:
HKEY_LOCAL_MACHINE
\System
\CurrentControlSet
\Services
\W3SVC
\Parameters
2. MaxPoolThreads Registry Path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\InetInfo\Parameters
Data Type: REG_DWORD
Default Value: 4
Range: 0 - 4,294,967,295 (unlimited)