Serlet Jean-Claude wrote:
>>Third and last   send of this message : i didn't  get any answer until to
>>day  
http://tomcat.apache.org/faq/tomcatuser.html#why

>>The application does'nt use connexion pooling : one physical connexion is
>>used for each user

A connection pool would help you here. Alternatively look at using an
HttpSessionListener.

>>The connexion is explicitly closed only when the user click on the button
>>"Quit" of the application
This is bad. You have no guarantee that the user will click this button.


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

Reply via email to