Subject: Re: CVS commit: syssrc/sys/kern
To: David Laight <david@l8s.co.uk>
From: Bill Studenmund <wrstuden@netbsd.org>
List: tech-kern
Date: 12/09/2002 14:25:25
On Mon, 9 Dec 2002, David Laight wrote:

> > Actually, I like Bill Studenmund's suggestion that the fork can
> > (optionally, and interruptably!)  block until a slot opens.
>
> That could easily wedge completly, after all the process slot
> doesn't become free until after the parent has reaped the
> child (by calling wait).

Heh, well, that's why I shouldn't go mucking about with the scheduler w/o
supervision. :-)

Take care,

Bill