WHAT IS OBJECT POOLING
Answers were Sorted based on User's Feedback
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 |
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 |
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?
What does passport and windows authentication mean in ASP.NET?
What is postback request?
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
How do u deploy your asp.net application?
What is FullTrust? Do GACed assemblies have FullTrust?
what is the use of untyped data set ?
What are the objects in used in ASP for processing input and outputs?
What is the Global ASA(X) File?
Is asp.net web forms dead?
what are the advantage in asp.net and what are the question ask for interview in vb.net and asp.net
Explain the difference between asp and asp.net?