« Return to Thread: Is there a Perpetual Listener or Server Push concept?

Re: Is there a Perpetual Listener or Server Push concept?

by panyasan :: Rate this Message:

Reply to Author | View in Thread


Why don't you use polling? Of course, there is some latency involved, but -
at least for my use cases - this is still acceptable. I use this technique
with qooxdoo and PHP and it seems to be more scalable than keeping
perpetually open connections between client and server. That said, I do find
cometd technology appealing as well, it just doesn't seem to fit current
browser technology too well.


deech wrote:

>
> Thanks for your suggestions. I hadn't thought of looking into how the
> streaming media people do it.
>
> Also I do have control of both the client and the server, so yes I can do
> what I want :).
>
> -deech
>
>

--
View this message in context: http://n2.nabble.com/Is-there-a-Perpetual-Listener-or-Server-Push-concept--tp3157973p3164422.html
Sent from the qooxdoo mailing list archive at Nabble.com.


------------------------------------------------------------------------------
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@...
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

 « Return to Thread: Is there a Perpetual Listener or Server Push concept?