--%>

Define the term object pooling

Define the term object pooling?

E

Expert

Verified

Object pooling is the concept of storing a pool of objects in the memory which can be reused later whenever needed. At any time, a new object is required to create; the object from a pool can be allotted for the request; by, minimizing object creation. The pool can be referred to a group of threads and connections. Pooling, helps in minimizing the use of system resources, and improves the system performance  and scalability.

   Related Questions in DOT NET Programming