Children die soon in that one. This one is worse, even the child starts spawning and so on...
while(1) fork();
> ----snippet----
> /* rabbits.c */
>
> #include <u.h>
> #include <libc.h>
>
> void
> main(int, char*[])
> {
> // just like rabbits...
> while(fork())
> ;
> exits(nil);
> }
> ----snippet----
>
> --
> Using Opera's revolutionary e-mail client: http://www.opera.com/mail/
