NexusForce 1.0.0
A rigorously engineered full-stack C++ backend library.
载入中...
搜索中...
未找到
neforce::http::http_server::session_manager结构体 参考

会话管理器 更多...

#include <http_server.hpp>

Public 属性

unordered_map< string, http_sessionsessions_
 会话存储
mutex mutex_
 会话互斥锁
condition_variable cv_
 条件变量
atomic< bool > cleanup_running_
 清理线程运行标志
thread cleanup_thread_
 清理线程
seconds cleanup_interval_ {300}
 清理间隔
size_t max_sessions_ {10000}
 最大会话数

详细描述

会话管理器

管理所有HTTP会话,包括创建、查找、删除和过期清理。

在文件 http_server.hpp81 行定义.


该结构体的文档由以下文件生成: