Re: Different approaches for Daemon and fork/thread
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
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