Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
On Sun, May 18, 2008 at 11:44:08AM -0700, Emil Ong wrote: > > B) resin / continuations? > > C) resin comet / continuations? > > I'm not sure why you would want to use continuations with Resin, > given its server-push architecture. Continuations have nothing > to do with Comet per se, they are jus

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
On Sun, May 18, 2008 at 09:34:22PM +, jdk head wrote: > Thanks, Emil, for the quick response > > When resin's comet suspends the thread, does it not count against the > setting? If not, that's great. Yes, that's right. It may be better to think of it in this way, though: the Comet servlet

[Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread jdk head
Thanks, Emil, for the quick response When resin's comet suspends the thread, does it not count against the setting? If not, that's great. We're pretty deeply committed to GWT right now - lots of implementation already, so I need to figure out a good way to get GWT to work with resin comet. I c

Re: [Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-18 Thread Emil Ong
On Sat, May 17, 2008 at 12:33:08PM -0700, jdk head wrote: > Hi y'all, > > For an ajax push app... > > Has anyone had any luck with: > A) integrating resin's comet support with GWT's server side - extends > com.google.gwt.user.server.rpc.RemoteServiceServlet ? > > • given they both seem to be s

[Resin-interest] Fwd: ajax push app - comet/gwt/continuations

2008-05-17 Thread jdk head
Hi y'all, For an ajax push app... Has anyone had any luck with: A) integrating resin's comet support with GWT's server side - extends *com.google.gwt.user.server.rpc.RemoteServiceServlet ? * - given they both seem to be servlet wrappers, any way can they play nice together? B) resin / con