summaryrefslogtreecommitdiff
path: root/apps/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-22 05:37:59 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-04-22 05:37:59 +0000
commit37be95568648c253a130d2bd8547b11b8b932b31 (patch)
tree1f72bae9dda4045c330b9ff5ffb31ff012cf47c0 /apps/README
parent92cb748f30bc7b333cdf00a44cdab385f52f3cb3 (diff)
downloadATCD-37be95568648c253a130d2bd8547b11b8b932b31.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/README')
-rw-r--r--apps/README16
1 files changed, 7 insertions, 9 deletions
diff --git a/apps/README b/apps/README
index 348bf472216..758b6c0b68d 100644
--- a/apps/README
+++ b/apps/README
@@ -5,15 +5,13 @@ applications that utilize the ACE features.
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).
-
- . Synch-Benchmarks -- Implements a number of benchmarks
- that test the performance of various synchronization
- mechanisms.
-
- . TTCP -- Implements several variants of the TTCP benchmarking
- test for TCP and UCP using C sockets, ACE C++ wrappers, and
- several versions of CORBA (Orbix and ORBeline).
+ CORBA). By default, these aren't compiled since most
+ platforms don't have Orbix.
+ . gperf -- The GNU perfect hash function generator.