DBCP has something similar: http://jakarta.apache.org/commons/dbcp/apidocs/org/apache/commons/dbcp/PoolingDriver.html
and an example for this PoolingDriver: http://cvs.apache.org/viewcvs.cgi/*checkout*/jakarta-commons/dbcp/doc/ManualPoolingDriverExample.java?rev=HEAD&content-type=text/plain
-- Dirk
Emerson Cargnin wrote:
I currently use bitmechanic ConnectionPool, that has a PoolManager that manages n pools easely accessed. So I have a wrapper class that encapsulates those pools. I want to migrate to DBCP. Is there this feature at DBCP (a manager of n Pools)?
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
