jakarta iis connector under heavy load

2005-05-16 Thread Anatoly Kern
Hello! One question about jakarta connector on IIS (isapi filter): Our servlet under heavy load does not receive some pages, client get error The connection with the server was reset or The server returned an invalid or unrecognized response It was with ~ 100 connections per minute. I tried to

Re: jakarta iis connector under heavy load

2005-05-16 Thread Peter Rossbach
Has you set the cachesize and cache_timeout at your tcp worker ? I have read that IIS default use only one TCP socket as default. Peter PS: 100 request per minute is not a heavy load and normal high end PC :-) Anatoly Kern schrieb: Hello! One question about jakarta connector on IIS (isapi

Re: jakarta iis connector under heavy load

2005-05-16 Thread Mladen Turk
Anatoly Kern wrote: Hello! http://jakarta.apache.org/tomcat/connectors-doc/config/workers.html (recovery_options=3,prepost_timeout=100,connect_timeout=100) but all Hi, prepost_timeout and connect_timeout are defined in milliseconds, Like you said read the: