> -----Original Message----- > From: Ignacio J. Ortega [mailto:[EMAIL PROTECTED]] > > The comment is wrong, the problem is with the loadbalancer > logic, if one of the configured instances got lost, connect > returns WSAECONNREFUSED, with Malden's patch, the thread gots > stuck in a loop trying to connectto a non existing tc instance.. > Like I said you don't know if its non existing or just refusing more connections due to maximum connections reached. So what we need here is timout check inside connection phase, and not giving up on the first failed connection request. On the high load this will give you lots of 404's that are simply caused by the fact that the TC is too busy refusing more concurent connections. > Incidentally i have this config to test tc4 in port 8019 and > tc33 in 8009, i normally dont have the 2 versions working at > the same time, so i continually get WSAECONNREFUSED.. hence > the problem.. > If we put the timeout check inside the connection phase of the socket, after that time we could mark the worker as disabled, or skip the timeout testing for this worker, failing on the first connection error. If the connection gets valid again, then we can check the timeout over again. MT. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
- RE: cvs commit: jakarta-tomcat-connectors/jk/native2/c... GOMEZ Henri
- RE: cvs commit: jakarta-tomcat-connectors/jk/native2/c... andre . powroznik
- RE: cvs commit: jakarta-tomcat-connectors/jk/native2/c... GOMEZ Henri
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... mturk
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... costin
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... mturk
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... mturk
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... hgomez
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... nacho
- RE: cvs commit: jakarta-tomcat-connectors/jk/native2/c... Ignacio J. Ortega
- Re: cvs commit: jakarta-tomcat-connectors/jk/nati... Mladen Turk
- Re: cvs commit: jakarta-tomcat-connectors/jk/... Henri Gomez
- RE: cvs commit: jakarta-tomcat-connectors... Mladen Turk
- Re: cvs commit: jakarta-tomcat-connec... Henri Gomez
- RE: cvs commit: jakarta-tomcat-c... Mladen Turk
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... hgomez
- cvs commit: jakarta-tomcat-connectors/jk/native2/commo... hgomez
- RE: cvs commit: jakarta-tomcat-connectors/jk/nati... Mladen Turk
- Re: cvs commit: jakarta-tomcat-connectors/jk/... Henri Gomez
- Re: cvs commit: jakarta-tomcat-connectors... jean-frederic clere
- Re: cvs commit: jakarta-tomcat-connectors/jk/... jean-frederic clere