COM+ Question:
Download Job Interview Questions and Answers PDF
What is object pooling?
Answer:
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.
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.
Download COM+ Interview Questions And Answers
PDF
Previous Question | Next Question |
What is JIT activation? | What is durability? |