Re: Session Object Storage Capacity.

2007-01-08 Thread Leon Rosenberg
On 1/8/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: 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

Re: Session Object Storage Capacity.

2007-01-07 Thread Antonio Petrelli
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

Re: Session Object Storage Capacity.

2007-01-07 Thread Leon Rosenberg
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. regards Leon On 1/8/07, Balwinder <[EMAIL PROTECTED]> wrote: Hi Everyone!!! While working with struts application, i cmae across a v