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 2003/03/06 19:21:21 UTC

DO NOT REPLY [Bug 17680] - PoolableConnection.reallyClose() doesn't decrement active count

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=17680>.
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=17680

PoolableConnection.reallyClose() doesn't decrement active count

rwaldhoff@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From rwaldhoff@apache.org  2003-03-06 18:21 -------
PoolableConnection doesn't maintain an active count (_numActive), that's the 
pool's responsiblity.  

Some pool is maintaining an active count.  This pool is uses 
PoolableConnectionFactory to create and destroy objects (in this case 
PoolableConnection).  As part of the destroy, the factory invokes 
PoolableConnection.reallyClose.  This is unrelated to the number of active 
objects in the pool.

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org