summaryrefslogtreecommitdiff
path: root/apps/README
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2005-04-28 13:05:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2005-04-28 13:05:42 +0000
commit96a2b74449274e66175892348beedda5215b2738 (patch)
treed8b442a6fc78a1ba19f2e789eba8c3edd96ca0ea /apps/README
parent14f5631917738d6579c40e7a15a5eabdd8e64610 (diff)
downloadATCD-96a2b74449274e66175892348beedda5215b2738.tar.gz
ChangeLogTag:Wed Apr 27 14:29:03 2005 J.T. Conklin <jtc@acorntoolworks.com>
Diffstat (limited to 'apps/README')
-rw-r--r--apps/README12
1 files changed, 10 insertions, 2 deletions
diff --git a/apps/README b/apps/README
index 51aea298841..742b3ec993f 100644
--- a/apps/README
+++ b/apps/README
@@ -15,6 +15,14 @@ applications that utilize the ACE features.
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
+ . JAWS -- This is a high-performance HTTP 1.0 web server
+ written with ACE. It illustrates a number of sophisticated ACE
concurrency and event demultiplexing strategies.
+
+ . JAWS2 is an implementation of HTTP/1.0 similar to JAWS. It has
+ no HTTP/1.1 features. It extends JAWS to add a more
+ flexible I/O and concurrency framework utilizing strategies.
+
+ . JAWS3 is a framework that provides a state-machine interface
+ to developing a server, but it does not implement HTTP.
+