summaryrefslogtreecommitdiff
path: root/apps/JAWS/server/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'apps/JAWS/server/svc.conf')
-rw-r--r--apps/JAWS/server/svc.conf5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/JAWS/server/svc.conf b/apps/JAWS/server/svc.conf
index 5f34c06aaa1..fdba6ab9c76 100644
--- a/apps/JAWS/server/svc.conf
+++ b/apps/JAWS/server/svc.conf
@@ -14,6 +14,7 @@
# = SYNCH
# = ASYNCH
# -b backlog value for listen ()
+# -c caching: NO_CACHE or CACHE
#
#
# Thread Pool, 20 unbound threads
@@ -21,6 +22,10 @@
static HTTP_Server "HTTP_Server -p 5432 -n 20 -i SYNCH -t POOL -b 50 -f THR_NEW_LWP"
#
#
+# Start a baseline server without caching
+#static HTTP_Server "HTTP_Server -p 5432 -n 20 -i SYNCH -t POOL -b 50 -f THR_NEW_LWP -c NO_CACHE"
+#
+#
# Thread Pool, 40 threads
#static HTTP_Server "HTTP_Server -p 5432 -n 40 -i SYNCH -t POOL -b 50 -f THR_NEW_LWP -f THR_BOUND"
#