LWN.net Logo

Debian on AMD64

Debian on AMD64

Posted Dec 2, 2004 10:50 UTC (Thu) by ecureuil (subscriber, #3507)
Parent article: Debian on AMD64

I would be interested to read a sequel to this nice article explaining
how much speed you gain running AMD64 binaries compared to i386 binaries
on an Athlon box. I've read also that AMD64 compiled applications use
more memory that i386 ones.


(Log in to post comments)

Debian on AMD64

Posted Dec 2, 2004 17:35 UTC (Thu) by dlang (subscriber, #313) [Link]

it depends on the application.

I recently did a openssl speed test on my Athlon64 box in both 32 bit (slackware) and 64 bit (gentoo) modes. with the same 64 bit kernel on the same hardware the 64 bit version was reporting encryption speeds 2-3x the 32 bit speed

at work I have some dual Opteron boxes running proxies (receive a connection, fork, child processes the connection to another server, child exits when the connection closes. yes I know there are faster ways to code this) with a 32 bit userspace and a 32 bit kernel this box maxes out at ~3200 connections/sec with the CPU's pegged. with a 64 bit kernel and the same 32 bit userspace it goes up to 4000 connections/sec with the CPU's 25% idle (at this point the limiting factor is the host the proxies connect to)

David Lang

Debian on AMD64

Posted Dec 3, 2004 0:46 UTC (Fri) by denials (subscriber, #3413) [Link]

Check out this very recent Anandtech review of 64-bit systems running DB2 Universal Database and MySQL. It happens to address the 32-bit vs. 64-bit performance gains, along with comparisons of Intel and AMD 64-bit processors.

Copyright © 2009, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds