In whatever is managing your Rails app, there's probably a setting for number of workers. These can be dynamic, or not, depending. Multiple workers running your Rails app is pretty standard, actually, to respond to multiple requests. This is something you see all the time with apache, nginx, lighty, fastcgi and other things as well.