summaryrefslogtreecommitdiff
path: root/TAO/examples/AMH/Sink_Server/st_server.conf.xml
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/examples/AMH/Sink_Server/st_server.conf.xml')
-rw-r--r--TAO/examples/AMH/Sink_Server/st_server.conf.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/examples/AMH/Sink_Server/st_server.conf.xml b/TAO/examples/AMH/Sink_Server/st_server.conf.xml
new file mode 100644
index 00000000000..561e3220175
--- /dev/null
+++ b/TAO/examples/AMH/Sink_Server/st_server.conf.xml
@@ -0,0 +1,14 @@
+<?xml version='1.0'?>
+<!-- Converted from ./examples/AMH/Sink_Server/st_server.conf by svcconf-convert.pl -->
+<ACE_Svc_Conf>
+ <!-- -->
+ <!-- $Id$ -->
+ <!-- -->
+ <!-- We want an optimised single threaded Reactive server -->
+ <!-- -->
+ <!-- Configuration copied verbatim from : -->
+ <!-- http://www.cs.wustl.edu/~schmidt/ACE_wrappers/TAO/docs/configurations.html#concurrency -->
+ <!-- -->
+ <static id="Advanced_Resource_Factory" params="-ORBReactorType select_st -ORBInputCDRAllocator null"/>
+ <static id="Server_Strategy_Factory" params="-ORBconcurrency reactive -ORBPOALock null"/>
+</ACE_Svc_Conf>