summaryrefslogtreecommitdiff
path: root/apps/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 02:43:47 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1998-09-07 02:43:47 +0000
commit5e37e4e9cb26975e97a9afe77b216177578f932b (patch)
tree670f7df93ed081106cd2eb1caf64b5207776f03c /apps/README
parent7f9ee54cb088f0be61326b973cfca5ef9e1da7b0 (diff)
downloadATCD-5e37e4e9cb26975e97a9afe77b216177578f932b.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/README')
-rw-r--r--apps/README11
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/README b/apps/README
index 9a21781fced..853c316f6c0 100644
--- a/apps/README
+++ b/apps/README
@@ -1,10 +1,20 @@
The subdirectories in this directory provide a number of complete
applications that utilize the ACE features.
+ . drwho - This provides a "Distributed RWHO (drwho) utility
+ that gets around certain rwho limitations, adds
+ functionality, and also prints a much prettier listing of
+ who's logged in around a network.
+
. Gateway -- Implements a connection-oriented application-level
gateway that uses source-based and destination-based routing
of messages between peers connected via TCP/IP networks.
+ . gperf -- The GNU perfect hash function generator. This
+ has now been integrated into the TAO IDL compiler, where
+ it is used for generating the lookup function for operation
+ names associated with IDL interfaces.
+
. JAWS -- This is a high-performance HTTP Web server written
with ACE. It illustrates a number of sophisticated ACE
concurrency and event demultiplexing strategies.
@@ -15,4 +25,3 @@ applications that utilize the ACE features.
platforms don't have Orbix. These examples are completely
unsupported and may not work...
- . gperf -- The GNU perfect hash function generator.