Windows beats RedHat in web server benchmarks

CTho9305

Elite Member
Jul 26, 2000
9,214
1
81
Some slashdot comments said they used different encryption for the two servers, with the Windows server using a type that is 3-4x faster. I don't know if that's true.
 

kamper

Diamond Member
Mar 18, 2003
5,513
0
0
Why are we debating a year old test? The redhat and apache versions they used are long since gone (well, not the apache version, but there is much newer).
 

Zugzwang152

Lifer
Oct 30, 2001
12,134
1
0
Originally posted by: kamper
Why are we debating a year old test? The redhat and apache versions they used are long since gone (well, not the apache version, but there is much newer).

wow i didn't even see the 2004, i read May 5th and assumed it was this year. :Q
 

akugami

Diamond Member
Feb 14, 2005
6,210
2,551
136
Well...considering how many "independant" tests we've seen favoring MS over the years I'd say we have every reason to be doubtful. It's not so much the tests they're running that favors their OS but the fact they try to pass it off as independant.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
They used Apache 1.3.23 with RH AD, and Apache 2.0.40 with RH 8. :confused:
Despite the fact it's a load, Apache 2 is supposed to be quite a bit faster. They only use RH 8 on the dual processor machine (I think). Maybe TUX doesn't work with apache 2.

They're also using kernel 2.4.9-e.3enterprise when testing 2, 4, and 8 processor machines. 2.4.9-e.3 with the uniprocessor machine.

Is 64k bytes the default block size for NTFS on a volume of 60GB (if that matters)?

p33 mentions the encryption stuff.

Operating system: Key exchange algorithm, encryption, message digest
Win2k3: RSA, RC4 (128-bit), MD5
RH AS 2.1: diffie-helman, 3des (168-bit), sha1
RH 8: diffie-helman, 3des (168-bit), sha1

rc4 is not only faster than 3des, it's absolute shit. :p I'm not sure how RSA compares to DH, but they're both good systems.
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
In some really unscientific openssl testing (openssl md5 some_random_pr0n.avi), md5 seems to be a bit faster than sha1 also.