A class to monitor a set of file descriptors for readiness events.
A class to monitor a set of file descriptors for readiness events. This implementation is a wrapper around the F_SETSIG event delivery scheme provided by Linux.Warning: the 2.4 linux kernel works fine with all parts of this class except wakeUp(). The 2.4 linux kernel does not by default support using SIGIO with pipes. See Jeremy Elson's patch, http://www.cs.helsinki.fi/linux/linux-kernel/2002-13/0191.html if you want to use this class with pipes, or if you want to use the wakeUp method of this class.
Alphabetic index HTML hierarchy of classes or Java