Introduction
Concourse provides a framework for creating connection pools of cached connections to the database. Applications that use connection pools may benefit from increased performance since requests can take advantage of previously established connections and therefore avoid the overhead of establishing a new one.