summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocation
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
commit35282ae6e3d52b6bfd1b485937bca46abe89215e (patch)
tree51ccca2c1a78e55580c2c2a46aa62affdce841d3 /TAO/tests/Collocation
parent440ed2707997d8b5e9e0766b74bc100e0368113a (diff)
downloadATCD-35282ae6e3d52b6bfd1b485937bca46abe89215e.tar.gz
ChangeLogTag:Fri Aug 23 17:03:05 2002 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'TAO/tests/Collocation')
-rw-r--r--TAO/tests/Collocation/svc.conf.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/TAO/tests/Collocation/svc.conf.xml b/TAO/tests/Collocation/svc.conf.xml
new file mode 100644
index 00000000000..36246c69725
--- /dev/null
+++ b/TAO/tests/Collocation/svc.conf.xml
@@ -0,0 +1,15 @@
+<?xml version='1.0'?>
+<!-- Converted from ./tests/Collocation/svc.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- $Id$ -->
+ <!-- -->
+ <!-- Please see $TAO_ROOT/docs/Options.html for details on these options. -->
+ <!-- -->
+ <!-- This is a single threaded "server." -->
+ <static id="Advanced_Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null -ORBConnectionCacheLock null"/>
+ <!-- Make sure we use RW client handler so if something goes wrong, the program will bloc, -->
+ <!-- i.e., won't work. -->
+ <static id="Client_Strategy_Factory" params="-ORBProfileLock null -ORBClientConnectionHandler RW"/>
+ <!-- Not absolutely necessary for this test, but we add it for fun. -->
+ <static id="Server_Strategy_Factory" params="-ORBConcurrency reactive -ORBPOALock null"/>
+</ACE_Svc_Conf>