Hi Chris,
> Hi Thomas,
>
> Just curious, with all this talk of server *push*...
>
> With the current state of browsers (limited to 2 connections) and http 
> servers (built for quick turn-around) wouldn't it just make more sense 
> to poll the server for messages every x seconds? It seems to me that 
> this would be almost indistinguishable from real push in most instances 
> (with a short enough polling time) and would fit better with current tech.
>
>   
With the proper setup server does have its advantages over polling. You 
can work around the two connection limit by using a sub domain for the 
communication end point. There are already web/application server, which 
have direct support for the server push communication model with many 
open HTTP connections. Jetty is one example for this. As alternative you 
could use one of the many special purpose HTTP server just for the 
server push communication and a classical web server for the rest of the 
application.

With all this set up you will have:

1. Less server load as no unneeded requests are sent
2. Less bandwidth consumption
3. Faster response times


Best Fabian



> Maybe I'm just having the standard *brain doesn't work so well in the 
> morning* issue here and not getting it :-)
>
> Cheers,
> -Chris
>
>   
>> Also, have a look at the archive:
>> http://www.nabble.com/Memory-on-remote.Request-in-the-TIMER-to18736919.html#a18770024
>>
>> I actually *do* think it would be worthwhile to have support for 
>> something like this in qooxdoo. There is a decent amount of client side 
>> management involved if you want to do it right.
>>
>> Thomas
>>
>> Ian Monroe wrote:
>>   
>>     
>>> I see on http://qooxdoo.org/community/wishlist that "push" is a wishlist 
>>> item.
>>>
>>> But does anyone have a clever way of doing it regardless?
>>>
>>> I thought I would ask before implementing a polling system.
>>>
>>> Thanks,
>>> Ian
>>>
>>>
>>>     
>>>       
>
>
> -------------------------------------------------------------------------
> This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
> Build the coolest Linux based applications with Moblin SDK & win great prizes
> Grand prize is a trip for two to an Open Source event anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=100&url=/
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
>
>   


-- 
Fabian Jakobs
JavaScript Framework Developer

1&1 Internet AG
Brauerstraße 48
76135 Karlsruhe

Amtsgericht Montabaur HRB 6484

Vorstand: Henning Ahlert, Ralph Dommermuth, Matthias Ehrlich, Thomas 
Gottschlich, Matthias Greve, Robert Hoffmann, Markus Huhn, Oliver Mauss, Achim 
Weiss
Aufsichtsratsvorsitzender: Michael Scheeren


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to