summaryrefslogtreecommitdiff
path: root/tests/Priority_Reactor_Test.cpp
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-12 22:22:31 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-10-12 22:22:31 +0000
commita5871ecd93cff36516638a5a1e028bc134c54354 (patch)
tree81a6d84197f45df4e3d1dd8f649f5ca412639ce7 /tests/Priority_Reactor_Test.cpp
parenta033a40ff39c2172b517fa6413ea4902f6cd20c2 (diff)
downloadATCD-a5871ecd93cff36516638a5a1e028bc134c54354.tar.gz
*** empty log message ***
Diffstat (limited to 'tests/Priority_Reactor_Test.cpp')
-rw-r--r--tests/Priority_Reactor_Test.cpp15
1 files changed, 9 insertions, 6 deletions
diff --git a/tests/Priority_Reactor_Test.cpp b/tests/Priority_Reactor_Test.cpp
index 98b12b44aa9..7680b07252f 100644
--- a/tests/Priority_Reactor_Test.cpp
+++ b/tests/Priority_Reactor_Test.cpp
@@ -9,12 +9,15 @@
// Priority_Reactor_Test.cpp
//
// = DESCRIPTION
-// This is a test of the <ACE_Priority_Reactor>.
-// The test forks two processes (for a total of three processes)
-// which connect to the main process and
-// The clients send data to a connector, interestingly enough the
-// acceptor will give more priority to the second connection,
-// which should run always before the first one.
+// This is a test of the <ACE_Priority_Reactor>. The test forks
+// two processes (for a total of three processes) which connect to
+// the main process and The clients send data to a connector,
+// interestingly enough the acceptor will give more priority to
+// the second connection, which should run always before the first
+// one.
+//
+// The test itself is interesting, it shows how to write very
+// simple <ACE_Svc_Handler>, <ACE_Connectors> and <ACE_Acceptors>.
//
// = AUTHOR
// Carlos O'Ryan