[EMAIL PROTECTED] wrote:
What I'd like to know is - is there a case when the cleaner thread realizes it can clean these not-closed connections out?

A connection will always be closed at some point. You just need to wait long enough. HTTP Servers will typically drop unused connections after 15 to 60 seconds because connections are valuable resources. Then it depends on the underlying OS how long it takes until the local resources are freed and the socket object can be collected.


--
 _________________________________________________________________
 NOSE applied intelligence ag

 ortwin glück                      [www]      http://www.nose.ch
 software engineer
 hardturmstrasse 171               [pgp id]           0x81CF3416
 8005 zürich                       [office]      +41-1-277 57 35
 switzerland                       [fax]         +41-1-277 57 12

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to