> 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]

Reply via email to