Hi Dave,

I have the same problem too. I use ASP.NET and API functions delay approx. 
3 seconds. On my local PC everything is fast (approx. 400 ms).
Did you solve this problem?

Thanks

Majo

On Tuesday, 4 December 2012 23:06:14 UTC+1, Dave wrote:
>
> Recently our server is seeing a huge delay when calling GetService. After 
> trying numerous things we decided to test the PHP Examples from the client 
> library. We get the same result, around 2-4 seconds for each service we try 
> to load. Currently our app loads a handful of these when performing 
> operations. 
>
> Our code runs in this order and has worked flawlessly for a couple of years.
>
> 1. Init AdwordsUser
> 2. Make calls to each service we plan to use for this job:
>
> $campaignService = $user->GetService('CampaignService', ADWORDS_VERSION); // 
> 3 seconds to load
> $adGroupService = $user->GetService('AdGroupService', ADWORDS_VERSION);  // 3 
> seconds to load
> $adGroupCriterionService = $user->GetService('AdGroupCriterionService', 
> ADWORDS_VERSION); // 3 seconds to load
> // load additional services we may need - add 3 seconds to load...
>
> 3. Do work (create a campaign, update an ad, delete a keyword..etc)
>
> This impacts our clients so I was hoping someone could shed some light as to 
> why we're seeing the delays all of the sudden.
>
> Thanks,
> Dave Reed
>
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://googleadsdeveloper.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 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.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to