RE: HttpManager hangs.

> > Hi - heres a stack trace of the process when it has locked up.
> > I just hit exit on the command prompt - forcing this text up.
> 
> Can you retry with a modification of the
> org.w3c.www.protocol.http.connections.max property?
> By default it should be around 5, please try with something better like
> 100
> (edit http-server.props, or it should be available from the Proxy perperty
> (>max connections).


   We are having a similar problem with client code  hanging in HttpManager.waitForConnection.  In our case, upping the connections.max property delays the hang, but does not get rid of it.  We have multiple threads using the same HttpManager.  One of our engineers put logs into several classes of Jigsaw pkg to see whether connections get closed.  he reports they seem to close and the connection objects are collected by GC.  The sockets also seem to be cleaned.
 
Colin Gerety
colin@fastwater.com

Received on Wednesday, 22 August 2001 05:54:27 UTC