Hacker News new | ask | show | jobs
by ddorian43 3564 days ago
If you want async, use gevent or other async implementation and you'll get ~same as node. If you want parallellism, you'll need multiple processes. Every framework in whatever language should move expensive operations outside of request-response.