[Seaside] Comet connections and pushers?

Lukas Renggli renggli at gmail.com
Thu Nov 18 01:29:09 UTC 2010


On 17 November 2010 20:54, John Chludzinski <john.chludzinski at gmail.com> wrote:
> What is the effect of executing:
>          html document
>                addLoadScript: (html comet
>                      pusher: self pusher;
>                      connect).
> with multiple pushers (CTPusher)?

Multiple pushers likely don't work because most browsers only support
two open connections per window.

> Multiple times with the same pusher?

I am not sure if the Javascript support code detects this situation,
but that could definitely be done (see the CTLibrary).

Lukas

> Should I execute:
>          html comet disconnect
> before I execute the connection statement above with a different pusher?
> Is there a way to test if there's a Comet connection for a giver pusher?
> ---John
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
>



-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list