summaryrefslogtreecommitdiff
path: root/ACE/examples/Reactor/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/examples/Reactor/README')
-rw-r--r--ACE/examples/Reactor/README20
1 files changed, 20 insertions, 0 deletions
diff --git a/ACE/examples/Reactor/README b/ACE/examples/Reactor/README
new file mode 100644
index 00000000000..fefaeeaf317
--- /dev/null
+++ b/ACE/examples/Reactor/README
@@ -0,0 +1,20 @@
+This directory contains subdirectories that test the ACE Reactor and Proactor
+
+ . Dgram
+ Tests the CODgram and Dgram classes with the Reactor.
+
+ . Misc
+ Various miscellaneous tests of Reactor functionality
+ (e.g., signals, timers, notification, etc.).
+
+ . Multicast
+ Tests out the ACE multicast capabilities in conjunction
+ with the Reactor.
+
+ . Ntalker
+ A program that implements a multicast "chat" program.
+
+
+ . Proactor
+ A program that illustrates the "Proactive" version of
+ the Reactor