Hacker News new | ask | show | jobs
by pas 2198 days ago
But why async is spending so much CPU if it just waits?
1 comments

Who knows. The point is, if when not restricted you get a ton of db connections, then any restriction on that almost definitely means you are imposing a bottle neck. The only way this would not be the case is if it was trying to create db connections when it didn't need them, unlikely.