Hi. I am trying to run Slideshow which is a comet sample code and i have downloaded it from here but when I am trying to run that sample code, I am getting following error at the time of deployment.
I am developing a Java Servlet to run in Tomcat. I am currently testing it with an XAMPP package, including Tomcat 7, on a Windows XP machine (don\'t worry, I am not planning on using this in producti
Is it a good idea to have more than one comet actor on a page? I\'ve currently got a simple chat box like the one in the Lift docs and a simple webcam stream handler.
How does one do team development with node.js when all the developers develop on the same dev machine?
in php there is a flush function, which is used to push content to client, meanwhile keep current connection.
I need to design a Streaming API where each connected user might have different data per category. Lets say two users are interested in sport(category) rss feeds from the streaming api but each user
I am looking for a simple and reliable Comet javascript library. I want to keep a persistent streaming of data 开发者_开发问答from my server (via PHP script) to the client side. I tried building my ow
I\'m looking into implementing a web page to show the user\'s news feed with real-time updates, without using simple polling to the facebook servers.
For days I have been experimenting with long polling/comet implementation for my site. I got the basic idea of how it works, this is where i run some tests.
I\'m attempting to connect to an existing Comet-style long-poll service using an AIR app. The service expects a client to make a GET request with a Connection: Keep-Alive header. This request will rem