Can Jetty 6 continuations be used in a glassfish container? Can this be properly acheived to suspend requests as to not tie up the threadpool? Switching to a Jetty container is not an option. Using grizzly 开发者_开发百科is also not an option (I need the comet support to work with activemq which uses continuations). I am stuck with glassfish v2.
So in other words, I'd like to use the jetty 6 continuation feature with all of its benefits within a different container. Is this possible?
The answer is yes.
ContinuationFilter
精彩评论