> >> Ard Schrijvers escribió: > >>> We are using many continuations in our projects, implying > >> have load on memory use (apparantly continuations can be very > >> large in memory..?). > >>> > >>> Since in a deployed environment we want to have some idea > >> about the number of continuations out there, I have added > >> this to the StatusGenerator, in the same manner as for the > >> StoreJanitor is done. > >>> > >>> Also added to the "Memory" group is the max memory > >> available (Runtime.getRuntime().maxMemory()) > >>> > >>> Can I send in a patch to have it standard in the StatusGenerator? > >>> > >> hi Ard, > >> > >> It is a nice enhancement. I will like to see it in cocoon. ;-) > >> > > > > Shall I send in a patch before trying to add status of any > database connection pools, or first try to add this one as well? > > Wouldn't a JMX bean be of much more value? >
Yes it would be very nice to have, but does it not imply that all interfaces should be adjusted to what they expose? Is it not a little out of scope at the moment? And does it not require java 1.5..? Ard >