/mmorpg_server_component

components of mmorpg server

Primary LanguageC

mmorpg_server_component

components of mmorpg server mmorpg游戏服务器组件

  1. 目录:memmory_pool 内存池

  2. 目录:timer 定时器组件

  3. 目录:mysql pool mysql连接池实现 (后续会上传根据boost的协程汇编切换实现异步mysql请求)

  4. 目录:AOI 同步(后续会上传十字链表的实现和优化)

  5. 目录:tbus 后续会上传共享内存创建和使用的相关接口

  6. 目录:ringbuffer

  7. 目录:redis 先上传多线程版本,后续会上传libevent封装redis的接口,在后面会加上协程