feat: mysql connection pool..

in progress
This commit is contained in:
bumpsoo 2026-02-08 18:04:12 +09:00
parent 31b4763bc3
commit 5011fb6fb4
3 changed files with 151 additions and 92 deletions

View file

@ -41,7 +41,7 @@ cmake --build build
- Session: 개별 클라이언트 비동기 수신/송신 처리
- PacketHandler: 패킷 ID별 로직 디스패칭
- SessionManager: 글로벌 세션 관리 및 브로드캐스팅
- DatabaseManager: 비동기 데이터베이스 작업 및 락 제어
- DatabaseManager: 커넥션 풀을 통한 동기/비동기 데이터베이스 작업 관리
- Packet: Protobuf 기반 직렬화 프로토콜 (proto/Protocol.proto)
## Python GUI 클라이언트