Alex,

The purpose of the MUTATE_JOB_SERVICE is to allow you to submit jobs and 
check back later. It does not necessarily make the changes any faster than 
the ADGROUP_CRITERION_SERVICE because any single operation still has the 
same level of processing within the AdWords backend. 

You may have just hit the wall of how fast changes actually take place in 
the back end at one time in one account.

Take note of this warning from the BJS 
documentation<https://developers.google.com/adwords/api/docs/reference/v201306/MutateJobService>:
 

*Caution:* Do not poll the job status too frequently or you will risk 
> getting your customer rate-limited.


Also, the error "too many soap-headers" is not a documented error for the 
BJS service itself, which probably means it is being thrown by a supporting 
library. Is your code sharing any data structures between threads that 
would result in more than one soap header being written to a request? Does 
the same error occur if you run two(or more) instances of your application 
concurrently or only when two or more threads of execution are spawned from 
the same instance of the application?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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

--- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to