如何配置 AJP 连接器的超时

如何配置 AJP 连接器的超时

我正在使用 ajp 连接器从 Apache 连接到 J BOSS 节点,ajp 配置为通过将最大线程数设置为 400 来接受 400 个并发连接,但我的一些连接超时了。在 Jboss 中,在哪里配置 ajp 连接器的超时期限?还是在 Apache 的 worker.properties 文件中?

AJP配置如下:

Max threads: 400
Current thread count: 78
Current thread busy: 15
Max processing time: 301287 ms
Processing time: 108458.98 s
Request count: 509878
Error count: 12
Bytes received: 281.95 MB
Bytes sent: 1216.30 MB 

工人.属性

worker.node1.port=8009
worker.node1.host=cedlab030as1
worker.node1.type=ajp13
worker.node1.lbfactor=1
worker.node1.prepost_timeout=200000
worker.node1.ping_mode=A

相关内容