B
Badger
What's the advantage of using 64bit on my machine instead of 32bit?
Curious
Curious
Mark H said:Completely depends on what you use your machine for:
Typical word processing, e-mail and a few games: stay with x86.
Video editing, rendering, large database manipulations or strong number
crunching: move to x64
Like to fiddle around: move to x64
If you only use 32-bit applications, stick with x86. (There is a slight
overhead in processing 32-bit on a 64-bit system.)
x64 is stable, actually maybe a little more stable since all drivers have
to
be signed,
allows you to use more than 4GB of memory (which means less paging, if
that's happening now.)
but there are still a few devices (not many) that are not supported.
I went x64 when Vista came out and have never looked back.
Curious said:The 64 bit hardware can move data twice as fast and can execute the
equivalent of two 32 bit instructions per machine cycle. However, to get
this benefit from a 64 bit machine you have to be running a 64 bit OS. In
the future more and more applications will also be coded in 64 bit and
will therefore also run faster when running with a 64 bit OS. If running
applications such as video editing or video file format conversion which
use a lot of memory they will run faster with a 64 bit OS since it can
support system memory larger the 4GB.
Curious said:The 64 bit hardware can move data twice as fast and can execute the
equivalent of two 32 bit instructions per machine cycle.
Badger said:Thanks for the added information, Richard,
Jerry
Badger said:What's the advantage of using 64bit on my machine instead of 32bit?
Curious
Patrick Keenan said:In some cases, it can be a negative advantage. .
The reason for this is that what really matters is whether the apps and
hardware you need to use will run on a 64-bit OS, and it's not a safe
assumption that all will run.
For a specific example, there's a very popular piece of audio recording
software, and you have heard recordings made with it.
It's called ProTools, and it *will not run* on 64 bit OS's, Windows or
Mac.
So, if you were building a system to run this software, the advantage
you'd gain from installing a 64-bit OS is that you'd have to wipe the
drive and reinstall a 32-bit version.
People generally don't buy PCs to run an OS, but to run applications and
perform tasks. If the OS won't allow the app to work, there is no
advantage to keeping it.
HTH
-pk