Re: Different approaches for Daemon and fork/thread

2010-02-01 Thread Peter Scott
On Mon, 01 Feb 2010 01:26:23 -0600, Alvaro Mantilla Gimenez wrote: > 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 >| >

Different approaches for Daemon and fork/thread

2010-01-31 Thread Alvaro Mantilla Gimenez
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