chenshuo / muduo

Event-driven network library for multi-threaded Linux server in C++11
https://github.com/chenshuo/muduo
Other
14.82k stars 5.17k forks source link

muduo 可以用于生产环境吗 #455

Closed lkkey80 closed 2 years ago

lkkey80 commented 4 years ago

GitHub issues are for tracking bugs, not for general discussing like a forum.

If you have a general question to ask, send it to mailing list:

muduo-library@googlegroups.com

Or visit: https://groups.google.com/forum/#!forum/muduo-library

When file an issue muduo, please provide a SSCCE: Short, Self Contained, Correct (Compilable), Example.

Also specify the exact environment where the issue occurs:

Linux distro and version? x86 or ARM? 32-bit or 64-bit?

Branch (cpp98/cpp11/cpp17) and version of muduo?

Version of cmake, gcc and boost? (If not from distro.)

g302ge commented 4 years ago

Of course , in this repo Whale in Meituan-Dianping which uses Muduo

Mr-whoz commented 3 years ago

可以的,用muduo写了一套日志采集系统,目前部署在几百台机器上,为实时计算服务。

fortunely commented 2 years ago

我觉得更好的问题是:你在生产环境中,用muduo碰到了什么问题/bug?或者说,你的生产环境有什么特别需求,要看看muduo是否能满足。