Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General

Notices


 
 
Thread Tools Rate Thread Display Modes
Prev Previous Post   Next Post Next
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
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
What is the meaning of object oriented in programming ? sana8745 Programming General 5 03-24-2015 10:15 PM
object tracking systems frank00 General Discussion 3 12-25-2013 09:40 PM


All times are GMT -7. The time now is 06:03 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.