On Mon, Jul 21, 2025 at 08:04:24PM +0530, Mayuresh wrote: > bozohttpd -> nginx looks a big step, in terms of footprint. Had you > considered lighttpd?
In my experience the performance is "good enough". bozohttpd (at least when run in inetd mode) does not keep the http connection open, so if you are getting lots of small files you have network round trip time for each. I have a apache and a bozohttpd in my local network and I don't see any performance difference for single file fetches. Martin