Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
davedx
71 days ago
|
parent
|
context
|
favorite
| on:
Why we migrated from Python to Node.js
But then how to you build a performant API in python if you don't use async? Do you give your API's giant thread pools?
jdsleppy
70 days ago
|
next
[–]
Multiple processes, multiple threads per process, and/or greenlets (monkey patch network calls, like async but no keywords involved). Scale out horizontally when there's a problem. It could get expensive.
kurtis_reed
70 days ago
|
prev
|
next
[–]
Async isn't about performance, the overhead it eliminates is small
TZubiri
70 days ago
|
prev
[–]
You spawn a thread when you get a request
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: