Database Management White Papers

Connection Pooling with MySQL Connector/J

Overview Connection pooling is a technique of creating and managing a pool of connections that are ready for use by any thread that needs them. This technique of "pooling" connections is based on the fact that most applications only need a thread to have access to a JDBC connection when they are actively processing a transaction, which usually take only milliseconds to complete. When not processing a transaction, the connection would otherwise sit idle. Instead, connection pooling allows the idle connection to be used by some other thread to do useful work. This article provides benefites of pooling and also implementation methods of Connection Pooling.

Further White Paper Details
PublisherMySQL AB File FormatHTML
Date PublishedMay 2003 Downloads78
FormatWhite Papers   
Topics
E4 embraces web 2.0 audience

E4 embraces web 2.0 audience

Case study: How the Channel 4's teen channel put its mind to building a community website... more

Cheat Sheet: Cloud computing

Cheat Sheet: Cloud computing

A tech storm is brewing...  more


Quick Sitemap Links: