Subject: Re: Speeding up fork/wait path
To: Jaromir Dolecek <jdolecek@NetBSD.org>
From: Chuck Silvers <chuq@chuq.com>
List: tech-kern
Date: 11/03/2003 08:54:44
On Mon, Nov 03, 2003 at 04:36:38PM +0100, Jaromir Dolecek wrote:
> Also, I don't know where would be the best place to put this
> 'drain&retry' hook, besides the pagedaemon. Basically uvm_uarea_drain(TRUE)
> should be called in exactly same situations as pool_drain(0)

... which is a pretty good hint that we should be using a pool
to allocate uareas.  :-)

-Chuck