summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/Concurrency_Service
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-23 22:23:04 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-08-23 22:23:04 +0000
commit4fcaa22bc307b47f876866573ca3e5d1a2175ccd (patch)
tree51ccca2c1a78e55580c2c2a46aa62affdce841d3 /TAO/orbsvcs/Concurrency_Service
parentd568b1f2bffdd4dd738a422515be1b8d6850bd87 (diff)
downloadATCD-4fcaa22bc307b47f876866573ca3e5d1a2175ccd.tar.gz
ChangeLogTag:Fri Aug 23 17:03:05 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/orbsvcs/Concurrency_Service')
-rw-r--r--TAO/orbsvcs/Concurrency_Service/svc.conf.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/orbsvcs/Concurrency_Service/svc.conf.xml b/TAO/orbsvcs/Concurrency_Service/svc.conf.xml
new file mode 100644
index 00000000000..ac491a2ce35
--- /dev/null
+++ b/TAO/orbsvcs/Concurrency_Service/svc.conf.xml
@@ -0,0 +1,8 @@
+<?xml version='1.0'?>
+<!-- Converted from ./orbsvcs/Concurrency_Service/svc.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- This service must use a thread-per-connection model to enable the -->
+ <!-- server to block in a dedicated thread, i.e., one for each client. -->
+ <!-- The concurrency service will not run in the reactive model. -->
+ <static id="Server_Strategy_Factory" params="-ORBconcurrency thread-per-connection"/>
+</ACE_Svc_Conf>