DragonFly BSD
DragonFly users List (threaded) for 2005-05
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: time measurement


From: "Thomas E. Spanjaard" <tgen@xxxxxxxxxxxxx>
Date: Tue, 03 May 2005 21:48:02 +0200

Adrian Bocaniciu wrote:
> <snip some true words>
A special case is the legacy BSD "select", where
FreeBSD & DF do not implement the corresponding POSIX "pselect", but
they implement the much better "kevent", which shall be used instead of
"select".

I don't think you can compare kqueue to select, as kevents can be used for arbitrary conditions (with extensibility), and select only wakes at reads, writes and exceptions.


Cheers,
		-- Thomas E. Spanjaard
		   tgen@xxxxxxxxxxxxx



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]