WHAT IS OBJECT POOLING

Answers were Sorted based on User's Feedback



WHAT IS OBJECT POOLING..

Answer / giriraj

Object Pooling is something that tries to keep a pool of
objects in memory to be re-used later and hence it will
reduce the load of object creation to a great extent. This
article will try to explain this in detail. The example is
for an Employee object, but you can make it general by
using Object base class.

Is This Answer Correct ?    13 Yes 1 No

WHAT IS OBJECT POOLING..

Answer / 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

More ASP.NET Interview Questions

How you can access the properties and controls of master pages from content pages?

0 Answers  


What is data cache in sql server?

0 Answers  


What is & in a url?

0 Answers  


What is the answer for "Which configuration Tool your using means" ? we have to tell about IIS or .Net Framework or VSS? Give me in brief ?

3 Answers   eXensys,


What are themes and skins in 2.0, explain usage scenario?

0 Answers  






Why session is used in asp.net?

0 Answers  


What is the page life cycle in asp.net?

0 Answers  


What is the best Macanism to clear the Cache in asp.net

0 Answers   MCN Solutions,


What are the disadvantages of view state?

0 Answers  


What Is ASPNET_WP.exe? What Is The Use Of It? In Which Place Inproc Session Stored ? Explain Session State ?

2 Answers   Phoenix Technologies,


if i have 1000 records and i want to access 20 ata time from SQL server, what will be the query?

9 Answers   Mind Tree,


What is the Difference between MVC And MVP design pattrens

0 Answers   Symphony,


Categories