Leon Rosenberg ha scritto:
> it solely depends on how much heap you give your webcontainer divided
> by the number of users you have/expect minus the memory the remaining
> application requires.
size = (HEAP - APP_MEMORY)/users. Is it really so simple? :-)
Anyway beware of the size of session-scoped objects, in a clustered
environment they need to be shared, serialized and deserialized and they
could need a large bandwidth.
Antonio
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@(protected)
For additional commands, e-mail: user-help@(protected)