Hacker News new | ask | show | jobs
by usea 1215 days ago
I believe any bug that only happens under load is a concurrency bug by definition. The shared resource is the thing under load. If it weren't shared, then the load from one computation would have no effect on another.