|
NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
|
会话管理器 更多...
#include <http_server.hpp>
Public 属性 | |
| unordered_map< string, http_session > | sessions_ |
| 会话存储 | |
| mutex | mutex_ |
| 会话互斥锁 | |
| condition_variable | cv_ |
| 条件变量 | |
| atomic< bool > | cleanup_running_ |
| 清理线程运行标志 | |
| thread | cleanup_thread_ |
| 清理线程 | |
| seconds | cleanup_interval_ {300} |
| 清理间隔 | |
| size_t | max_sessions_ {10000} |
| 最大会话数 | |