Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Performance problems on Intel but not AMD... strange

Reply
Thread Tools

Performance problems on Intel but not AMD... strange

 
 
Chris Roe
Guest
Posts: n/a
 
      06-10-2004
We have run into a problem with a few of our clients running Intel
Pentium 4 (no hyperthreading) processors. Our web application under
tomcat runs 20 - 30% slower on Intel (benchmarks scores are available)
than a comparable AMD processor. Our shop uses AMD Athlon processors and
we have no such performance problems at all.

We have had clients come to our shop to verify that the application is
indeed faster here and they always say that it is significantly faster.

We have developed benchmarks for certain parts of our system (formula
calculation, and page rendering) and run them on an AMD 2500+ and an
Intel P4 2.4 Ghz . According to all industry standard (SiSoft Sandra,
etc) benchmarks we have come across, these machines should perform
roughly the same, with the AMD performing slightly (5-10%) above the Intel.

Has anyone come across this problem before?? Are there certain
operations or combinations of operations in Java that are significantly
slower on the Intel??

We are seeing this on both the Client and Server VMs. All machines are
running JDK 1.4.2_04 on Windows XP SP 1.

Any help would be greatly appreciated.

- Chris
 
Reply With Quote
 
 
 
 
Wee Jin Goh
Guest
Posts: n/a
 
      06-11-2004
Chris Roe wrote:
> We have run into a problem with a few of our clients running Intel
> Pentium 4 (no hyperthreading) processors. Our web application under
> tomcat runs 20 - 30% slower on Intel (benchmarks scores are available)
> than a comparable AMD processor. Our shop uses AMD Athlon processors and
> we have no such performance problems at all.
>
> We have had clients come to our shop to verify that the application is
> indeed faster here and they always say that it is significantly faster.
>
> We have developed benchmarks for certain parts of our system (formula
> calculation, and page rendering) and run them on an AMD 2500+ and an
> Intel P4 2.4 Ghz . According to all industry standard (SiSoft Sandra,
> etc) benchmarks we have come across, these machines should perform
> roughly the same, with the AMD performing slightly (5-10%) above the Intel.
>
> Has anyone come across this problem before?? Are there certain
> operations or combinations of operations in Java that are significantly
> slower on the Intel??
>
> We are seeing this on both the Client and Server VMs. All machines are
> running JDK 1.4.2_04 on Windows XP SP 1.
>
> Any help would be greatly appreciated.
>
> - Chris


Yes, I've encountered this problem many times. The P4 and Athlon have
very dissimilar architectures. http://www.arstechnica.com has a rather
good overview of the two architectures in the section called CPU Theory
and Praxis. I suggest you give that a read.

The P4 does well in benchmarks like SiSoft Sandra and loop intensive
code because it has a higher clock frequency than a comparable Athlon
XP. But once you start throwing branches (if-else statements) in there
which is unavoidable in some programs, you'll start to see the P4
stumble. There are many other scenarios where the P4 is very weak
comparped to the Athlon.

But without further details of what your app does, its hard to say why
the P4 is slower.

Wee-Jin
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Strange difference in performance (30x) between PPC and Intel Julian Tarkhanov Ruby 1 09-29-2007 05:28 PM
Windows Update: Intel Corporation - Networking - Intel(R) PRO/100 VE Network Connection - What Is It ? Robert11 Computer Support 3 04-27-2006 11:04 AM
Intel(R) Celeron(R) M = First Generation Intel Centrino? gz Computer Information 3 11-05-2005 04:47 AM
an Intel PRO/DSL 2100 or Intel PRO/DSL 2200 Modem roberthob Computer Support 0 09-25-2005 05:51 PM
Intel SATA Hard Disk Controller Drivers for Desktop Computers are back on Intel's Website! Kevin Panzke Windows 64bit 2 05-25-2005 02:35 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57