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?
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.
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?
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.
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?
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!