Hacker News new | ask | show | jobs
by aeyes 1456 days ago
> If you're doing any kind of database / external network calls - won't you gain a huge amount of requests per second?

Only if they can be parallelized. I'm not sure if I would choose Flask if I had such a complex application.