Web framework able to handle many concurrent users [closed]
- by Jonas
Social networking sites needs to handle many concurrent users e.g. for chat functionality.
What web frameworks scales well and are able to handle more than 10.000 concurrent users connected with Comet or WebSockets. The server is a Linux VPS with limited memory, e.g. 1GB-8GB.
I have been looking for some Java frameworks but they consume much memory per connection. So I'm looking for other alternatives too.
Are there any good frameworks that are able to handle more than 10.000 concurrent users with limited memory resources?