Absolutely no blocking. We're for example running 20 threads concurrently 
to get accounts report data without any problems... Blazing fast.



On Thursday, October 30, 2014 3:07:42 PM UTC-4, Anash P. Oommen (AdWords 
API Team) wrote:
>
> Hi GDZ,
>
> Are you sure your machine is not blocking on outgoing connections? .NET, 
> for instance, limits the number of simultaneous Web connections to 2.
>
> Cheers,
> Anash P. Oommen,
> AdWords API Advisor.
>
> On Wednesday, October 29, 2014 5:32:42 PM UTC-4, GDZ wrote:
>>
>> Hello!
>>
>> Not really a question but an observation.
>>
>> Situation: 5 AdGroups, ~500 keywords each. Keywords ADD operations are 
>> "batched" into one mutate job for each AdGroup. So naturally 5 mutate jobs 
>> total ready for execution.
>>
>> Scenario 1. Mutate jobs are executed one after another, i.e. next job 
>> starts only after the previous one was finished.
>> Scenario 2. Mutate jobs are executed in parallel, 5 threads are running 
>> at the same time, each modifying its own AdGroup to avoid 
>> CONCURRENT_MODIFICATION error.
>>
>> Naturally, we expected Scenario 2 to be much faster than Scenario 1, 
>> reality is its only ~6% faster. Now trying to figure out how to speed this 
>> up a bit :)
>>
>> Thank you,
>> GDZ
>>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/b1a292ae-d6e0-4a8a-a758-cf173a3c9432%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to