Hacker News new | ask | show | jobs
by byteduck 1282 days ago
My naïve guess is that this is probably some sort of lock contention thing.
2 comments

Lock contention usually impacts performance, but not liveness.
Usually, but in truly pathological cases you may starve something important essentially indefinitely.
Lock contention from running a syscall once?