Comet Event handling unclear

2007-10-01 Thread Deepak J
' with its default settings. So when I run my client program I recieve 2 being events and 2 read events and no end event. Can someone explain this behaviour? Does the connector need to be tweeked to use NIO effectively in the scenario? -- View this message in context: http://www.nabble.com/Comet-Event

Re: Comet Event handling unclear

2007-10-01 Thread Filip Hanik - Dev Lists
you should receive one BEGIN event per connection, one READ event per connection, and you wont receive end or error until the client or server closes the connection or times out Filip Deepak J wrote: I have developed a simple servlet that implements the CometProcessor and logs Begin Event