Re: Multiple httpclient sessions and hanging??

2003-06-11 Thread Jan Gonsalves
Mike, Ipersonally don't think it's HTTPClient, however, the running out of sockets idea is interesting. I recently hung reading a file with the following last four lines of the stack trace being: at java.net.SocketInputStream.socketRead0(Native Method) at java.net.SocketInputStream.read(SocketI

Re: Multiple httpclient sessions and hanging??

2003-06-11 Thread Michael Becke
Hi Jan, It is difficult to be sure without a little more detail. At this point my only guess is that you are running out of sockets (on either the client or server) and/or HttpConnections. It is good that you are using Beta1. Alpha3 had some serious problems, particularly with posts and thr

Multiple httpclient sessions and hanging??

2003-06-11 Thread Jan Gonsalves
I'm seeing a problem where I have two very similar HttpClient apps running in different JVMs. I ran App1 with Beta1 for 20+ ours straight and it just chugged along and did it's thing. I started App2 with Alpha3 this morning and the minute it came up, App1 hung. Definition of Hung: "In the mi