I couldn't find an answer to this question in archives.  Maybe there is no solution.

In testing I have noticed that if a user runs a servlet that does some database access 
and hits "stop" (the X in IE for example) while the database connection is still open, 
then the database connection remains open.  This will eventually cause problems if we 
have 100+ users and say 25% of them do this often.

Is there anyway for me to clean these up on a regular basis?
Better yet, can I somehow close the connection right away?

Since the connection is established in the servlet's doGet( ) method, connections will 
keep being opened.

Thanks in advance for any advice.

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to