[users@httpd] RE: The number of child processes is less than MinSpareThreads.

2021-04-05 Thread motoda.hiron...@fujitsu.com
Hello, We have issued the following bug report for this matter, so please reply to the bug report. https://bz.apache.org/bugzilla/show_bug.cgi?id=65196 > The process status is shown in the output of the following command. > # pstree -p `cat /opt/apache24/logs/httpd.pid` > > In (3), all child pro

[users@httpd] RE: The number of child processes is less than MinSpareThreads.

2021-03-15 Thread motoda.hiron...@fujitsu.com
> In the following environment where multiple Listen directives are defined, > the number of child processes may temporarily > fall below MinSpareThreads after 6 requests are received at the same time and > HTTP request processing is completed. > Is this a bug or a specification? The process sta

RE: [users@httpd] The number of child processes is less than MinSpareThreads.

2021-03-14 Thread motoda.hiron...@fujitsu.com
Hi Eric, Thank you. > This is working as designed, the server checks only once per second to > see if processes need to be started or killed based on the current > idle threads. Is it okay for the number of child processes to fall below MinSpareThreads in this environment? If possible, please te

[users@httpd] The number of child processes is less than MinSpareThreads.

2021-03-11 Thread motoda.hiron...@fujitsu.com
In the following environment where multiple Listen directives are defined, the number of child processes may temporarily fall below MinSpareThreads after 6 requests are received at the same time and HTTP request processing is completed. Is this a bug or a specification? OS : Red Hat Enterprise L