Subject: Re: wedges vs. not-quite-wedges, was > 1T filesystems, disklabels, etc
To: Greywolf <greywolf@starwolf.com>
From: Jonathan Stone <jonathan@DSG.Stanford.EDU>
List: tech-kern
Date: 12/20/2002 11:59:34
>So, then, what does kqueue buy us, exactly?

It lets you write really _big_ nonthreaded apps, with low latency,
without the overhead of copying huge bitvectors or huge pollsets in
and out of the kernel.  (Think tens of thousands of open sockets.)

And its cleaner than similar-performing alternatives (e.g., the Usenix
paper by Gaurav Banga and Jeff Mogul).