Feel free to post questions or comments here as I disabled them on the actual article.
I think this is a valuable plugin for Prototype, it certainly isn't a common use case but there are instances where data gets too big to handle in one shot. On Jan 11, 9:51 am, Matt Foster <[email protected]> wrote: > Hey Everyone, > > I've completed work on a new Prototype plugin to handle massive > datasets elegantly and avoid the dreaded Stop Script dialog. It uses > a chunking algorithm to split up the dataset into small pieces, and > then loop over those using chained setTimeout executions to allow a > break in execution in order for regular UI processing to be handled, > such as scrolling or selecting text. It can be extremely useful for > less than pertinent processing that can be carried on in the > background. > > http://positionabsolute.net/blog/2010/01/asynchronous-execution.php > > Regards, > Matt
-- You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/prototype-scriptaculous?hl=en.
