Kbase P118127: Webclient program hangs when send large number of requests through IIS 6.0 webserver
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  23/08/2006 |
|
Status: Unverified
SYMPTOM(s):
Webclient program hangs when send large number of requests through IIS 6.0 webserver
9.1D09 Service pack is installed
Using Servlet Exec with AIA
CHANGE:
Moved from IIS 5.0 to 6.0 and moved Servlet Exec from 4.2 to 4.2.0.26.
CAUSE:
IIS 6 introduces a new HTTP-KeepAlive setting that is activated by default. If this is turned off, the client connection may be closed before all the requests are processed.
FIX:
Turn on the HTTP-KeepAlive the connection timeout setting on IIS and set it to a value greater or equal to the timeout connection of the appserver. The program should run to completion.
For more information please reference the following link:
http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/d7e13ea5-4350-497e-ba34-b25c0e9efd68.mspx?mfr=true