summaryrefslogtreecommitdiff
path: root/examples/Reactor/Proactor/test_aiocb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/Proactor/test_aiocb.cpp')
-rw-r--r--examples/Reactor/Proactor/test_aiocb.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/examples/Reactor/Proactor/test_aiocb.cpp b/examples/Reactor/Proactor/test_aiocb.cpp
index 008121b744a..3bd3ee96b3d 100644
--- a/examples/Reactor/Proactor/test_aiocb.cpp
+++ b/examples/Reactor/Proactor/test_aiocb.cpp
@@ -9,8 +9,14 @@
// test_aiocb.cpp
//
// = DESCRIPTION
-// Checkout $ACE_ROOT/examples/Reactor/Proactor/test_aiocb_ace.cpp,
-// which is the ACE'ified version of this program.
+// This program helps you to test the <aio_*> calls on a
+// platform. Before running this test, make sure the platform can
+// support POSIX <aio_> calls. use $ACE_ROOT/tests for this.
+// This is for testing the AIOCB (AIO Control Blocks) based
+// completion approach which uses <aio_suspend> for completion
+// querying.
+// If this test is successful, ACE_POSIX_AIOCB_PROACTOR
+// can be used on this platform.
//
// = COMPILE and RUN
// % CC -g -o test_aiocb -lrt test_aiocb.cpp