Re: [users@httpd] apache tuning for 1500/2000 concurrent connections [EXT]

2020-11-15 Thread Frank Gingras
I would also strongly recommend the event mpm over prefork, in any scenario. The fact that you are trying to tweak prefork likely means that you inherited a legacy prefork and mod_php configuration, which is just not going to cut it any more. For dynamic requests, look into fcgi. Having a separate

RE: [users@httpd] apache tuning for 1500/2000 concurrent connections [EXT]

2020-11-15 Thread James Smith
It's not clear why you would need to serve that many "concurrent" connections, a bit more information would be required. * What is your dynamic content being generated by, is it running inside apache, or is it running on it's own "server" and being to proxied by Apache? * Is content mainly sta