Isn't Lambdaprobe dead ?

Thanks for the tip on the memory leak, you're right. But how else can i find
out the size of each active session ?

On Tue, Oct 28, 2008 at 10:33 AM, Leon Rosenberg <
[EMAIL PROTECTED]> wrote:

> Lambdaprobe :-)
>
> Btw, your solution will create a memory leak, its better just to count
> creation and destruction events instead of holding references.
>
> regards
> Leon
>
> On Tue, Oct 28, 2008 at 11:08 AM, Hugo Palma <[EMAIL PROTECTED]>
> wrote:
> > I'd like to watch the active sessions count and size for a given web
> > application. I know that implementing a HttpSessionListener to keep the
> > references to all created sessions and then implementing some page to
> query
> > it's state works, but that also means that i would have to redeploy all
> > applications with the listener for it to work.
> >
> > I would much prefer a solution that didn't require any change in the
> > deployed application.
> > Any ideas ?
> >
>
> ---------------------------------------------------------------------
> To start a new topic, e-mail: users@tomcat.apache.org
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to