3 This directory contains the driver program that links the various
4 services together, either statically or dynamically, to form complete
7 You can configure the following ACE network services into the driver
8 program by changing how the svc.conf file is setup:
10 . Logger -- Controls the output of all services that are
11 invoked along with the Logger service. Please see the README
12 file in /netsvcs/lib for details on how to control the output.
14 . [Thr_]Server_Logging_Handler.* -- Implements server portion
15 of the ACE distributed logging service. Both multi-threaded
16 and single-threaded implementations are provided.
18 . Client_Logging_Handler.* -- Implements the client portion
19 of the ACE distributed logging service. Note that you
20 generally will run a netsvc daemon that's configured with
21 *either* the server portion of the logging service or the
22 client portion of the logging service, but not both in
23 the same process. In other words, you'll need to have
24 separate svc.conf files to configure the client logging process
25 and the server logging process independently.
27 . Name_Handler.* -- Implements a distributed name service that
28 allows applications to bind, find, and unbind names in
31 . Token_Handler.* -- Implements a distributed token service
32 that allows distributed applications to acquire and release
33 locks in a distributed system.
35 . Time_Handler.* -- Implements a distributed time service that
36 allows distributed applications to synchronize their