This directory tree contains a "universal", event-oriented distributed demon
system.  The idea is that the core of the demon is a select loop (with timeout),
to each Unix file-descriptor, there is a handler function, and these 
functions may be chained (allowing interposition of debugging, monitoring, or
encryption, for example).  This provides a highly modular basis for adding
services.
