-
as seen on Stack Overflow
- Search for 'Stack Overflow'
I once tried to implement Comet in PHP. Soon, I found that PHP is not suitable for Comet, since each HTTP request will occupy one process/thread. As a result, it doesn't scale well.
I just installed mod_python in my XAMPP. I thought it would be easy to implement Comet with Python asynchronous programming…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello everyone.
I'm trying to write simple web application using Tornado and JS Prototype library. So, the client can execute long running job on server. I wish, that this job runs Asynchronously - so that others clients could view page and do some stuff there.
Here what i've got:
#!/usr/bin/env/…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
is there a .net based comet engine? like Ajax Push Engine
that is free and open source?
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
Are there any sites that has a tutorial about COMET without the use of any javascript framework? I want to see the core codes of COMET and learn how it works.
Thanks in advance
Cheers,
Mark
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Does anyone know off a way or maybe think its possible to connect Node.js with Nginx http push module to maintain a persistent connection between client and browser.
I am new to comet so just don't understand the publishing etc maybe someone can help me with this.
What i have set up so far is the…
>>> More