IronsDu
IronsDu
其实取决于整个系统的IO压力以及整个系统的主要瓶颈点在哪里。 比如,连接数和消息量不大,或者整个系统的计算压力在逻辑处理部分,那么IO线程就只需要一个就OK了。
经验来看,两个线程通常就够了。
Yes, It is unnecessary.
Oh, Because If user's compiler have C++14/17, brynet will use some feature of C++14/17.
I fx this issue: https://github.com/IronsDu/brynet/pull/133.
Please fix this issue, It affects many packages like openssl enabled libevent.
```txt rt_sigprocmask(SIG_SETMASK, [], ~[KILL STOP RTMIN RT_1], 8) = 0 execve("/usr/bin/ln", ["ln", "-sf", "../../src/nssl-3.3.1-6a4778eae7."..., "./apps"], 0x7fffc351c418 /* 56 vars */) = 0 brk(NULL) = 0x7fffec2a7000 arch_prctl(0x3001 /* ARCH_??? */, 0x7ffff3b785f0)...
@LilyWangLL On my home computer (also a WSL), it worked.. I trace install process, I get this information: ```txt rt_sigprocmask(SIG_SETMASK, [], ~[KILL STOP RTMIN RT_1], 8) = 0 execve("/usr/bin/ln", ["ln",...
> @blue3k successfully diagnosed the issue in #30898 under "Additional context". Adding the trailing `/` to the two directories in the patch allows the build to complete in WSL. Can...
OH. SO COOL, It successful. Thank you @bdenhollander