Tuesday, November 29, 2011

How big should I make the cache for a stateful session bean?

A. The cache for a stateful session bean should usually be equal to the maximum number of concurrent clients of the bean. This is generally a much larger value than the number of execute threads in the server, therefore, stateful session beans will use more server resources.
Category:EJB Interview Questions

No comments:

Post a Comment