Does JBoss support Comets, if so do you know where I can get more information.

link|improve this question

43% accept rate
feedback

1 Answer

You should be able to do Comet by using the HTTP NIO (non-blocking IO) connector in Tomcat (JBoss after all uses Tomcat for its web serving).

What version of JBoss are you using?

Some resources:

http://www.ibm.com/developerworks/library/j-nioserver/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.