[Seaside] Re: Comet connections and pushers?

John Chludzinski john.chludzinski at gmail.com
Thu Nov 18 04:34:18 UTC 2010


Does:

         html document
               addLoadScript: (html comet
                     pusher: self pusher;
                     disconnect).

disconnect a particular pusher?  Is it even meaningful?  Or is it simply:

         html comet disconnect.

which disconnect a session from any/all pushers?


On Wed, Nov 17, 2010 at 6:54 PM, 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 times with the same pusher?
>
> 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
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20101117/046f52e0/attachment-0001.htm


More information about the seaside mailing list