Hello Rafal, There's a blog post from a couple of years ago talking about how to handle errors due to too many concurrent requests:
http://adwordsapi.blogspot.com/2006/09/adwords-api-concurrency-policy.html While the system is dynamic, as a general rule, staying around four or fewer concurrent AdWords API requests from the same developer token should be fine. (This may mean slightly more than four threads, as not all threads will have an active AdWords API request at all times.) I'd just recommend that you make your system as configurable as possible in case you need to scale up or down the number of threads making requests. Cheers, -Jeff Posnick, AdWords API Team On Dec 9, 9:55 am, rafal <[EMAIL PROTECTED]> wrote: > I have a question concerning number of maximum concurrent connections > with Adwords API made by one particular developer account. > The reason I am asking this is that my idea is to run multiple threads > to get appropriate adwords data. > > Thanks in advanced > > Rafal --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" 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/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
