Re: Files descriptors number is growing

2016-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
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

Re: Files descriptors number is growing

2016-04-18 Thread Евгений Лебедев
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

Re: Files descriptors number is growing

2016-04-18 Thread 'Nadine Sundquist (AdWords API Team)' via AdWords API Forum
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

Files descriptors number is growing

2016-04-15 Thread Евгений Лебедев
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