pb: ezodf's daemon create zombies

pb: ezodf's daemon create zombies

Tuesday 10 February 2009 3:19:57 am - 2 replies

Author Message

Ɓukasz Serwatka

Tuesday 10 February 2009 3:45:51 am

Hi,

You can try method described here.
http://svn.ez.no/svn/extensions/ezodf/trunk/doc/README.daemon

Let us know if problem persists. If yes please describe it in details as well as provide step-by-step instructions how to reproduce it and report in issue tracker on http://issues.ez.no

Personal website -> http://serwatka.net
Blog (about eZ Publish) -> http://serwatka.net/blog

Alexandre Mironenkov

Tuesday 10 February 2009 7:46:23 am

I added pcntl_waitpid ($ pid, $ status, WUNTRACED);

...
    if ( $pid != 0)

    {
        // In the main process

        socket_close( $spawn );
	pcntl_waitpid($pid, $status, WUNTRACED);

    }
...

I'll see how it will evolve.

You must be logged in to post messages in this topic!

Powered by eZ Publish™ CMS Open Source Web Content Management. Copyright © 1999-2014 eZ Systems AS (except where otherwise noted). All rights reserved.