On Fri, Jan 30, 2009 at 2:05 AM, Landon Fabbricino <[email protected]> wrote: > I don't exactly want to avoid my client, I want to identify that the client > has a problem and send out a command that will fix it.
Sounds like Application monitoring application. Some ideas 1. Client list - Static/Dynamic - Clients that you want to monitor, depends how you want to manage client list 2. Maintain a last contacted time-stamp for each client and health for each client 3. Use this information to see if the client's status 4. if they have problem, send the command you intent to send You can use ExpiringSessionRecycler in MINA for reference. It recycles timeout session. You can use similar approach to send messages to troubled client apps > > I am looking for idea's to identify that my clients session has a problem. > > Thanks though. > > Landon Fabbricino > IT Applications > > Phone: 403.225.7515 > Fax: 403.225.7604 > [email protected] >
