We're trying to cluster a COMET web application written in Java using JETTY 7.0's implementation of suspended servlet 3.0 API.
Does anyone have experience using Terracotta in a suspend/resume servlet web application.
Greg ...
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? ...