[Seaside] Comparing Comet Implementations

Lukas Renggli renggli at gmail.com
Sun Aug 8 13:39:03 UTC 2010


> So I'm wondering if there is another way to do Comet than how its done in the
> Smalltalk package?

Sure, there are various techniques. See the wikipedia article for a
summary of a few of them:

   http://en.wikipedia.org/wiki/Comet_(programming)

Seaside uses the "Hidden Iframe" hack, which is very simple and works
even on old browsers.

Also see the recent mail of Philippe on WebSockets. This technique is
the way to go in the future, albeit it is currently not well supported
by mainstream browsers.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list