[Seaside] Ajax live updates

Lukas Renggli renggli at gmail.com
Tue Jul 11 05:58:13 UTC 2006


> > I was wondering if anyone using either the Scriptalicious or the
> > SeasideAsync packages has tried using live updates to do multiple long
> > running processes on a page asynchronously.  Seaside appears to run all
> > callback in a single process forcing them to run one at a time
> > apparently in the order they are rendered.  I need to have several live
> > updates on a page and I need them to run in parallel and render as soon
> > as they are finished, rather than queuing up and running one at a time.
> >  Any ideas?

I am doing very long HTTP requests (in fact HTTP streaming) with the
Comet library and Scriptaculous. The latest version doesn't do any Kom
hacks anymore, it works by subclassing WAListener. Tough it is very
much work in progress, but maybe you can get some ideas from this
code?

Cheers,
Lukas

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


More information about the Seaside mailing list