![]() |
|
![]() |
| LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Junior Member Join Date: Sep 2006
Posts: 24
Thanks: 7
Thanked 0 Times in 0 Posts
Rep Power: 4 | |
| | |
| | #2 (permalink) |
| Moderator Join Date: Apr 2006 Location: India
Posts: 637
Thanks: 57
Thanked 85 Times in 68 Posts
Rep Power: 19 | Re: what is object pooling? Hi Dharmendra, 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. Please let me know if you have any questions Thanks Mohan.T |
| | |
| The Following User Says Thank You to t_mohan For This Useful Post: | Dharmendra Singh (21-09-06)
|
![]() |
| Tags |
| object , pooling |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| JAVA collection | naga | JAVA Technologies | 1 | 11-01-09 12:38 AM |
| Some QTP Faqs, Useful........ | kiran2710 | Testing Tools & QA | 4 | 24-10-08 12:18 AM |
| WHAT IS CONNECTION POOLING? | yathish | JAVA Technologies | 10 | 19-09-06 01:39 PM |
| java JSP | naga | JAVA Technologies | 4 | 21-08-06 04:03 PM |
| Whats the difference between thesr | shilpa | VB / ASP.NET Technologies | 5 | 08-03-06 12:09 PM |
| More Interview Questions Here... |