Hacker News new | ask | show | jobs
by lennydizzy 4828 days ago
How much does 'asynchronous' matters for the performance of a web framework? I mean netty, node.js are all async frameworks as I understand, but the source code for Go and Compojure seems was using a thread/process per request model?