in reply to Re: Re: flock, not unflocking
in thread flock, not unflocking
$SIG{INT} = 'IGNORE'; # ignore signal and keep on going, but without a + connection to your user $SIG{INT} = sub { die "Received SIGINT\n" }; # normal exit with an err +or
I have no idea if doing that would solve your problem, but fiddling around with signal handlers in apache and on the command line might answer that question.
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re: flock, not unflocking
by tye (Sage) on Feb 15, 2001 at 20:38 UTC |