I see in ModPerl::Util:
(where it's talking about why eval { exit } doesn't actually exit).or use C<CORE::exit()>: eval { CORE::exit; } print "Still running"; and nothing will be printed. The problem with the latter is the current process (or a Perl Interpreter) will be killed; something that you really want to avoid under mod_perl.
In this case, I do want to actually kill everything, but am still concerned by that "something that you really want to avoid". I was hoping there'd be an actual mod_perl-supplied mechanism to stop the show.
In reply to Re^2: apache2 startup consistency checks
by ysth
in thread apache2 startup consistency checks
by ysth
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |