users@grizzly.java.net

NIO and CometContext

From: Richard Corsale <richardcorsale_at_gmail.com>
Date: Fri, 3 Oct 2008 16:08:02 -0400

Hi everyone!, So, Iv been working on this framework that implements this
faux bayeux protocol for GWT+ GF2. what I've comeup with is.. registering a
1:1 session to cometcontext and managing broadcasting to "channels" through
servlets/Pojos (Iv been trying for days to register CometHandlers with
persistent Contexts.. its not stable in the distributed GF2 comet) ... so My
question is am I defeating NIO by instantiating all of these concurrent
CometContexts.

-- Richard