Hi everybody

I'm looking for a possibility to prevent Java heap overflows due to user peaks for our JSF application. We would like to keep track of memory usage for every user (for example by setting an application wide limit for generated objects). Is there a possibility to do that beyond session limits?

If, say, every user lists a unknown number of objects on a page and I want to limit the entire webserver-load to n objects (for all current sessions), how could I do that? Is there an appropriate method on "application" which I missed?

Thank you very much,
Thierry

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to