- or download this
#./prefork.pl &
# ps -ef | grep prefork.pl
...
#ps -ef | grep prefork
root 22627 1 0 15:34 pts/3 ./prefork.pl
root 22628 1 0 15:34 pts/3 ./prefork.pl
- or download this
=for nobody
sub REAPER { # takes care of dead children
...
#$SIG{CHLD} = \&REAPER;
#$SIG{INT} = \&HUNTSMAN;
- or download this
#!/usr/bin/perl
# preforker - server who forks first
...
}
}