ThinkGeo.com    |     Documentation    |     Premium Support

Ajax Call Concurrency

 Hi,


 


I think that there is a need to be able to queue the AjaxCall in order to avoid concurrency issues...  I would like to know how I could  do that...  I know that some jQuery stuff are availabe but if you could provide a simple working example?


thanks in advance.


jm



 Hi Jean-marie,


Can you show me more on the words “queue the AjaxCall in order to avoid concurrency issues”? Do these AjaxCalls have a sequence? Such as you need to call Ajax1, and then Ajax2 which is based on Ajax1. Or they can be called at the same time? What’s the problem you are encountering?



Thanks,


Johnny



I have to nest Ajaxcalsl because if not they will all be fired at once…

I have to nest Ajaxcalsl because if not they will all be fired at once…

Ho Jean-marie, 
  
 Do you mean you don’t want them rasied at the same time? In other words, they are depended between each other? In that case, I think you can call the later in the privious callback funciton. 
  
 Thanks, 
 Johnny