RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Magyar, Bence
Hi,
   
  You're right, it's probably something screwy with my client.  Not sure what 
it could be though.
   
  In looking at my Tomcat terminal, i see:
   
  INFO: Starting Coyote HTTP/1.1 on http-8080
   
  Shouldn't I be getting persistent, reusable connections as the default with 
HTTP/1.1?
   
  B.M
   
   
  

Caldarale, Charles R [EMAIL PROTECTED] wrote:   From: Magyar, Bence 
[mailto:[EMAIL PROTECTED] 
 Subject: web client running out of ports! (timeout exception)
 
 Every time I call a method, my java client opens a new port!

If I'm understanding the problem correctly, I don't see how changing
anything in the Tomcat configuation will help this anti-social client
behavior. Sounds like you need to fix your client to reuse connections
rather than creating a new one for each request.

- Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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





-
 Yahoo! Music Unlimited - Access over 1 million songs. Try it free.

RE: web client running out of ports! (timeout exception)

2005-11-29 Thread Caldarale, Charles R
 From: Magyar, Bence [mailto:[EMAIL PROTECTED] 
 Subject: RE: web client running out of ports! (timeout exception)

   Shouldn't I be getting persistent, reusable connections as 
 the default with HTTP/1.1?

I'm sure you are - but it's the client's responsibility to reuse them;
all the server has to do is expect more traffic on the connection, which
appears to be what it's doing.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

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