Subject: Re: CVS commit: src/usr.sbin/inetd
To: None <tron@netbsd.org>
From: Perry E. Metzger <perry@piermont.com>
List: source-changes
Date: 02/12/2003 14:09:07
Matthias Scheler <tron@netbsd.org> writes:
> Modified Files:
> 	src/usr.sbin/inetd: inetd.c
> 
> Log Message:
> Rewrite inetd(8) to use kqueue(2) for enhanced performance and scalability.

I'm starting to think we should import Niels' libevent stuff and use
that for a lot of our things. It hides the underlying use of select or
kqueue or whatever, and gives you a nicer API to code against.

Perry