[Seaside] [Q] How can I run Comet?

Lukas Renggli renggli at gmail.com
Mon Sep 4 05:10:40 UTC 2006


> It seems that WAListener only can manage comet like persistent(?)
> connection

No, WAListener was not made for persistent connections, but to enable
Seaside to generated output right from the beginning:
<http://lists.squeakfoundation.org/pipermail/seaside/2006-January/006455.html>.

It was just good luck that its possible to use Comet with WAListener.
Still I have to do some dirty tricks that the connection is not
closed, such as to manually manually clean up the call-stack and
terminate the initial server thread.

Cheers,
Lukas

-- 
Lukas Renggli
http://www.lukas-renggli.ch


More information about the Seaside mailing list