mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-11-30 19:07:35 +08:00
add comments in master_threads.hpp
This commit is contained in:
parent
e17f78dcec
commit
5daa1b7acf
@ -34,7 +34,8 @@ public:
|
||||
* 且不会启动线程处理客户端请求
|
||||
* @return {bool} 监听是否成功
|
||||
* 注:count, threads_count 两个参数不再有效,将会使用配置文件中的
|
||||
* ナ葷テヨオ
|
||||
* 配置值 ioctl_use_limit(控制处理连接的个数) 及 ioctl_max_threads(
|
||||
* 控制启动的最大线程数)
|
||||
*/
|
||||
bool run_alone(const char* addrs, const char* path = NULL,
|
||||
unsigned int count = 1, int threads_count = 1);
|
||||
|
Loading…
Reference in New Issue
Block a user