Help for this page
$pid = fork(); if( $pid == 0 ) { ... # CORE::exit(0); exit; }
$pid = fork(); if( $pid == 0 ) { ... ae_util::mylog( "EXIT Child process: $$.$p_pid " ); CORE::exit(0); }