But the forked processes will quit as soon as they are created. Thus, it won't work anyway.
"while(1) {fork()}; is "better", as the version you mention will quit as soon as it is not able to fork a new process."
or something similar