What is the object pooling service?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the object pooling service?
Rating:
The object pooling service can be used to save the resources that are used during the object creation. The object is created at each method call in a non-pooled environment, and on activation, the object is extracted from the pool. Similarly, the object is returned to the pool on deactivation. The ObjectPooling attribute is applied to a class in order to configure the object pooling.
Rating:
Was this information helpful?
Other articles
- How to enable Just-In-Time debugging?
- What is Signing a message?
- How to test a Web service?
- MCTS 70-529-VB Short Notes
- How to import a COM type library by using Visual Studio 2005?