http://www.geocrawler.com/archives/3/928/2000/5/0/3820105/
Odi
Michael Becke wrote:
Hi Andrea,
The MultiThreadedHttpConnectionManager creates connections and keeps them open as long as it can. The number of connections kept open can be configured using setMaxConnectionsPerHost() and setMaxTotalConnections(). The issue of the sockets in the CLOSE_WAIT state seems to be a side effect of linux. In particular it seems to keep sockets is this state even after the java.net.Socket has been closed. I don't think there is much that can be done about it.
Mike
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]