aspose file tools
The moose likes JDBC and the fly likes Any ready to use expandable connection pool source code? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Any ready to use expandable connection pool source code?" Watch "Any ready to use expandable connection pool source code?" New topic
Author

Any ready to use expandable connection pool source code?

liang gu
Ranch Hand

Joined: Nov 05, 2001
Posts: 89
The connection pool initially creates certain number of JDBC connection. Later, if more connection is requested, the pool will create more JBDC connection. And, it should also close some connections, if too many connections is idling.
Thanks!
Liang
Andres Gonzalez
Ranch Hand

Joined: Nov 27, 2001
Posts: 1561
www.javaexchange.com (dbconnectionbroker)


I'm not going to be a Rock Star. I'm going to be a LEGEND! --Freddie Mercury
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Any ready to use expandable connection pool source code?
 
Similar Threads
Returning a connection to the connection pool
Datasource vs Connection
JDBC database connections in servlets
increase database connection
Connection problem