Java Mailing List Archive

http://www.junlu.com/

Home » Home (12/2007) » Struts 2 »

Re: Session Object Storage Capacity.

Antonio Petrelli

2007-01-08

Replies:

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)

©2008 junlu.com - Jax Systems, LLC, U.S.A.