Ajax Push Technologies (COMET)

Login or register to post comments
4 replies [Last post]
Offline
Joined: 11/19/2008

Are there plans to implement this kind of funktion in QCube?

MikeHostetler's picture
Offline
Joined: 01/09/2008

I'd love to see something like this put into QCubed. I tried implementing a chat client using QCubed a while ago and it proved difficult because it was using "PULL" instead of "PUSH".

Do you have interest in helping to contribute this?

Offline
Joined: 11/19/2008

I did some studying and I have to admit, that PHP isn't the best language to do COMET-stuff.

PHP needs for every browser a mod_php instance, which will be hard to scale.

OOPMan's picture
Offline
Joined: 11/07/2008

Hmmmm, this got me looking at COMET and Push.

I found this http://www.ape-project.org/en/

I wonder if it's any good?

Offline
Joined: 11/19/2008

Hi,

Ape looks like a server technology that has nothing bto do with php. I thought of a php only solution and I got the idea of writing a php daemon which handles its own requests on the same server maybe port 8080 or something else.

Check out nanoserv.si.kz for that -- it looks fantastic -- but you have to write own javascript transactions.

Greetings!