AlfaProject has asked for the wisdom of the Perl Monks concerning the following question:
register_user(@some_params_here); my $pid = fork(); if( $pid == 0 ){ send_mail($mail_params); exit 0; } write_log(@some_params_here);
That happens in line of 'exit 0;' in code.ModPerl::Util::exit: (120000) exit was called
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: fork issue
by moritz (Cardinal) on Jan 08, 2012 at 09:49 UTC | |
by AlfaProject (Beadle) on Jan 08, 2012 at 10:14 UTC | |
by moritz (Cardinal) on Jan 08, 2012 at 10:24 UTC | |
|
Re: fork issue
by JavaFan (Canon) on Jan 08, 2012 at 15:26 UTC | |
|
Re: fork issue
by Khen1950fx (Canon) on Jan 08, 2012 at 13:54 UTC |