Explain object pooling?



Explain object pooling?..

Answer / swapna

With object pooling, COM+ creates objects and keeps them in
a pool, where they are ready to be used when the next
client makes a request.

This improves the performance of a server application that
hosts the objects that are frequently used but are
expensive to create.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More COM+ Interview Questions

Define durability?

0 Answers  


Is it true that COM objects no longer need to be registered on the server?

0 Answers  


Define scalability?

2 Answers  


What are CCW and RCW?

9 Answers   Tech Mahindra,


Define reliability?

1 Answers  






Define manageability?

1 Answers  


Disadvantages of COM components?

2 Answers   Microsoft,


Define transaction atomicity?

0 Answers  


What happens when we instantiate a .NET component ?

0 Answers   DELL,


How does you handle this COM components developed in other programming languages in .NET?

1 Answers  


Can .NET Framework components use the features of Component Services?

0 Answers  


Explain the use of contextutil class?

0 Answers  


Categories