I'm currently building an application that will handle quite a lot of file uploads (images, so a few MB each). It'll also be handling mostly JSON requests on the frontend, behind a Javascript application.
Which Ruby server would be my best bet for maintaining good performance? Passenger, Unicorn, Rainbows, or Thin?