Go Back  FlyerTalk Forums > Travel&Dining > Travel Technology
Reload this Page >

HP & Their 64Bit Computers

Community
Wiki Posts
Search

HP & Their 64Bit Computers

Thread Tools
 
Search this Thread
 
Old Feb 1, 2007 | 9:54 am
  #16  
 
Join Date: Jul 2004
Programs: CO Gold; SPG Gold***; AvisFirst;
Posts: 3,970
Marketing hype aside, the issue is that Microsoft has made it difficult for driver writers to provide 64 bit versions (vs. 32 bit versions). 64 Bit Linux (or Solaris) run just fine on the HP 64 bit laptops.

As to 32 vs. 64, the 64 bit chips outperform their 32 bit equivalents even when running a 32 bit OS.
mbreuer is offline  
Old Feb 1, 2007 | 2:23 pm
  #17  
Original Poster
A FlyerTalk Posting Legend
10 Countries Visited
Conversation Starter
All eyes on you!
20 Years on Site
 
Join Date: Sep 2002
Location: LAX/TPE
Programs: United 1K, JAL Sapphire, SPG Lifetime Platinum, National Executive Elite, Hertz PC, Avis PC
Posts: 47,190
I filed complaints with the FTC and Florida DOCA this afternoon after receiving a phone call from HP this afternoon where the guy took a totally flippant attitude with this issue while raising the following points:

1) I can buy a sportscar capable of 300mph, but it's not legal for me to drive it on the highway

2) we market and sell the 64 bit processor but only support its use as a 32 bit processor

3) 64 bit drivers will not be made available now or in the future - even though we continue to sell 64 bit processor machines

In a nutshell, besides coming across as a flippant a-hole, he essentially confirmed that their approach to 64 bit computing is pure marketing hype and contains no substance a consumer could actually use.

Florida DOCA is usually pretty aggressive - they went after Sprint when I had a billing dispute that would not get resolved and it resulted in Sprint doing backflips to help me. Maybe they will teach HP the difference between right and wrong.

I will update the thread as new info arrives...
bocastephen is offline  
Old Feb 1, 2007 | 6:14 pm
  #18  
FlyerTalk Evangelist
30 Countries Visited
2M
All eyes on you!
25 Years on Site
 
Join Date: Jul 2000
Location: in the vicinity of SFO
Programs: AA 2MM (LT-PLT, PPro for this year)
Posts: 19,784
Originally Posted by bocastephen
So, a question for the experts - assuming I get my money back or an offer of a replacement machine, would I achieve the best performance from an Intel Core Duo 2 chip running 32 bit XP Pro when compared to an AMD 64 chip running 32 bit XP Pro? How would the Intel chip compare to an AMD 64 running XP Pro 64, assuming the computer is performing processor intensive photography layering tasks?
Seriously, If you're using Photoshop, I'd wait for CS3 to be released and then get a Intel Core2 Duo based Macintosh. Adobe generally does their best work for the Mac platform, and I see that unlikely to change.

If you definitely want to stick with Windows, you're not going to see much difference between a 64-bit or 32-bit version of Windows unless you also can find a 64-bit optimized version of Photoshop (or 64-bit versions of the given filters/plugins you're most dependent on for the slowdown). I'm not aware of such a thing.

In general, when ScottC says:
Originally Posted by ScottC
Currently the Core2Duo chips are faster than anything AMD has to offer.
he's correct, but each of the Athlon 64 X2 and Core 2 Duo lines is a pretty big line of chips, each crossing a big range of clock speeds. Core 2 Duos are faster clock for clock than Athlon 64 X2 across the board, but by how much depends on the benchmark. A bottom-of-the-line E4300 (1.6ghz) or E6300 (1.86ghz) Core 2 Duo is still going to be slower than a middle-of-the-line or higher AMD chip.

Originally Posted by bocastephen
In a nutshell, besides coming across as a flippant a-hole, he essentially confirmed that their approach to 64 bit computing is pure marketing hype and contains no substance a consumer could actually use.
Which is largely true for the entire consumer hardware industry.

