Advantages of using Passenger + Apache over Webrick
I want to convince my management that using Apache + passenger setup is way to go on production rather than having webric开发者_Python百科k or mongrel
I have found some points from the net.
It would be great help if you could add your thoughts as that will defiantly help me to present my points. (technical details are welcome)
and It will great if you could send some links if you have any
thanks in advance
cheers
sameera
you can see the comparison and make your choice
Overall conclusion
Participant Speed (r/sec) Memory usage (MB)
Apache (prefork MPM) + Phusion Passenger 444.88 240.0
Apache (worker MPM) + Phusion Passenger 452.10 238.5
Nginx + Mongrel Cluster 354.80 227.0
Nginx + Thin 458.0 228.0
LiteSpeed 470.03 334.0
Apache (worker MPM) + Ruby Enterprise
Edition + Phusion Passenger 564.30 163.5
精彩评论