Skip to content

Comment on Using Flat Files So Elections Don’t Break Your Serverparent

Comments

It does. Apache is strictly one process per connection, varnish handles hundreds, thousands or even tens of thousands of connections with just one process so the overhead is minimal.

Apache has not strictly been one process per connection since 2.0. See the worker MPM. I would have chosen nginx, but Apache can be configured as a capable static file server.

Even then each thread is still one connection (according to the apache docs).

Except in the Event MPM

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.