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
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
How much is the pay-for-use service if I chose not to use microsoft-sponsored advertising?
What is the concept of view state in asp.net?
List the asp.net validation controls?
Explain the use of fragment caching.
How does the service stream content?
What is query string in asp.net?
Define repository pattern in mvc.net? : asp.net mvc
What are web beacons used for?
How should I destroy my objects in asp.net?
How to fetch a data from one table to another table in asp.net ?
calling result set one procedure to anothar procedure in sql2000
What is the basic purpose of the required field validator? How can you use a required field validator to check that the user changes the initial value of a text box? a listbox?
What is the use of session in web application?
Define view state.