Y
Hacker News
new
|
ask
|
show
|
jobs
by
fnord123
2334 days ago
async would also solve his problem in Python. So there's Sanic, Quart, etc.
1 comments
weberc2
2334 days ago
Async doesn’t help with CPU-bound tasks, but yes, you can rig up systems that involve running multiple Python processes behind a load balancer. It’s just more work.
link