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.
在 apache 负载平衡中,有没有办法根据我们的要求在 AJP13 中选择工作人员?
这意味着如果我们说当前有服务器实例(jboss 或 tomcat)与 Apache(mod_jk)轮询负载平衡。是否有一种方法或方式可以自定义工人选择过程。(其他的 Round Robbin 例如根据特定服务器实例的 CPU 使用率)
谢谢。
你应该看看JBoss 的mod_cluster。我认为 mod_cluster 允许根据当前负载等各种标准选择作品。