kqueue giant-locking (&kq_Giant, locking)

Garrett Wollman wollman at khavrinen.lcs.mit.edu
Fri Apr 16 21:47:08 PDT 2004


In article <200404170330.i3H3Ul0t032543 at green.homeunix.org> you write:

>I can't imagine a well-designed applications has kqueues of kqueues.

I can in about five seconds' worth of thought.

Suppose you have library X.  It accomplishes some task asynchronously
(it doesn't matter what or how), and provides a descriptor that the
calling application must poll for completion.  Now use that library
into an application that has its own event loop.

This is one of the specific motivating examples behind doing kqueue
rather than simply extending poll() or select().  Please go and read
the papers before you continue down this path.

-GAWollman



More information about the freebsd-arch mailing list