Hacker News new | ask | show | jobs
by MrBuddyCasino 1300 days ago
So if I understand this right, a one-thread-per-core request handling instead of a one-thread-per-request architecture should make this problem much more unlikely. Would switching to JVM fibers be a solution, in case this problem appears in a traditional threaded JVM app?