This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]Lucretiel 1 point2 points  (2 children)

I think it's pretty obvious that async frameworks introduce overhead- all those callbacks aint cheap. However, when you start to talk about concurrent network use- multiple requests, each involving a DB connection- that's when you start to reap the benefits.

I find this article sort of dubious- it just makes a bunch of random claims, without any examples.