apache 服务器状态连接/子/插槽解释

标签 apache

在apache server-status页面,引用“Acc”一栏,即“Number
访问此连接/此子项/此插槽”。

例如 18/256/356,我希望所有值都相等。

我需要通过示例来解释 child 和 slot 连接的含义。

最佳答案

从这里 mailing list archive ,我们可以给出以下定义:

  • A child is a process or a thread that handles requests.

  • A slot is a placeholder for a child. There may or may not be a child there depending on max/min spare servers.

  • A connection is a link between a client and a child which resides in a slot.

关于apache 服务器状态连接/子/插槽解释,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12294913/

相关文章:

python - 我怎样才能加快网络应用程序的速度? (避免重建结构。)

apache - 将子域与 Amazon EC2 公有 DNS 地址一起使用?

python - 从 Python 脚本重新加载 Apache

python - 如何运行长期(无限)Python 进程?

python - 推荐的 Django 设置?

Apache 强制 SSL

ruby-on-rails - 从子目录运行 Rails+Passenger+Devise?

apache - Google SPDY - 有人在 Apache 上使用过它吗?

apache - 如何在虚拟主机中制作 redirectSSL

regex - 使用 django admin 在 httpd.conf 中使用 AliasMatch