3 This directory contains the ACE network service implementations and
4 sample driver programs for dynamically configuring them into client
5 and server processes. The subdirectories include the following:
7 . lib -- contains implementations of the ACE network services.
8 These services include a logging service, a name service,
9 a distributed locking service, and a distributed time service.
10 These can be built as shared libraries (i.e., DLLs), which
11 are then linked into applications either statically or
14 . servers -- contains the driver program that links the various
15 services together, either statically or dynamically, to
16 form complete server programs.
18 . clients -- contains a number of test programs that illustrate
19 how to write clients for the various ACE network services.
21 Please see the ACE-netsvcs.html file for an overview of the various