- ac_svr(30 매입서비스 advertise) + rc_svr/st_svr, dbio 정적라이브러리, common 라이브러리 - app/build.sh: 모듈 자동발견(app/src/<mod>/<mod>_svr.pgc) → ecpg+buildserver+ndrxconfig 생성 - ac 배치 2종, 스키마 9테이블, 검증: 41서비스 AVAIL, 체인·배치 psql 커밋, prepared_xacts=0 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
51 lines
1.7 KiB
XML
51 lines
1.7 KiB
XML
<?xml version="1.0" ?>
|
|
<!-- GENERATED by app/build.sh - do not hand-edit. One <server> per discovered
|
|
<mod>_svr module server; each advertises its module's services at tpsvrinit. -->
|
|
<endurox>
|
|
<appconfig>
|
|
<sanity>1</sanity>
|
|
<brrefresh>5</brrefresh>
|
|
<restart_min>1</restart_min>
|
|
<restart_step>1</restart_step>
|
|
<restart_max>5</restart_max>
|
|
<restart_to_check>20</restart_to_check>
|
|
<gather_pq_stats>Y</gather_pq_stats>
|
|
</appconfig>
|
|
<defaults>
|
|
<min>1</min>
|
|
<max>1</max>
|
|
<autokill>1</autokill>
|
|
<start_max>20</start_max>
|
|
<pingtime>100</pingtime>
|
|
<ping_max>800</ping_max>
|
|
<end_max>30</end_max>
|
|
<killtime>1</killtime>
|
|
</defaults>
|
|
<servers>
|
|
<!-- XA transaction manager for RM1 (ECPG/PostgreSQL). -->
|
|
<server name="tmsrv">
|
|
<srvid>40</srvid>
|
|
<min>1</min>
|
|
<max>1</max>
|
|
<sysopt>-e ${NDRX_APPHOME}/log/tmsrv-rm1.log -r -- -t1 -l${NDRX_APPHOME}/tmlogs/rm1 -m10</sysopt>
|
|
</server>
|
|
<server name="ac_svr">
|
|
<srvid>100</srvid>
|
|
<min>1</min>
|
|
<max>1</max>
|
|
<sysopt>-e ${NDRX_APPHOME}/log/ac_svr.log -r</sysopt>
|
|
</server>
|
|
<server name="rc_svr">
|
|
<srvid>110</srvid>
|
|
<min>1</min>
|
|
<max>1</max>
|
|
<sysopt>-e ${NDRX_APPHOME}/log/rc_svr.log -r</sysopt>
|
|
</server>
|
|
<server name="st_svr">
|
|
<srvid>120</srvid>
|
|
<min>1</min>
|
|
<max>1</max>
|
|
<sysopt>-e ${NDRX_APPHOME}/log/st_svr.log -r</sysopt>
|
|
</server>
|
|
</servers>
|
|
</endurox>
|