First page Back Continue Last page Overview Graphics


Notes:

Each database object has its own private connection pool.

Sequel's use of the connection pool is designed for high concurrency, where Sequel doesn't check out a connection from the pool until it is needed and returns it to the pool as soon as it is no longer needed.

Sequel's connection pool never requires the programmer cleanup connections manually, nor does it require a connection reaper thread to clean up connections automatically.