It works quite well.. pretty much like having a conventional tcp/ip connection for receives, (interlaced with HTTP traffic), and using a separate series of POST requests to send data to the server.
Cool project. Do you maintain a blocking server thread for each connected user (like TCP)? Any issues scaling when many users are simultaneously logged in?
http://www.zchatter.com
It works quite well.. pretty much like having a conventional tcp/ip connection for receives, (interlaced with HTTP traffic), and using a separate series of POST requests to send data to the server.