Re: [PHP-DEV] Help please: child processes are not killed when PHP is done

2018-05-17 Thread O'Neil Delpratt
From my investigation an internal library Excelsior Jet is creating the extra threads, which I need to release. > On 17 May 2018, at 09:57, O'Neil Delpratt wrote: > > Hi All, > > I am experiencing a strange behaviour in my PHP extension. My setup: Ubuntu > LTS 16, Apache 2.4, PHP 7.0.30 (tes

[PHP-DEV] Help please: child processes are not killed when PHP is done

2018-05-17 Thread O'Neil Delpratt
Hi All, I am experiencing a strange behaviour in my PHP extension. My setup: Ubuntu LTS 16, Apache 2.4, PHP 7.0.30 (tested with PHP 7.1.17) and latest Saxon-HE/C 64bit. Observed behaviour is that Apache spawns a couple of child processes as soon as Saxon is invoked. Problem is that those child