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, 0 insertions, 5 deletions
diff --git a/apps/JAWS/server/svc.conf b/apps/JAWS/server/svc.conf
index fdba6ab9c76..5f34c06aaa1 100644
--- a/apps/JAWS/server/svc.conf
+++ b/apps/JAWS/server/svc.conf
@@ -14,7 +14,6 @@
# = SYNCH
# = ASYNCH
# -b backlog value for listen ()
-# -c caching: NO_CACHE or CACHE
#
#
# Thread Pool, 20 unbound threads
@@ -22,10 +21,6 @@
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"
#