PDA

View Full Version : AMD64x2 vs Intel: which`s better for bzip?


inductor
7th November 2005, 07:36 AM
Hi all.

Please, give me an advice: which processor is better for linux? I have to setup a server which will be loaded with 'bzip'. Is there some tests for modern linux distros? I`ve googled for `em, but I was unable to find something useful. In other words: what is better for bzip - CPU frequency or multi-threading?
Thanks in advance.

vinu
7th November 2005, 08:32 AM
Bzip is not multi-threaded, to the best of my knowledgge. Consequently the number of processors should not make a difference to it's operation.

Technologically, among dual core processors, the AMD64 X2 processors are, at present, significantly better than Intel's dual core offerings.

vinu
7th November 2005, 08:40 AM

which processor is better for linux? I have to setup a server which will be loaded with 'bzip'. Is there some tests for modern linux distros? I`ve googled for `em, but I was unable to find something useful.
Bzip is not multi-threaded, to the best of my knowledge. Consequently the number of processors should not make a difference to it's operation.

In other words: what is better for bzip - CPU frequency or multi-threading?Thanks in advance.
Neither. CPU frequency is not linearly related to a processors prowess for arithmematic / FPU calculations (as is seen with AMD's processors). And multi-threading is useless if the application is not multi-threaded.

--Vinu.

inductor
7th November 2005, 09:03 AM
Thanks, vinu. So there`s no difference between these processors for bzip?

perry753
8th November 2005, 06:24 AM
I would say that it would not matter or would have no accurate fact which one is better for bzip. Intel and AMD both have their pro's and con's.

kamina
8th November 2005, 12:35 PM
Ofcourse if your server is issueing alot of bzips, you could try to configure it so that it will run 2 at a time. Then it could benefit from an X2.

Ratty
8th November 2005, 01:21 PM
Or if your running bzip on very large files you could make bzip exclusive to one core, thus leaving the system still responsive.

Rat

inductor
8th November 2005, 01:30 PM
Or if your running bzip on very large files you could make bzip exclusive to one core, thus leaving the system still responsive.


Hmm...it makes sense..I`m using FC4 too. Do you know how to bind a process to specific core? Please ).

Shakes
8th November 2005, 01:33 PM
U say it's a server, so if there is a chance of people logging in at the same time and running bzip then you'll get an advantage from dual core for sure.