summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Collocation/svc.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Collocation/svc.conf.xml')
-rw-r--r--ACE/TAO/tests/Collocation/svc.conf.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Collocation/svc.conf.xml b/ACE/TAO/tests/Collocation/svc.conf.xml
new file mode 100644
index 00000000000..36246c69725
--- /dev/null
+++ b/ACE/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>