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
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)
Explain the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
What is the Intermittent crashing of application in production?
What is cookieless session id explain in brief?
What is datagrid asp.net?
What is an asp.net validator? And, mention its types.
How do you secure your configuration files to be accessed remotely by unauthorized users?
Can more than one person use the same login?
What are the various types of cookies in asp.net?
Which method do you use to enforce garbage collection in .net?
How do u deploy ur project?
What is work flow gen? how can it will work with .Net?
What is http post and http get?
How do I create a web form?
Which is faster viewbag or viewdata?