Skip to content

Comment on Scaling node.js to 100k concurrent connectionsparent

Comments

I would be curious to know how something like Play! with all Async requests, or MVC with all Async would do. Probably similarly impressive, but I really have no idea.

Probably not, the key to making 250,000 connections work is not doing a lot for each of those connections, or doing it very infrequently.

Once you're rendering views, etc it's hard to maintain 50,000 req/sec. (250K connections @ 5 req/sec)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.