You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by bu...@apache.org on 2002/08/06 20:35:13 UTC

DO NOT REPLY [Bug 11507] New: - Cleanup dead connections

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11507>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11507

Cleanup dead connections

           Summary: Cleanup dead connections
           Product: Commons
           Version: 1.0 Beta 1
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Dbcp
        AssignedTo: commons-dev@jakarta.apache.org
        ReportedBy: rogernell@yahoo.com


The Generic Object Pool can drop idle resources.  An idle resource is a 
resource that has been returned to the pool.  A database connection pool needs 
a method of recliaming a connection that was never returned to the pool.  For 
instance a JSP page that gets a connection but never calls close because there 
is an occasional uncaught exception or a database query that never returns.

Think 24/7!

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>