Tuesday, November 29, 2011

What is Instance pooling?

Pooling of instances. :Instance pooling allows a single component instance to service multiple clients. Rather than creating a new instance for each client,server maintains a pool of instances for reuse to service multiple clients. Instance pooling increases performance by eliminating the overhead of creating new instances for each client session.
Category:EJB Interview Questions

No comments:

Post a Comment