I want to write an aplication that uses the Comets pattern - that is a request that can be responded to when an event occurs on the server, rather than only as a response to an immediate request.
What is the easiest application server to use for this purpose, is it:
1) Tomcat with its NIO package
2) Jetty with its continutations
3) or some other alternative
I would think the main criteria should be:
- Ease of use
- Reliability
- Speed