Originally asked at Reddit. Chris McCord created 2 million concurrent connections on 40core/128gb Box. Those were not requests per second, but persistent live connections. I don't know if those connections were doing something, or were idle. Edit: I...
I'm creating a simple Rails application with Sign Up, Log In and Log out functionality using has_secure_password and bcrypt gem. I then want to display profiles of this user and other users. What is the best way to implement it? I have two ways in my...
We're starting a new project, version 2 of an application. Number of online users grows upto 8K at night. The application is a social networking application with things like viewing other users profiles, liking photos, sending messages, live chat, et...