summaryrefslogtreecommitdiff
path: root/trunk/ACE/apps/JAWS/README
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/ACE/apps/JAWS/README')
-rw-r--r--trunk/ACE/apps/JAWS/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/trunk/ACE/apps/JAWS/README b/trunk/ACE/apps/JAWS/README
new file mode 100644
index 00000000000..e67da72afd1
--- /dev/null
+++ b/trunk/ACE/apps/JAWS/README
@@ -0,0 +1,15 @@
+This directory contains the source code and test examples for JAWS,
+which is a high-performance HTTP Web server written with ACE. For
+more information on JAWS, please see
+
+http://www.cs.wustl.edu/~jxh/research/
+
+The subdirectories in this directory contain the following components
+
+ . clients -- This contains the source code for various
+ client applications that exercise the file uploading and
+ downloading features of JAWS
+
+ . server -- This contains the source code for the JAWS
+ HTTP Web server. It illustrates a number of sophisticated
+ ACE concurrency and event demultiplexing strategies.