Definitions for "Connection Pool"
a cache of open connections
a collection of WebLogic JDBC connections
a group of physical connections to a database that can be shared by several named connections
a set of Connection objects that can be accessed as needed by code within a servlet
Keywords:  clients, opened, set
a set of opened connections that are re-used by clients