If anyone reads this thread, let's hope they do not interpret those figures as a valid configuration for a threaded mpm aside from one used to test a specific behaviour.
El vie, 12 mar 2021 a las 3:54, Eric Covener (<cove...@gmail.com>) escribió: > > On Thu, Mar 11, 2021 at 9:29 PM motoda.hiron...@fujitsu.com > <motoda.hiron...@fujitsu.com> wrote: > > > > 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 Linux Server > > MPM: worker > > > > httpd.conf: > > ---------------------------------------------------- > > Listen 80 > > Listen 8080 > > > > ServerLimit 50 > > StartServers 5 > > MinSpareThreads 5 > > MaxSpareThreads 10 > > ThreadsPerChild 1 > > MaxRequestWorkers 50 > > MaxConnectionsPerChild 0 > > ---------------------------------------------------- > > 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. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org > For additional commands, e-mail: users-h...@httpd.apache.org > -- Daniel Ferradal HTTPD Project #httpd help at Freenode --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org