public function __construct()
 {
     self::$parent_pid = getmypid();
     pcntl_signal(SIGCHLD, array($this, "child_signal_handler"));
 }