Answer Posted / 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 View All Answers
Which asp.net objects encapsulate the state of the client and the browser?
Explain about ASP.NET?
What is query string? What are its advantages and limitations?
What are the advantages of the code-behind feature?
Can the validation occurs in server-side or client-side? If the validation occurs why should we do?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
What is authentication in asp.net?
What is the differences between a primary key and a unique key in sql server?
Define a multilingual website?
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Explain how cookies work.
Can a master page have more than one contentplaceholder?
What is sdlc process?
What does ascx stand for?