Tosca is running on mod_passenger & Ruby Enterprise Edition
After some work on Tosca, it is (at last) compatible with mod_passenger.
We have done some bench to compare Mongrel/Ruby1.8, mod_passenger/Ruby1.8 and mod_passenger/RubyEnterpriseEdition :
The bench was a standard apache test :
/usr/sbin/ab -C '_session_id=my_session_id'-c 100 -n 1000 http://tosca/welcome/admin
| Time taken for tests | Requests per second | |
|---|---|---|
| Mongrel & Ruby 1.8 | 75.994 seconds | 13.16 seconds |
| mod_passenger & Ruby 1.8 | 51.909 seconds | 19.26 seconds |
| mod_passenger & Ruby Enterprise Edition | 27.995 seconds | 35.72 seconds |
The conclusion is simple : install mod_passenger & Ruby Enterprise Edition !
ps : This Redmine is now on mod_passenger & Ruby Enterprise Edition ;)
Comments