I don't know why he want's them, but getting ahold of every active
session is something I've been trying to do on and off for a while :). I
want to do it for administrative purposes to let the system administrator
get a list of who's connected to his application, when they connected, what
their idle time is, etc.

        I've done this in other (non web) systems by iterating the process
list and/or plucking the data out of shared memory if I was keeping a map of
client connections there. I'm sort of stumped on how best to get the data in
Tapestry though.

        --- Pat

> -----Original Message-----
> From: Howard Lewis Ship [mailto:[EMAIL PROTECTED]
> Sent: Saturday, September 24, 2005 8:38 AM
> To: Tapestry users
> Subject: Re: active application state objects
> 
> Why?
> 
> On 9/24/05, Simon Buettner <[EMAIL PROTECTED]> wrote:
> > i need all active sessions, not the request.
> > I want all Objects from the active users.
> >
> >
> >
> 
> 
> --
> Howard M. Lewis Ship
> Independent J2EE / Open-Source Java Consultant
> Creator, Jakarta Tapestry
> Creator, Jakarta HiveMind
> 
> Professional Tapestry training, mentoring, support
> and project work.  http://howardlewisship.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to