From: khaines@... Date: 2007-07-26T03:15:34+09:00 Subject: Re: running a huge site On Wed, 25 Jul 2007, Zoltan Dezso wrote: > On a different note, i've done a brief benchmarking for ruby. Results > are in no way scientific, just a very crude way of comparing different > methods. Done with ab, i used t = 10, c = 10|50|100 and keepalive both > on and off, so [10/10/o] should mean t = 10, c = 10, keepalive on, and > [10/100/x] t=10 c=100 keepalive off > > OS: CentOS 5.0 > Apache: 2.2.3 > Ruby: 1.8.5 Of course, it depends on the hardware, too, but here's some additional numbers: OS: Ubuntu 6.06 Swiftiply: 0.6.0 Ruby: 1.8.5 Hardware: AMD Athlon X2 4200+ Keepalive is irrelevant since it's not currently honored in the above setup. (I ran 100k of each of these, 3 times, and averaged) HTML[10]: 8953 HTML[50]: 9150 HTML[100]: 9180 (I ran 10k of each of these, 3 times, and averaged) Iowa(0.99.3.5)[10]: 1152 Iowa(0.99.3.5)[50]: 1112 Iowa(0.99.3.5)[100]: 1065 Kirk haines