diff options
author | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
---|---|---|
committer | levine <levine@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1996-10-21 21:41:34 +0000 |
commit | a5fdebc5f6375078ec1763850a4ca23ec7fe6458 (patch) | |
tree | bcf0a25c3d45a209a6e3ac37b233a4812f29c732 /apps/README | |
download | ATCD-a5fdebc5f6375078ec1763850a4ca23ec7fe6458.tar.gz |
Initial revision
Diffstat (limited to 'apps/README')
-rw-r--r-- | apps/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/apps/README b/apps/README new file mode 100644 index 00000000000..348bf472216 --- /dev/null +++ b/apps/README @@ -0,0 +1,19 @@ +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. + + . 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). + |