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 |
Can user control be stored in library?
Why asp.net is used?
What are clr?cts?cls?
4 Answers e4e, HCL, Microsoft, Tata Communications,
What are the different methods of session maintenance in asp.net?
How do you trap errors in ASP and how do you invoke a component in ASP ?
Is session server side or client side?
What is the use of dispose method?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
Explain the use of duration attribute of @outputcache page directive.
17. If I?m developing an application that must accommodate multiple security levels though secure login and my ASP.NET web application is spanned across three web-servers (using round-robin load balancing) what would be the best approach to maintain login-in state for the users?
What is the difference between Server.Transfer and Response.Redirect?
Types of object in asp ?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)