Using com.sun.net.httpserver.HttpServer for comet/cometd
        Posted  
        
            by Paul
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Paul
        
        
        
        Published on 2010-03-27T15:11:05Z
        Indexed on 
            2010/03/27
            15:13 UTC
        
        
        Read the original article
        Hit count: 552
        
Hi Wayne :)
I want to use HttpServer, which you mentioned, and I think is cool to do comet/cometd. I am wondering how tough it is to do it so that I can take the waiting connections off the thread and into some waiting queue. Also, am I correct in that it looks like it is using nio? Also, is there any better examples? I always get caught up in the terminology that the javadoc uses... Thanks :)
© Stack Overflow or respective owner