A performance optimization based on using collections of pre-allocated resources, such as objects or database connections. It is more efficient to draw an existing resource from the pool than to create a new resource.
© 1998-2001 Microsoft Corporation. All rights reserved.