connection pooling

A performance optimization based on using collections of pre-allocated resources, such as objects or database connections. Pooling results in more efficient resource allocation.


© 1997 Microsoft Corporation. All rights reserved.