Elias Kopsiaftis wrote:
> Well basically, For the output servlet, I am using comet to keep the
> connection alive and push things out to the client when they are available.
> This program is a chat program with a drawing capability, so two people can
> draw on the same canvas and chat with each other.
Isn't this just the kind of thing that "websocket(s)" is supposed to be made for ?
You may want at least to look it up :
http://en.wikipedia.org/wiki/WebSocket
I also think that I remember a discussion a couple of days/weeks ago on this list about
it. You may also want to check the list archives.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org
|