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 so

Session Object Storage Capacity.

2007-01-07 Thread Balwinder
Hi Everyone!!! While working with struts application, i cmae across a very weird but important question. I just wanted to know how much data we can store in our Page, PageContext, Request, Session, and Application objects? Thanks. Thanks and regards, Balwinder Kumar

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

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