Displaying 1 result from an estimated 1 matches for "400req".
2006 Oct 17
4
Merb, Mongrel+Erb
...b performs very well for a dynamic ruby framework
thanks to mongrel being very fast when it doesn''t have the Rails
Albatross ? on its back. Serving a dynamic templated page thru merb
routing and controller with 10 ActiveRecord objects being listed out
in the view, merb clocks in at 400req/sec on my macbook and a bit
better on a real server. Static files are served as fast as mongrel can.
I am using this along side a rails app by rewriting requests to a
suburl to the merb mongrel like /foo -> merb handler. I am
investigating making it possible to mount merb at a url in mon...