Back to home page

Enduro/X

 
 

    


0001 <?xml version="1.0" ?>
0002 <endurox>
0003         <defaults>
0004                 
0005                 <min>1</min>
0006                 <max>1</max>
0007                 <!-- The maximum time while process can hang in 'starting' state i.e.
0008                 have not completed initialization, sec -->
0009                 <start_max>20</start_max>
0010                 <!--
0011                 Ping server in every X seconds (minimum step is <sanity>).
0012                 -->
0013                 <pingtime>9</pingtime>
0014                 <!--
0015                 Max time in seconds in which server must respond.
0016                 The granularity is sanity time.
0017                 -->
0018                 <ping_max>40</ping_max>
0019                 <!--
0020                 Max time to wait until process should exit on shutdown
0021                 -->
0022                 <end_max>30</end_max>
0023                 <!-- Interval, in seconds, by which signal sequence -2, -15, -9, -9.... will be sent
0024                 to process until it have been terminated. -->
0025                 <killtime>20</killtime>
0026         </defaults>
0027         <servers>
0028                 <server name="atmisv1">
0029                         <srvid>10</srvid>
0030                         <sysopt>-e ${NDRXROOT}/atmisv1.log -r</sysopt>
0031                 </server>
0032         </servers>
0033 </endurox>