Have you actually tried installing XP 64 bit on the machine?
nkedel is offline  
Old Feb 1, 2007 | 7:08 pm
  #19  
Original Poster
A FlyerTalk Posting Legend
10 Countries Visited
Conversation Starter
All eyes on you!
20 Years on Site
 
Join Date: Sep 2002
Location: LAX/TPE
Programs: United 1K, JAL Sapphire, SPG Lifetime Platinum, National Executive Elite, Hertz PC, Avis PC
Posts: 47,190
Which is largely true for the entire consumer hardware industry.
After what Dell enterprise sales did to my last employer (and me, by trickle down suffering), I should know never to trust a hardware maker ever again.
Have you actually tried installing XP 64 bit on the machine?
Yes I did, but I was only able to cobble together a hodgepodge of drivers, including a couple drivers written by hobbyists. Some of the key drivers, such as the touchpad and wireless card were unavailable or too buggy.
bocastephen is offline  
Old Feb 2, 2007 | 10:03 pm
  #20  
 
2M
All eyes on you!
25 Years on Site
 
Join Date: Nov 2000
Location: Upcountry Maui, HI
Posts: 13,708
Originally Posted by mbreuer
As to 32 vs. 64, the 64 bit chips outperform their 32 bit equivalents even when running a 32 bit OS.
That's only accurate if the 64-bit chips have a fatter pipe to memory, or have other differences than the 32-bit chip that give it a performance edge.

When you recompile the OS for a 64-bit implementation, all the places that stored pointers in data structures have to be modified to hold a 64-bit data value rather than a 32-bit data value. (And depending on the programming model, programmers have to find all the places where they assumed that a pointer would fit in a 32-bit integer sized data value, and fix those as well.)

The same thing can happen to integers and long integers, depending on the data model that the OS vendor chooses to use for these data types in the 64-bit OS. That itself ends up making the 64-bit OS larger, plus the addition of any 64-bit programming APIs that don't exist in the 32-bit version. The difference can be 3% - 5% slower or more, depending on the implementation, when run on the same exact chips and depending on the application load. Some things can, in fact, run faster. I didn't say that the difference was huge, and for most people it's negligible.

Since all the chips are now effectively 64-bit chips, there really are no 32-bit equivalents to compare them to. The performance difference is effectively masked by the incremental speed jumps and cache line sizes and larger caches used in the 64-bit chips. All this makes it tough to do an apples to apples comparison.

-David
LIH Prem is offline  
Old Feb 3, 2007 | 10:04 am
  #21  
All eyes on you!
20 Years on Site
 
Join Date: Feb 2004
Location: Just off the Main Line
Programs: AA EXP 2MM, DL Lifetime PM 2MM, Bonvoy Lifetime Titanium Elite, HH Diamond
Posts: 924
Originally Posted by LIH Prem
I'm not blaming you for anything, but the fact is that a 64-bit OS is probably slightly slower than running the same 32-bit OS on the same processor. Both 32-bit and 64-bit OS and applications get to take advantage of the faster speed of the processor and fatter pipe to memory, if it is fatter. The only thing you really need 64-bit computing for is if you are dealing with huge data sets or files. Are you dealing with huge data sets and files that can't fit in a 32-bit address space (4GB) on a regular basis? If you are, your machine is probably a data base server or you are running huge scientific applications. Most consumer machines don't support more than 4G memory except for the most recent ones, and the Dimms you need to get that much memory are expensive at the moment. Do you have a machine that supports more than 4G memory? Do you have more than 4G memory? If not, the only way to fit those huge data sets in "memory" is to rely on a paging file which can get rather slow no matter which OS you are running.
Even worse, the 4GB max memory is partitioned between kernel (2 GB) and application (2 GB), thus further limiting how much data a 32-bit application can directly process in RAM. You can set a boot flag for Windows 2000/2003 to allow a 3 GB application allocation, at the expense of reducing the kernel space.
Governator is offline  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.