I have a data collection servlet running on tomcat 5.5.12 and Windows 2003. It is used by about 200 clients.
Every now and then I see the error below indicating that the server times out reading the HTTP request for the client. After some extensive investigation, what I know is:
- the timeouts happen precisely after 10 or 20 sec - there is no garbage collection or CPU activity to account for the timeout - after digging through the Tomcat code, the default socket timeout is 0, so the timeout should never occur. - the server is a dual CPU high-end server, so load should not be a problem.
I would guess the exception is misleading and the error is somewhere else? Any ideas?
--------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@(protected) For additional commands, e-mail: users-help@(protected)