summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorsumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 19:27:46 +0000
committersumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-04-07 19:27:46 +0000
commit9193883fd9fe878fb86aa79836f37264e815fd6a (patch)
treec557ecb555f511fa3ca8cc14fe42100721aee94d /apps
parentae3fcdc7dba1663363e89e90b13300f084a358d4 (diff)
downloadATCD-9193883fd9fe878fb86aa79836f37264e815fd6a.tar.gz
Added README file.
Diffstat (limited to 'apps')
-rw-r--r--apps/JAWS/server/README36
1 files changed, 36 insertions, 0 deletions
diff --git a/apps/JAWS/server/README b/apps/JAWS/server/README
new file mode 100644
index 00000000000..89913e7f4d8
--- /dev/null
+++ b/apps/JAWS/server/README
@@ -0,0 +1,36 @@
+README for the JAWS server
+--------------------------
+
+
+This is the README file for the JAWS server.
+
+
+Compiling
+---------
+
+JAWS is an ACE application, and it can be compiled using the Makefile,
+or jaws.mdp file, as any other ACE application.
+
+
+
+Running
+-------
+
+
+To run JAWS, simply execute "main". It supports the following
+command-line arguments.
+
+
+
+ -p port Start JAWS on the specified port
+ -n num_threads Use num_threads as the maximum number of threads
+ -s strategy Use one of following strategies:
+ 0 -> single threaded concurrent synchronous
+ 1 -> thread per request
+ 2 -> thread pool
+
+
+
+
+
+