https://bz.apache.org/bugzilla/show_bug.cgi?id=66615
--- Comment #4 from [email protected] --- (In reply to Eric Covener from comment #2) > > httpd seems to not register that it has free workers even when I set > > StartServers to 120 > > startservers only controls how many are created at startup. Every second, > min/max spare threads will be checking how many processes need to be stopped > or started. > > The problem on your system seems to be that additional processes aren't > being spun up. Yes it does not spawn enough. Even if I force it to start with maximum values the problem persists. Only changing ThreadsPerChild to much higher number and starting with enough servers to handle peak has an effect. What is the reason for this behavior? (In reply to Ruediger Pluem from comment #3) > Did you have a look at > https://httpd.apache.org/docs/2.4/mod/event.html#asyncrequestworkerfactor ? Yes, changing this setting to higher or lower values than default does not resolve this problem. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
