2 <!-- Converted from Service_Config_Test.conf by svcconf-convert.pl -->
4 <!-- Dynamically loading each of the Service Objects below causes a -->
5 <!-- number of threads to be spawned, each one invoking the Service -->
6 <!-- Configurator (e.g. ACE_Service_Config::process_directive(). If the -->
7 <!-- Service Configurator is thread safe and reentrant, then parsing of -->
8 <!-- this `Service_Config_Test.conf' file should run to completion -->
9 <!-- without error. -->
11 <!-- Test_Object_1 will cause Test_Object_2 and Test_Object_3 to be -->
12 <!-- dynamically loaded. Dynamic loading of each of object will occur in -->
13 <!-- a separate thread. -->
14 <dynamic id="Test_Object_1" type="Service_Object">
15 <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="2 3"/>
17 <!-- Test_Object_4 will cause Test_Object_5 and Test_Object_6 to be -->
18 <!-- dynamically loaded. Dynamic loading of each of object will occur in -->
19 <!-- a separate thread. -->
20 <dynamic id="Test_Object_4" type="Service_Object">
21 <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="5 6"/>
23 <!-- Final_Object does nothing but print a completion message. -->
24 <dynamic id="Final_Object" type="Service_Object">
25 <initializer init="_make_Service_Config_DLL" path="Service_Config_DLL" params="FINAL"/>