Comment by direwolf20 1 month ago nginx is single–threaded, but you're absolutely right — any concurrency leads to the same ghost bugs. 1 comment direwolf20 Reply yencabulator 1 month 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 1 month 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.