Hacker News new | ask | show | jobs
by jashmatthews 2221 days ago
Task based parallelism for a web server or background job server is really easy and that's 99% of the cases covered. Problems which _need_ full multi-threading with shared mutable state are actually pretty rare.
1 comments

Agreed -- but they do happen!