Y
Hacker News
new
|
ask
|
show
|
jobs
by
direwolf20
144 days ago
nginx is single–threaded, but you're absolutely right — any concurrency leads to the same ghost bugs.
1 comments
yencabulator
144 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.
link