jnorris
jnorris

Reputation: 6500

What java comet-style framework is the most mature and robust?

There seems to be significant issues with Tomcat6/Comet/NIO (example). Are the majority of people doing asynchronous http using something else? Jetty/continuations? What about Glassfish's servlet 3.0 implementation? Others?

Upvotes: 1

Views: 949

Answers (1)

Bozho
Bozho

Reputation: 597124

I'd say atmosphere - it uses the best underlying technology available - be it servlet 3.0, jetty, etc. (I haven't used it, though, but it was my choice when I was about to)

Upvotes: 3

Related Questions