summaryrefslogtreecommitdiff
path: root/DevGuideExamples/Multithreading/Reactive/svc.conf
diff options
context:
space:
mode:
Diffstat (limited to 'DevGuideExamples/Multithreading/Reactive/svc.conf')
-rw-r--r--DevGuideExamples/Multithreading/Reactive/svc.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/DevGuideExamples/Multithreading/Reactive/svc.conf b/DevGuideExamples/Multithreading/Reactive/svc.conf
index 3cd02504e29..539b4a43944 100644
--- a/DevGuideExamples/Multithreading/Reactive/svc.conf
+++ b/DevGuideExamples/Multithreading/Reactive/svc.conf
@@ -1,4 +1,6 @@
+# $Id$
+
# svc.conf file for single-threaded reactive server.
-static Server_Strategy_Factory "-ORBConcurrency reactive -ORBPOALock null"
+static Server_Strategy_Factory "-ORBConcurrency reactive"
dynamic Advanced_Resource_Factory Service_Object * TAO_Strategies:_make_TAO_Advanced_Resource_Factory () "-ORBReactorType select_st -ORBInputCDRAllocator null"
-static Client_Strategy_Factory "-ORBProfileLock null -ORBClientConnectionHandler st"
+static Client_Strategy_Factory "-ORBClientConnectionHandler st"