owl1 has asked for the wisdom of the Perl Monks concerning the following question:
Is it possible to create independent processes with the use of "Proc::Daemon::Init()" from a single script and have them communicate with each other
for($i;$i<2;$i++) { # This would spwan four independent $pid= fork; # processes Proc::Daemon::Init(); }
Any help would be appreciated
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Process as daemon, communicate back
by naChoZ (Curate) on Dec 21, 2007 at 15:23 UTC | |
Re: Process as daemon, communicate back
by HeatSeekerCannibal (Beadle) on Dec 21, 2007 at 16:16 UTC | |
by owl1 (Initiate) on Dec 24, 2007 at 04:03 UTC |