Object pooling is an automatic service that allows a pool of active component instances to be maintained for usage by any requesting client.
Object pooling provides a repository of active and ready-made objects that may be used by clients requesting configured pooling components. Pool objects may be configured and monitored by specifying required options, such as pool size and time-out value for object creation.
|