From owner-freebsd-questions Thu Oct 9 16:36:44 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA07860 for questions-outgoing; Thu, 9 Oct 1997 16:36:44 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from ganymede.or.intel.com (root@ganymede.or.intel.com [134.134.248.3]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA07854 for ; Thu, 9 Oct 1997 16:36:41 -0700 (PDT) (envelope-from sramkris@ichips.intel.com) Received: from ichips.intel.com (ichips.intel.com [134.134.50.200]) by ganymede.or.intel.com (8.8.6/8.8.5) with ESMTP id QAA02839; Thu, 9 Oct 1997 16:42:50 -0700 (PDT) Received: from mh-relay by ichips.intel.com (8.7.4/jIIIa) id QAA17736; Thu, 9 Oct 1997 16:36:33 -0700 (PDT) Message-Id: <199710092336.QAA17736@ichips.intel.com> To: "Todd \"Taco\" Hansen" cc: freebsd-questions@freebsd.org Subject: Re: wierd problem with forking. In-reply-to: Your message of "Thu, 09 Oct 1997 16:28:25 PDT." <343D6899.3F54BC7E@mad.scientist.com> Date: Thu, 09 Oct 1997 16:36:33 -0700 From: Sri Ramkrishna Sender: owner-freebsd-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In message <343D6899.3F54BC7E@mad.scientist.com> you write: > Each user is only allowed to have so many processes running at a time. > This is just an idea but if you fork bomb your computer you will see it > happen. :) Well the thing that kills me I have only 5 bash shells, X windows, PPP and netscape running. Surely there are enough processes for doing just that in the GENERIC kernel. And if I quit Netscape, applications can fork again. But it doesn't explain why a program I wrote that forks works when applications like man are failing. (unless they are forking more times than my program does) sri