Phase 2a: 모듈서버 패턴 + 재사용 빌드시스템 (ac 모듈 38서비스 실동작)
- 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>
This commit is contained in:
parent
e6e29e6b5d
commit
05a0ff3e56
28 changed files with 1964 additions and 410 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -1,8 +1,12 @@
|
|||
# build artifacts
|
||||
*.o
|
||||
*.so
|
||||
*.a
|
||||
build/
|
||||
bin/acq*
|
||||
# per-module build output (static libs + ecpg-generated .c/.o)
|
||||
app/lib/
|
||||
app/obj/
|
||||
# ecpg-generated C from .pgc (regenerated at build)
|
||||
**/gen/*.c
|
||||
# Enduro/X runtime state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue