Hello, I need to create a perl daemon that split in two process (each has different data input) and then they split in as many child (fork)/threads as need it.
Daemon | ----------------- | | Process 1 Process 2 | | -------------- --------------- | | | | | | child1 child2 childn child1 child2 childn I would like to know which is the best approach for create the daemon (Proc::Simple, Proc::Daemon, etc...) and some recommendation about the fork/thread question (which one: forks or threads? why? some example?). Regards, Alvaro -- To unsubscribe, e-mail: beginners-unsubscr...@perl.org For additional commands, e-mail: beginners-h...@perl.org http://learn.perl.org/