Apache 每个子线程数

发布于 2024-11-06 09:45:15 字数 550 浏览 1 评论 0原文

我们的一个第三方企业应用程序使用 Apache 2.2.15 x86,

ThreadsPerChild 为 1920(默认上限),

在 Windows 7 x64(开发机)上运行

,运行一夜,Windows 操作系统的提交大小稳步上升,并且没有请求被发送到 Apache。

阅读 http://blogs.technet.com/b/markrussinovich /archive/2009/07/08/3261309.aspx

问题:

  1. x86 进程是否有可能如此多的线程只会让 Windows 花费大量开销,并且它将达到 1.6GB 的虚拟内存大小(来自 Process Explorer,当 httpd.exe 子进程生成时)

  2. 之前有没有人体验过用这么多线程运行 Apache(1920 年)

One of our third party enterprise application uses Apache 2.2.15 x86,

with a ThreadsPerChild of 1920 (default upper limit),

running on Windows 7 x64 (development machine)

Running it overnight, the commit size of Windows OS steadily creeps up, and no request is sent to Apache.

Reading
http://blogs.technet.com/b/markrussinovich/archive/2009/07/08/3261309.aspx ,

Questions:

  1. Is it possible that an x86 process with that many threads simply costs Windows a lot of overhead and it will hit its Virtual Memory Size of 1.6GB (from Process Explorer, when httpd.exe child is spawned)

  2. Have anybody experience running Apache with this many threads before (1920)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猛虎独行 2024-11-13 09:45:15

线程从来都不是按比例构建的(恕我直言)。也许是时候研究一下异步请求处理系统了?就像“nginx”..

Threading was never built to scale (IMHO). Maybe its time to look into an asynchronous request handling system? Like 'nginx'..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文