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.
Previous Question | Next Question |
What is JIT activation? | What is durability? |