Apache 2.2 worker on solaris to a remote mongrel

Zoned to 1/8th of a solaris machine but the rest is the same as the others further down.

Was

FreeBSD client -> FreeBSD server (web -> mongrel)

and

FreeBSD client -> FreeBSD server (web) -> FreeBSD server (mongrel)

This is

FreeBSD client -> Solaris server (web) -> FreeBSD server (mongrel)

Concurrency Level: 100
Complete requests: 10000
Requests per second: 1452.23 [#/sec] (mean)

So it wins.

FreeBSD client -> Solaris server (web) -> FreeBSD server (web) -> FreeBSD server (mongrel) also turned out fine by the way.

The bottleneck actually is how many backends and you can see that I’m unimpressed with FreeBSD network pumping out abilities even when tuned up so the entire chain will be tuned up on Solaris.

And I tell you, I actually turned out to be quite impressed with


<VirtualHost 10.0.0.247:80>
ServerName mongrel-worker-solaris.textdrive.com
ProxyPass / balancer://app
<Proxy balancer://app>
BalancerMember http://10.0.0.166:8181
BalancerMember http://10.0.0.166:8182
BalancerMember http://10.0.0.166:8183
BalancerMember http://10.0.0.166:8184
BalancerMember http://10.0.0.166:8185
BalancerMember http://10.0.0.166:8186
BalancerMember http://10.0.0.166:8187
BalancerMember http://10.0.0.166:8188
BalancerMember http://10.0.0.166:8189
BalancerMember http://10.0.0.166:8190
BalancerMember http://10.0.1.166:8181
BalancerMember http://10.0.1.166:8182
BalancerMember http://10.0.1.166:8183
BalancerMember http://10.0.1.166:8184
BalancerMember http://10.0.1.166:8185
BalancerMember http://10.0.1.166:8186
BalancerMember http://10.0.1.166:8187
BalancerMember http://10.0.1.166:8188
BalancerMember http://10.0.1.166:8189
BalancerMember http://10.0.1.166:8190
</Proxy>
</VirtualHost>

In a slightly related note, I’m sick of doing configs in flat files on the same machines.

·:· Posted 17 April 2006, 23:59 by Jason Hoffman to   |  

  1. It would be interesting to see the same tests using

    * Eddie http://eddie.sourceforge.net/

    * HaProxy http://w.ods.org/haproxy/

    * Pound http://www.apsis.ch/pound/

    ludo    19 April 2006, 10:23    #
  2. compress,compress,compress! save your digs the cost of raising ten million for new hard drives!

    larryshimekpostoffice    21 April 2006, 00:14    #

RSS / Atom

Related