Christos Zoulas wrote: > Always prefer poll over select on systems that have it. http://www.unixguide.net/network/socketfaq/2.14.shtml "Someone could write an implementation of poll() that uses select()" http://www.sealiesoftware.com/fakepoll.h Perhaps we should add this to replacements and always call poll(). --jkl