diff options
author | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 19:27:46 +0000 |
---|---|---|
committer | sumedh <sumedh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-07 19:27:46 +0000 |
commit | 9193883fd9fe878fb86aa79836f37264e815fd6a (patch) | |
tree | c557ecb555f511fa3ca8cc14fe42100721aee94d /apps | |
parent | ae3fcdc7dba1663363e89e90b13300f084a358d4 (diff) | |
download | ATCD-9193883fd9fe878fb86aa79836f37264e815fd6a.tar.gz |
Added README file.
Diffstat (limited to 'apps')
-rw-r--r-- | apps/JAWS/server/README | 36 |
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 + + + + + + |