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

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -