Help for this page
while( ){ fork(); }
if( fork() ){ # code } else { # code }
while( ){ ... } }
while( ){ unless( fork() ){ ... exit; } }