Top "Comet" questions

Comet is a generic term used to describe technology used to "push" data from a web server to connected web clients.

Best solution for Java HTTP push (messaging)

We want to push data from a server to clients but can only use HTTP (port 80). What is the best …

java http jms comet messaging
how to combine django plus gevent the basics?

After much searching and googling I am coming back to the well. I have Django 1.4 and am looking for a …

python django comet gevent
Stop the browser "throbber of doom" while loading comet/server push iframe

When using Comet, or Ajax Long Pull techniques - an iframe is usually used. And while that iframe is waiting …

ajax comet loading progress throbber
How do I use Comet with Spring MVC?

I'd like to add some Comet/server push capabilities to a simple web application. I'm having trouble finding up to …

java jquery spring-mvc comet dwr
Finishing a HttpServletResponse but continue processing

I have a situation that seems to fit the Async Servlet 3.0 / Comet situation but all I need to do is …

java http servlets comet
Node.js vs Java for Comet application

We look to build a high-performance, scalable Comet server, and thought first about using Java Grizzly with GlassFish. But after …

java node.js comet grizzly
The latest recommendation for Comet in Python?

I'm going to be implementing Comet in Python (even though I hear good things about erlycomet I'm not thrilled about …

python comet twisted tornado
How websockets can be faster than a simple HTTP request?

You still need to send requests from your computer to the website's server and back and forth. How can websockets …

http websocket comet
How can I scale socket.io?

Let's say a server gets 10,000 concurrent connections (via socket.io). That's a lot, and if it can't handle any more, …

ajax node.js comet socket.io