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

I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?

0 Answers   Patni,


What does passport and windows authentication mean in ASP.NET?

0 Answers   Amdocs,


What is postback request?

0 Answers  


how to implement some securty aspect in our application i.e 1.cookie poisioning. 2.data encryption. 3.forcefull browsing 4.sql/code injection 5.securing web app by using web services ........my question is how to implement these thing in our application is this done by hard coding or by help of some tool

0 Answers   Satyam,


How do u deploy your asp.net application?

0 Answers  






What is FullTrust? Do GACed assemblies have FullTrust?

2 Answers  


what is the use of untyped data set ?

5 Answers   TCS, Wipro,


What are the objects in used in ASP for processing input and outputs?

1 Answers  


What is the Global ASA(X) File?

2 Answers  


Is asp.net web forms dead?

0 Answers  


what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net

0 Answers   TCS,


Explain the difference between asp and asp.net?

0 Answers  


Categories