Hi, 

we are retrieving data from AdWords using the API with googleads-php-lib. 

As we recently upgraded our System (Cent-OS 7) to PHP7.1 we encounter an 
error after a while if we make service calls: "Process open FD table is 
full".
I checked and it seems to be related to the SOAP calls made in the lib.

For example if we loop over an amount of customers and on each customer we 
call:
$service = (new AdWordsServices())->get($session, CampaignService::class);

the open FD counter increases which I checked by calling "lsof -p x | wc 
-l" on the process-id (x).
After some time the open FD table is full.

I tried to disable WSDL cache but no effect on this...
There seems to be problem with not closing file-descriptors within the soap 
calls...

Any idea how this could be fixed?

Regards,

Tobias

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [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].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/ccb4593a-8de6-4e35-a8bf-764aee0aa2ee%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Service SoapCal... Tobias Bauer
    • Re: Servic... 'Shwetha Vastrad (AdWords API Team)' via AdWords API Forum

Reply via email to