Subject: Re: CVS commit: syssrc/sys/kern
To: Perry E. Metzger <perry@piermont.com>
From: Daniel Carosone <dan@geek.com.au>
List: tech-kern
Date: 12/07/2002 15:08:08
On Fri, Dec 06, 2002 at 07:48:19PM -0500, Perry E. Metzger wrote:
> In general, I don't want my processes to block unless they
> ask to, period

fork() is allowed to block; indeed on a uniprocessor it must for
at least one of the two resulting processes.

--
Dan.