Object Pooling

What is meant by the Object Pooling?

E

Expert

Verified

Object pooling is a concept which is used to store the pool (group) of the objects in memory which can be reused later as required. Whenever, a new object is created, an object from the pool can be assigned for this request; thus, decreasing the creation of the object. A pool may also refer to the group of threads and connections. Pooling, thus, helps in decreasing the use of the system resources, improving the performance and system scalability.

   Related Questions in DOT NET Programming

©TutorsGlobe All rights reserved 2022-2023.