diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-01 01:44:11 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-12-01 01:44:11 +0000 |
commit | 86aa75dab63b4815ea205f978e85528718c64091 (patch) | |
tree | 02dcc9eefdacce0b8912321be40cd96cc20e67d8 /netsvcs | |
parent | eec828f2220857220b148cd1d705eea8ff1555f0 (diff) | |
download | ATCD-86aa75dab63b4815ea205f978e85528718c64091.tar.gz |
*** empty log message ***
Diffstat (limited to 'netsvcs')
-rw-r--r-- | netsvcs/servers/README | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/netsvcs/servers/README b/netsvcs/servers/README index d5dee4ff601..f6fa4a19557 100644 --- a/netsvcs/servers/README +++ b/netsvcs/servers/README @@ -14,7 +14,13 @@ program by changing how the svc.conf file is setup: and single-threaded implementations are provided. . Client_Logging_Handler.* -- Implements the client portion - of the ACE distributed logging service. + of the ACE distributed logging service. Note that you + generally will run a netsvc daemon that's configured with + *either* the server portion of the logging service or the + client portion of the logging service, but not both in + the same process. In otherwords, you'll need to have + separate svc.conf files to configure the client logging process + and the server logging process indepedently. . Name_Handler.* -- Implements a distributed name service that allows applications to bind, find, and unbind names in |