[PHP-DEV] Memory leaks with Shared Memory

2011-01-21 Thread Andras Gyomrey
Hi, I've been playing around with Shared Memory, Semaphores and IPC. I've noticed even though i can restart apache, this shared memory segments remain in memory. This means a poor written script could eat a lot of server's available memory without freeing it back. This is more a question than a f

Re: [PHP-DEV] [citations for] Re: [PHP-DEV] Experiments with a threading library for Zend: spawning a new executor

2011-01-21 Thread Pierre Joye
On Thu, Jan 20, 2011 at 3:25 PM, Martin Scotta wrote: > and what what happen if the extending class does not call > parent::__construct() ? > __construct is just like any other function, but with semantic added on top > of. > > Changing the way it behaves will cause many headaches What does that