summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-10 23:15:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2000-03-10 23:15:31 +0000
commit5d4d2d53e04a7bfc80191cecc20a6a4cd5cb37cb (patch)
treee5bf92e8a6e84dfaa4075d42701693bd3076b581
parent5a00769922c6defb1f54a425de221ccbd65bb011 (diff)
downloadATCD-5d4d2d53e04a7bfc80191cecc20a6a4cd5cb37cb.tar.gz
ChangeLogTag:Fri Mar 10 00:17:37 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLogs/ChangeLog-02a3
-rw-r--r--ChangeLogs/ChangeLog-03a3
-rw-r--r--THANKS2
-rw-r--r--netsvcs/ACE-netsvcs.html42
5 files changed, 37 insertions, 16 deletions
diff --git a/ChangeLog b/ChangeLog
index eb89856e19d..2e4017ee7a2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
Fri Mar 10 00:17:37 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * netsvcs/ACE-netsvcs.html: Updated this document. Thanks to
+ Charles Meier <cmeier@concentus-tech.com> for contributing this.
+
* ace/WIN32_Proactor.cpp (ACE_WIN32_Proactor): Replaced
this->completion_port_ with 0 in the call to
CreateIoCompletionPort() to make it more clear what's going on.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index eb89856e19d..2e4017ee7a2 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,8 @@
Fri Mar 10 00:17:37 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * netsvcs/ACE-netsvcs.html: Updated this document. Thanks to
+ Charles Meier <cmeier@concentus-tech.com> for contributing this.
+
* ace/WIN32_Proactor.cpp (ACE_WIN32_Proactor): Replaced
this->completion_port_ with 0 in the call to
CreateIoCompletionPort() to make it more clear what's going on.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index eb89856e19d..2e4017ee7a2 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,5 +1,8 @@
Fri Mar 10 00:17:37 2000 Douglas C. Schmidt <schmidt@tango.cs.wustl.edu>
+ * netsvcs/ACE-netsvcs.html: Updated this document. Thanks to
+ Charles Meier <cmeier@concentus-tech.com> for contributing this.
+
* ace/WIN32_Proactor.cpp (ACE_WIN32_Proactor): Replaced
this->completion_port_ with 0 in the call to
CreateIoCompletionPort() to make it more clear what's going on.
diff --git a/THANKS b/THANKS
index ce0f875b10d..c433af8ae71 100644
--- a/THANKS
+++ b/THANKS
@@ -919,6 +919,7 @@ Norbert Krain <krain@lineone.net>
Adrian Miranda <ade@psg.com>
Cody Dean <cody.dean@mindspring.com>
Hans Scharkowitz <hanssch@my-deja.com>
+Charles Meier <cmeier@concentus-tech.com>
I would particularly like to thank Paul Stephenson, who worked with me
at Ericsson. Paul devised the recursive Makefile scheme that
@@ -939,3 +940,4 @@ improvements, suggestions, and or comments, I'd like to hear about it.
Douglas C. Schmidt
schmidt@cs.wustl.edu
+
diff --git a/netsvcs/ACE-netsvcs.html b/netsvcs/ACE-netsvcs.html
index 83aa0861292..a6f423c51b7 100644
--- a/netsvcs/ACE-netsvcs.html
+++ b/netsvcs/ACE-netsvcs.html
@@ -143,7 +143,7 @@ main through command line as follows:<P>
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--c &ltnaming context&gt <BR>
+-c &lt;naming context&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Naming Context to use. Can be either "PROC_LOCAL" or "NODE_LOCAL" or
@@ -154,7 +154,7 @@ PROC_LOCAL
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--h &lthostname&gt
+-h &lt;hostname&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Specify the server hostname (needed by Name Server clients for
@@ -165,7 +165,7 @@ ACE_DEFAULT_SERVER_HOST
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--p &ltnameserver port&gt <BR>
+-p &lt;nameserver port&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Port number where the server process expects requests <BR>
@@ -175,7 +175,7 @@ ACE_DEFAULT_SERVER_PORT
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--l &ltnamespace dir&gt <BR>
+-l &lt;namespace dir&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Directory that holds the NameBinding databases <BR>
@@ -185,7 +185,7 @@ ACE_DEFAULT_NAMESPACE_DIR
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--P &ltprocess name&gt <BR>
+-P &lt;process name&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Name of the client process
@@ -195,18 +195,18 @@ argv[0]
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--s &ltdatabase name&gt <BR>
+-s &lt;database name&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Name of the database. NameBindings for the appropriate naming context
-are stored in file &ltnamespace_dir&gt/&ltdatabase name&gt.
+are stored in file &lt;namespace_dir&gt;/&lt;database name&gt;.
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
<I> null </I>
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--d &ltdebug&gt
+-d &lt;debug&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Turn debugging on/off
@@ -216,7 +216,7 @@ Turn debugging on/off
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--T &lttrace&gt
+-T &lt;trace&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Turn tracing on/off
@@ -226,7 +226,7 @@ Turn tracing on/off
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--v &ltverbose&gt
+-v &lt;verbose&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Turn verbose on/off
@@ -359,7 +359,7 @@ clerk and server services: <P>
Configuring a server requires specifying the port number of the
server. This can be specified as a command line argument as follows: <P>
- -p &ltport number&gt
+ -p &lt;port number&gt;
<P>
A clerk communicates with one or more server processes. To communicate
@@ -368,7 +368,7 @@ the server offers its service. The configuration parameters namely the
server port and server host are passed as command line arguments when
starting up the clerk service as follows: <P>
- -h &ltserver host1&gt:&ltserver port1&gt -h &ltserver host2&gt:&ltserver port2&gt ...
+ -h &lt;server host1&gt;:&lt;server port1&gt; -h &lt;server host2&gt;:&lt;server port2&gt; ...
<P>
Note that multiple servers can be specified in this manner for the
clerk to connect to when it starts up. The server name and the port
@@ -688,7 +688,7 @@ through command line as follows:<P>
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--h &hostname&gt <BR>
+-h &lt;hostname&gt; <BR>
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Hostname of the Server Logging Daemon <BR>
@@ -698,7 +698,7 @@ ACE_DEFAULT_SERVER_HOST
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--p &ltport number&gt
+-p &lt;port number&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Port number of the Server Logging Daemon <BR>
@@ -708,7 +708,7 @@ ACE_DEFAULT_LOGGING_SERVER_PORT
</TD>
<TR>
<TD VALIGN = TOP ALIGN = LEFT>
--p &ltrendezvous key&gt
+-p &lt;rendezvous key&gt;
</TD>
<TD VALIGN = TOP ALIGN = LEFT>
Rendezvous key used to create named pipe
@@ -771,7 +771,7 @@ Service:<p>
Here are the command line arguments that can be given to the Logging
Strategy Service: <P>
- -f &ltflag1&gt|&ltflag2&gt|&ltflag3&gt (etc...) <P>
+ -f &lt;flag1&gt;|&lt;flag2&gt;|&lt;flag3&gt; (etc...) <P>
where a flag can be any of the following: <P>
@@ -835,6 +835,16 @@ set and no filename is specified, ACE_DEFAULT_LOGFILE will be used to
write the output to. <P>
<LI> <B> Examples: </B> <P>
+ Here is an example svc.conf entry that dynamically loads the
+ Logging Strategy Service specifying that the output be sent
+ to STDERR: <P>
+
+ <PRE> <CODE>
+ dynamic Logging_Strategy_Service Service_Object *
+ ../lib/netsvcs:_make_ACE_Logging_Strategy()
+ "-f STDERR"
+ </PRE></CODE>
+ <P>
<OL>
<LI> To direct output only to STDERR, specify command line arguments as: <P>
"-f STDERR"