Thanks for your reply. 

Our client application will always use keep-alive which is the default beahvior 
of HTTP/1.1 and it does not do simultaneous connections to the web server.

Thanks.

Monica

----- Original Message ----
From: "Caldarale, Charles R" <[EMAIL PROTECTED]>
To: Tomcat Users List <users@tomcat.apache.org>
Sent: Monday, February 26, 2007 4:28:58 PM
Subject: RE: Can tomcat send out event about persistent connection being closed?


> From: M M [mailto:[EMAIL PROTECTED] 
> Subject: Can tomcat send out event about persistent 
> connection being closed?
> 
> I am using Tomcat 5.5 and I would like to bind the 
> HttpSession lifecycle with its underlying persistent 
> connection lifecycle.

A couple of issues:

1) There may not be an underlying persistent connection, if the client
chooses not to use keep-alives.

2) There will likely be more than one connection associated with a given
HttpSession.  For example, content embedded in a page will usually
result in multiple simultaneous connections being establshed by the
browser to retrieve said content as quickly as possible.

- 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 start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


 
____________________________________________________________________________________
TV dinner still cooling? 
Check out "Tonight's Picks" on Yahoo! TV.
http://tv.yahoo.com/

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to