答复: [apache]提问

2022-04-12 Thread 刘孟
) --- -邮件原件- 发件人: Zhiyuan Ju 发送时间: 2022年4月12日 15:29 收件人: dev@community.apache.org 主题: Re: [apache]提问 Hi, Meng, No worry :) > I’m not sure if I have done right. You will receive an email from the mail server later, after you subscribe successfully, you could

Re: [apache]提问

2022-04-12 Thread Zhiyuan Ju
> > 刘孟 Liu Meng > > Project Development Dept. > > Tel : 010 82306399-7526 /Phone : 18500386112 > > > > 北京図迅豊達信息技術有限公司 北京市海淀区北清路永豊路交差点東南 四維図新ビルA-8F > > Address : 8Floor,A Block,NavInfo Building, Southe

答复: [apache]提问

2022-04-11 Thread 刘孟
06399-7526 /Phone : 18500386112 北京図迅豊達信息技術有限公司  北京市海淀区北清路永豊路交差点東南 四維図新ビルA-8F Address : 8Floor,A Block,NavInfo Building, Southeast Crossing of BeiQing Rd. and YongFeng Rd., HaiDian District, Beijing(100094) ---

Re: [apache]提问

2022-04-11 Thread Zhiyuan Ju
Hi, Please visit https://httpd.apache.org/lists.html and search "Apache HTTP Server Development Main Discussion List," then join httpd's mailing list. Best Regards! @ Zhiyuan Ju 刘孟 于2022年4月12日周二 12:20写道: > 工程师,您好 > > 请允许我冒昧的用中文进行提问。 > > 最近在使用 apache 的转发功能时,对于 pr

[apache]提问

2022-04-11 Thread 刘孟
工程师,您好 请允许我冒昧的用中文进行提问。 最近在使用 apache 的转发功能时,对于 prefork模式下的 MaxConnectionsPerChild 参数,公司内部产生了歧义。 公司内部服务器高峰时,每台服务器的子进程数量在1000左右, 目前 MaxConnectionsPerChild 设置的是0。 为了能够定时解析访问目标的 NDS,我们计划通过调整 MaxConnectionsPerChild的值使得每个子进程在半天 左右可以重启一次。 请问一下,这个参数设置以后,会不会出现 1000个进程刚好同一时间到达设置 的访问次数而同时终止,造成服务中断的现象出现。