On Sat, Aug 9, 2008 at 8:20 PM, Dondi M. Stroma <[EMAIL PROTECTED]> wrote:
> Thanks, but I do not see how Apache2::ServerUtil::restarting() does the same
> thing. The $Apache::Server::Starting and $Apache::Server::ReStarting are,
> respectively, 1 and 0 during start, 0 and 1 during restart, and 0 a
Perrin Harkins wrote:
On Sat, Aug 9, 2008 at 5:19 PM, Dondi M. Stroma <[EMAIL PROTECTED]>
wrote:
What are the mod_perl 2 equivalents of $Apache::Server::Starting and
$Apache::Server::ReStarting?
http://perl.apache.org/docs/2.0/user/porting/compat.html#C__Apache__Server__Starting__and_C__Apache
On Sat, Aug 9, 2008 at 5:19 PM, Dondi M. Stroma <[EMAIL PROTECTED]> wrote:
> What are the mod_perl 2 equivalents of $Apache::Server::Starting and
> $Apache::Server::ReStarting?
http://perl.apache.org/docs/2.0/user/porting/compat.html#C__Apache__Server__Starting__and_C__Apache__Server__ReStarting_
What are the mod_perl 2 equivalents of $Apache::Server::Starting and
$Apache::Server::ReStarting? Or is there another way to determine if code is
being run in the parent or child process?
Thanks.