WHAT IS OBJECT POOLING

Answer Posted / hrindows@gmail.com

Object Pooling is a concept for optimal use of limited resources through software constructs. The ready-to-use objects, connections, and threads are stored in a pool (group) of objects in memory for later use. For creating a new object, it is pulled from the pool and allocated for the request. Pooling helps in improving performance and facilitates scalability.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can viewstate be accessed in another page?

515


What is full trust in asp.net?

559


What are the asp.net list controls and difference between them?

526


Give an example of cookie abuse.

603


How do you do Client-side validation in .Net?

593






Explain diff. Between friend and protected friend?

510


What is difference between View State and Hidden Field in ASP.NET?

669


Is asp.net outdated?

542


What is sdlc process?

534


What is a viewstate?

574


How do you secure your configuration files to be accessed remotely by unauthorized users?

638


What is the biggest disadvantage of “Other Return Types” in Web API?

951


What are the merits and demerits of viewstate?

585


What is the maximum amount of memory any single process on windows can address?

542


what is DLL Hell and how it is solved in .NET? please explain clearly??

1896