WHAT IS OBJECT POOLING

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


Please Help Members By Posting Answers For Below Questions

Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

531


What is the concept of postback in asp.net?

578


Define web services in asp.net.

550


Where is http session stored?

494


What are server-side comments in ASP.NET?

538






Can you explain autopostback?

531


What is cross page posting in asp net?

524


What is bound controls

575


What is session and cookies in asp.net?

545


1.what is the application pool. 2.what is the HttpModile and Http Handler. 3.C# 3.0 Features ? 4.Anonoymous Type,methopd and claas in 3.0? 5.difference between statsic and const ? 6.session vs application 7.state management clint side and server side ? 8.Genric list 9.c# 3.0 vs 3.5

1752


How many types of session state management options available in asp.net?

528


In which situation can you not use a viewstate?

525


What is preprocessor in .net and type, where it use?

648


Can one dll file contains the compiled code of more than one .net language?

526


Is there any alternative to avoid name collisions other then Namespaces?

562