Handling of Empty Pools
Object pools employ one of three strategies to handle a request when there are no spare objects in the pool.
- Fail to provide an object (and return an error to the client).
- Allocate a new object, thus increasing the size of the pool. Pools that do this usually allow you to set the high water mark (the maximum number of objects ever used).
- In a multithreaded environment, a pool may block the client until another thread returns an object to the pool.
Read more about this topic: Object Pool Pattern
Famous quotes containing the words handling, empty and/or pools:
“It is curious how instinctively one protects the image of oneself from idolatry or any other handling that could make it ridiculous, or too unlike the original to be believed any longer.”
—Virginia Woolf (18821941)
“Friendship is but a name, faith is an empty name. Alas,
it is not safe to praise to a friend the object of your love;
as soon as he believes your praises, he slips into your place.”
—Ovid (Publius Ovidius Naso)
“The eastern light our spires touch at morning,
The light that slants upon our western doors at evening,
The twilight over stagnant pools at batflight,
Moon light and star light, owl and moth light,
Glow-worm glowlight on a grassblade.
O Light Invisible, we worship Thee!”
—T.S. (Thomas Stearns)