[Proto-Scripty] Re: Using loop to add multiple records in mysql

2009-02-23 Thread zjoske....@gmail.com
Hi TJ, Thank you for your response. I will try your chained loop mechanism. Greetinx, Zjoske. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Prototype & script.aculo.us" group. To post to this group, send email

[Proto-Scripty] Re: Using loop to add multiple records in mysql

2009-02-22 Thread T.J. Crowder
Hi, By default, Ajax.Request is *asynchronous*, so that code won't wait for one to complete before it kicks off the next, so you'll end up with multiple outstanding calls to the server. If you have more than two outstanding calls, the odds are very high that the browser, server, or both will que