View Single Post
Old 11-18-2015, 01:43 AM   #6
Lemosys
Registered User
 
Join Date: Aug 2015
Location: 2530 Yorktown apartment , Houston ,Texas 77056
Posts: 116
Pooling basically means utilizing the resources efficiently,by limiting access of the objects to only the period the client requires it.

Increasing utilization through pooling usually increases system performance.
Object pooling is a way to manage access to a finite set of objects among competing clients.
In other words,object pooling is nothing but sharing of objects between different clients.

Since object pooling allows sharing of objects ,the other clients/processes need to re-instantiate the object(which decreases the load time), instead they can use an existing object.
After the usage , the objects are returned to the pool.
__________________
Lemosys Infotech is an ISO Certified Company having its operations in India & US. We offer best IT Services that includes Website Development, Web Designing, Mobile Application development, Search engine optimization & Testing. Call us to
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
.
Lemosys is offline   Reply With Quote