[Seaside] Ajax live updates

Ramon Leon ramonleon at cox.net
Tue Jul 11 05:17:02 UTC 2006


Ramon Leon wrote:
> Hi all,
> 
> 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?
> 
> _______________________________________________
> Seaside mailing list
> Seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

One more thing, this is also a problem with even a single live update 
that takes a while, because while it's processing, your session is 
essentially frozen and clicking any other link on the page just hangs 
until the long running callback is finished.



More information about the Seaside mailing list