Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在做一些实验来找出我在 RHEL 或 Centos 上每秒 haproxy 和 nginx 请求的上限。
我在 nginx 中的部分设置使用 LuaJIT 形式的嵌入式 LUA。我的问题是这样的:
在使用Hoard或Lockless等替代堆分配器构建后,是否有人对这些应用程序进行一些测试的有用性有任何经验或建议。
任何想法都感激不尽。戴夫。
前任雇主的实验表明,标准 Linux 和 Solaris malloc/free 实现在高并发多核环境中并不是特别有效。我们通过创建自定义分配器实现了显着的性能改进。我认为用替代分配器做实验绝对值得。如果您仍在从事此项目,请发布您的发现!
请注意,这是针对用 C 编写的 Web 服务。我没有使用 nginx、Hoard 或 Lockless 的经验。