summaryrefslogtreecommitdiff
path: root/apps/JAWS
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-08 00:46:11 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-05-08 00:46:11 +0000
commit5a230272febc8a0afa415a6a9ea3293e976f95e0 (patch)
treee30c84dbd7f22802193b4ce9bd2a63102cfdfa7c /apps/JAWS
parent7049b471dea412447930ec96d12ee15e42a54695 (diff)
downloadATCD-5a230272febc8a0afa415a6a9ea3293e976f95e0.tar.gz
*** empty log message ***
Diffstat (limited to 'apps/JAWS')
-rw-r--r--apps/JAWS/PROTOTYPE/README14
1 files changed, 14 insertions, 0 deletions
diff --git a/apps/JAWS/PROTOTYPE/README b/apps/JAWS/PROTOTYPE/README
index 701c6e6c89f..dae52514354 100644
--- a/apps/JAWS/PROTOTYPE/README
+++ b/apps/JAWS/PROTOTYPE/README
@@ -15,4 +15,18 @@ ACE should require no changes to get JAWS to compile.
Users of Windows NT can start with the supplied project files, but they
may require some fiddling with to get it all to compile.
+Server command line options:
+
+ -t : enable/disable tracing (disabled by default)
+ -p PORT : set listen port to PORT (5432 default)
+ -c CONCURRENCY : set concurrency strategy, one of PER_REQUEST,
+ or POOL (the default).
+ -d DISPATCH : set dispatch strategy, one of ASYNCH, or SYNCH (default)
+ -n NTHREADS : set number of threads for POOL (5 default)
+ -m MAXTHREADS : set maximum number of threads for PER_REQUEST,
+ (20 default)
+ -f THREADFLAGS : set thread creation flags, recognizes THR_BOUND,
+ THR_DAEMON, and THR_DETACHED
+ -r RATIO : set asynch tasks per thread ratio (1 default)
+
-- James