Hacker News new | ask | show | jobs
by jen20 1359 days ago
> Async style was and is still mostly for performance,

Scalability, not performance.

1 comments

For a webserver, scalability (as in ability to handle a large number of concurrent request) is a performance metric. Speed of handling each one of those requests is another performance metric.