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

I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)

1711


Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc

720


What is the Intermittent crashing of application in production?

761


What is cookieless session id explain in brief?

723


What is datagrid asp.net?

713


What is an asp.net validator? And, mention its types.

778


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

855


Can more than one person use the same login?

740


What are the various types of cookies in asp.net?

744


Which method do you use to enforce garbage collection in .net?

703


How do u deploy ur project?

2404


What is work flow gen? how can it will work with .Net?

2752


What is http post and http get?

735


How do I create a web form?

708


Which is faster viewbag or viewdata?

739