users@grizzly.java.net

CometContext and NIO

From: Richard Corbin <igf1_at_yahoo.com>
Date: Fri, 3 Oct 2008 12:32:48 -0700 (PDT)

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 "chanels" through servlets/Pojos (Iv been trying for days to register CometHandlers with presistant Contexts.. its not stable in the distributed GF2 comet) ... so My question is am I defeating NIO by instanating all of these concurent contexts. OR can anyone show me how to implement 1.8.6.X with GF2 (its gotta be possible at some level)

-- Richard