On Thu, Jan 29, 2009 at 6:31 PM, Gregory Brownell <[email protected]> wrote: > Thanks for looking in to this Ashish. On your questions, I suppose a > session isn't necessary, but I'm not aware of how to set this up without it. > Can you point me somewhere? > > In any case, I'd like to be able to change the session timeout.
try setting custom session recycler. Was not able to prototype much. Will try to look during weekend, if can spare sometime To answer your query, can try this 1. Configure valid clients in your server (static or dynamic) 2. Maintain health state of the clients 3. If session is active, reply on the session, else use an IoConnector to send data to client (you may need an acceptor at client end) not a very good design :-( Let me put in some thoughts and see if I can think of a better solution Good Luck :-)
