Displaying 1 result from an estimated 1 matches for "mongrel_alive".
2007 Feb 27
11
Mongrel performing only half as fast as Apache?
...- serving a static HTML file from the Rails app''s public directory
- Testing using an identical server, that sits above this one in the rack,
connected to a switch (so it''s one hop)
- Using httperf for testing, with the following command:
httperf --server lab05 --port 80 --uri /mongrel_alive.html --num-conns
10000
The number of connections I vary to be near the 10 second mark...
Here''s the results:
- Just Apache, num-conns=15000, ~1400 req/sec
- Direct to Mongrel on port 5000, num-conns=8000, ~740 req/sec
- Apache mod_proxy_balancer to a single Mongrel, num-conns=5000, ~475...