summaryrefslogtreecommitdiff
path: root/apps/README
diff options
context:
space:
mode:
Diffstat (limited to 'apps/README')
-rw-r--r--apps/README18
1 files changed, 0 insertions, 18 deletions
diff --git a/apps/README b/apps/README
deleted file mode 100644
index 9a21781fced..00000000000
--- a/apps/README
+++ /dev/null
@@ -1,18 +0,0 @@
-The subdirectories in this directory provide a number of complete
-applications that utilize the ACE features.
-
- . 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.
-
- . JAWS -- This is a high-performance HTTP Web server written
- with ACE. It illustrates a number of sophisticated ACE
- concurrency and event demultiplexing strategies.
-
- . Orbix-Examples -- Implements several applications that
- integrate ACE and Orbix (which is IONA's implementation of
- CORBA). By default, these aren't compiled since most
- platforms don't have Orbix. These examples are completely
- unsupported and may not work...
-
- . gperf -- The GNU perfect hash function generator.