muduo
muduo copied to clipboard
Event-driven network library for multi-threaded Linux server in C++11
在muduo当前的设计中,多个TcpServer是否可以共享EventLoopThreadPool?
每次调用makeSpace()时先调用prependAlign()使readerIndex_与kCheapPrepend对齐。 如果buffer_空间太小,会多一次resize()。
change from ``` http://github.com/chenshuo/muduo ``` to ``` https://github.com/chenshuo/muduo ```
It seems that when enabling boost test with latest boost libs will result in link errors. My boost is libboost1.58-dev The errors are described as follows. [100%] Linking CXX executable...
## Linux distro and version? x86 or ARM? 32-bit or 64-bit? Linux ubuntu 4.4.0-62-generic x86_64 Ubuntu 16.04.2 LTS ## Branch (cpp98/cpp11/cpp17) and version of muduo? cpp11 v2.0,0 ## Version of...
delete useless type SA
AsyncLoggin单条日志的大小受到muduo::detail::kLargeBuffer的限制,超过此大小的日志写不进去
你好,google protobuf版本是哪一个,最新的版本编译不过