Re: To get the session size

2006-06-23 Thread Frank W. Zammetti
If you just want the size of a given session, take a look at Java Web Parts: http://javawebparts.sourceforge.net Specifically, the SessionSize class: http://javawebparts.sourceforge.net/javadocs/javawebparts/session/SessionSize.html If your looking for the footprint of your entire application,

Re: To get the session size

2006-06-23 Thread Monkeyden
Correction... ...the operands for the measurement are at RUNTIME scope... On 6/23/06, Monkeyden <[EMAIL PROTECTED]> wrote: This is particularly difficult in Java, since there is no reliable and invariable way to measure the size of an object. Interestingly, while trying to avoid work the ot

Re: To get the session size

2006-06-23 Thread Monkeyden
This is particularly difficult in Java, since there is no reliable and invariable way to measure the size of an object. Interestingly, while trying to avoid work the other day, I stumbled onto this write up on the topic. Martin Roth asserts that the only way to do it in Java is to get the curren