Greetings,

So I've implemented a divide and conquer algorithm for the adwords sync 
items.
I have this algorithm run via a queue with many consumer threads.
This is in Java.


So when I set the workers to 15, I experience AxisFaults mainly concerning 
SSL handshakes.
I thought I would encounter: "RateExceededError" but I never do.
I find that I experience this error when my bandwidth becomes "high."  (not 
actually high, but about 1.5-3M prob)


My question is:

Are the AxisFaults on purpose by google?

They have the effect of pausing the threads for extended (too long) periods 
of time.  I can get around this by monitoring the threads and interrupting 
them when they experience too long of a processing time.  But I would rather 
not.  Also, I have this feeling that resources may be being leaked when an 
SSL exception is experienced.  Which is not nice.


Has anyone else experienced this?

Is there a "proper etiquette" of requests I am not following?


Thanks,

-tim


-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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

Reply via email to