← Back to context Comment by direwolf20 25 days ago nginx is single–threaded, but you're absolutely right — any concurrency leads to the same ghost bugs. 1 comment direwolf20 Reply yencabulator 25 days ago nginx is also from the era when fast static file serving was still a huge challenge, and "enough to run a business" for many purposes -- most software written has more mutable state, and much more potential for edge cases.
yencabulator 25 days ago nginx is also from the era when fast static file serving was still a huge challenge, and "enough to run a business" for many purposes -- most software written has more mutable state, and much more potential for edge cases.
nginx is also from the era when fast static file serving was still a huge challenge, and "enough to run a business" for many purposes -- most software written has more mutable state, and much more potential for edge cases.