Hi everybody!

I am using Prototype quite extensively on a site to do various things.
Parts of the page get loaded via Ajax.Updater while other actions are
done with Ajax.Request. Now, it seems that I can only have one call
run "parallel" and all other calls have to wait for the other(s) to
finish.
This is extremely obvious with a slow loading part of the site that
takes about 5 seconds to load. If I open the "settings" tab in a
Lightbox (which uses Prototype and Ajax.Updater, too), you only see
the "Loading..." text until the other call in the background is done.
Can I have those calls run parallel? 2 or 3 would suffice, I suppose.
If not, can I somehow abort requests if there is a "more important"
request to be made and then re-do it after the important task is done?
Or do I have to code that myself?

Thanks in advance for any help!
Jörn a.k.a. Yeti


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Spinoffs" 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/rubyonrails-spinoffs?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to