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
Post a Comment