object pool pattern
pattern to construct sets of initialised programming objects that are kept ready to use
connection pool
cache of database connections maintained by the database
pool
collection of computer resources that are kept ready to use rather than acquired on use and released afterwards