Chris Blazek <[EMAIL PROTECTED]> writes:

> 
> pid1 = fork();  /1st child
> pid2 = fork();  /2nd child
> pid3 = fork();  /3rd child

uh!!!

at the end you have 2^3 processes :-(

Reply via email to