Re: CometProcessor questions

2008-11-20 Thread Franck Wolff
eping the request thread busy while waiting for something to send), this exactly what Tomcat CometProcessor (or Jetty Continuation, or Grizzly CometEngine, etc.) may offer. Maybe I'm missing something, but "send file" is not very suitable for chat applications... Regards, Franck.

Re: CometProcessor questions

2008-11-20 Thread Franck Wolff
e response. In that case, is the BEGIN event still valid? And what about the CLIENT_DISCONNECT event? I'm sorry to ask the same questions again but I would love some answers ;-) I'll try Tomcat trunk when I'll have some time. Regards, Franck. hi Franck, Franck Wolff wrote: H

Re: CometProcessor questions

2008-11-19 Thread Franck Wolff
approximatively) when? Thanks for your reply, Franck. it only does POST, no GET messages, there is a patch pending (and one already applied) for 6.0 when it comes to comet, so testing with trunk would be best Filpi Franck Wolff wrote: Hi again, I just checked the Bayeux in Tomcat and it

Re: CometProcessor questions

2008-11-18 Thread Franck Wolff
o you have your own? Filip Franck Wolff wrote: Hi, I'm developing Tomcat/Comet support for Granite Data Service <http://www.graniteds.org> (Flex clients) and I've got few questions about CometEvents processing. Basically, my implementation is based on the Bayeux protocol (

Re: CometProcessor questions

2008-11-18 Thread Franck Wolff
t sub type? Any hints? Regards, Franck. hi Franck, are you using this Bayeux impl? http://svn.apache.org/viewvc/tomcat/trunk/modules/bayeux/ or do you have your own? Filip Franck Wolff wrote: Hi, I'm developing Tomcat/Comet support for Granite Data Service <http://www.graniteds.org&g

CometProcessor questions

2008-11-17 Thread Franck Wolff
Hi, I'm developing Tomcat/Comet support for Granite Data Service (Flex clients) and I've got few questions about CometEvents processing. Basically, my implementation is based on the Bayeux protocol (long-polling only) and two connections (command/tunnel) are opened