Writing a connection pool
This article attempts to explain a simple way to implement a connection pool for use in your applications. Connection pools are used in various applications to streamline the access to a database or some such resource that needs to be used by various components of the application for brief periods of time.
2002-06-29