ruby on rails - Will replacing mongrel with Thin or Passenger improve scalability -


I want to improve the scalability of my rail app. Currently it runs on the Apache / Mars (actually the Mongol cluster) .

Will it improve my app's scalability with slim or passenger?

Thanks,
Shivkumar

no.

The overhead in your app is almost guaranteed in your app, and not in the relatively lightweight hosting container

As always:

Assess Test.

You can only address specific issues.


Comments

Popular posts from this blog

paypal - How to know the URL referrer in PHP? -

oauth - Facebook OAuth2 Logout does not remove fb_ cookie -

wpf - Line breaks and indenting for the XAML of a saved FlowDocument? -