Y
Hacker News
new
|
ask
|
show
|
jobs
by
Person5478
1950 days ago
The posters point is that Ruby has surprising concurrency semantics compared to other solutions.
1 comments
Evan__
1950 days ago
It has the same concurrency semantics w/r/t IO as any other language that isn't using an event based runtime. If you wrote your app in C and used a single thread you'd have the exact same issue.
link