Perl: the Markov chain saw | |
PerlMonks |
Re: Coping with a large family (interprocess communication)by Rhandom (Curate) |
on Apr 23, 2001 at 18:52 UTC ( [id://74721]=note: print w/replies, xml ) | Need Help?? |
You may want to look at Re: multiple fork() where a lot of this is handled for you.
The idealogies for it plus some extra goodies can be found in the Net::Server module on CPAN (look in the lib/Net/Server/PreFork.pm module). my @a=qw(random brilliant braindead); print $a[rand(@a)];
In Section
Seekers of Perl Wisdom
|
|