This directory contains subdirectorys that implement a distributed
logger using several different approaches provided by the ACE library:
	
	1. Client Logging Daemon
		The client-side of the distributed logger

	2. A sample logging application
		Illustrates how an application may use this API

	3. Reactor framework 
	
		This is the simplest version, it illustrates
		the "bare-bones" usage of the Reactor.  Note
		that to do this right, you should really
		be using the Acceptor class from the 
		./libsrc/Connection library.

	4. Service Configurator framework
	
		This version is more sophisticated since it
		allows dynamic linking of services.  It
		also illustrates how the Acceptor class
		works from the ./libsrc/Connector library.

	5. ASX framework

		This version is even more sophisticated since
		it allows threading and transparent composition
		of hierarchically-related services (not yet
		available)

