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

What’s the difference between response .redirect and server.transfer?

0 Answers  


What is asp.net futures?

0 Answers  


What is asp.net version?

0 Answers  


can u any one tell me clearly where is stored cache datas?

2 Answers   Apollo,


How can I have a particular web page in an asp.net application which displays its own error page?

0 Answers  






wt is repeater control and wt is datalist control and wt defferences these two? i want some code in datalist?

1 Answers  


Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.

1 Answers   Lambent,


1.how to encrpt query string in asp.net? 2.there are 10000 records then i wnat display 5000 records one gridview and 5000 records another grid view what is the process?

2 Answers   Marlabs,


What is masterpage?

0 Answers  


Explain the use of fragment caching.

0 Answers  


When does a session actually start?

0 Answers  


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

0 Answers  


Categories