Hi Eugene,
Thanks for providing the additional information. The config file could
potentially be opened every time you create a SOAP client, which might
explain what's going on. I'm just not 100% sure. My PHP teammates on GitHub
would probably be able to reproduce it in order to be sure of what
Hello Nadine,
- I have different processes (workers) for different types of jobs.
Amount of processes are limited (the number of processes was 4 while my
investigation =)). Library is opening connections to Adwords servers by
creating SoapClients, and it could be the reason of risi
Hi Евгений,
I chatted with some of the PHP coders on my team, and it sounds like that
is not a known common issue with that library. I'll need to ask a few
questions to help you find a solution.
- The only file I know that the library opens is the config file. Do you
have a separate proc
Hello.
I'm using the latest php library to work with Adwords API.
I have some background processes which can run for a long time. They use
different services (Campaign, AdGroup, AdGroupAd, etc.).
Process unexpectedly die after some period of time with error 'too many
open files'.
At first I incre