I remember seeing benchmarks showing there is some overhead to 64 bit programs being more bloated or slower in some circumstances, BUT in the real world I really haven't seen any significant impact from it. When that gets to be an issue no your server, chances are you needed to take steps to expand your performance beforehand because you're already pushing the limits of what the server can perform at.
That's why I said "really are a lot of significant drawbacks". If the server has more than 4 gig of memory, 64 bit is the only way to go so you can see all the memory :- — Bart Silverstrim. Not really. That said, x64 removes other limitations, making it much better for high memory servers. Beep beep Beep beep 1, 2 2 gold badges 18 18 silver badges 33 33 bronze badges. Sign up or log in Sign up using Google. Sign up using Facebook.
Sign up using Email and Password. Post as a guest Name. Email Required, but never shown. The Overflow Blog. Podcast Helping communities build their own LTE networks. Podcast Making Agile work for data science. Featured on Meta. New post summary designs on greatest hits now, everywhere else eventually. Related 0. Hot Network Questions. Question feed. The system isolates bit applications from bit applications, which includes preventing file and registry collisions. Console, GUI, and service applications are supported.
However, bit processes cannot load bit DLLs for execution, and bit processes cannot load bit DLLs for execution. This restriction does not apply to DLLs loaded as data files or image resource files; for more information, see LoadLibraryEx.
The application can obtain additional information about the processor by using the GetNativeSystemInfo function. Note that bit Windows does not support running bit Windows-based applications. The primary reason is that handles have 32 significant bits on bit Windows. A bit installer is frequently used to install and configure a bit program. Additionally, some bit programs require bit components to run correctly. Although bit programs that require bit components might run correctly after they're installed, you can't use the bit installer to install a bit program.
Programs that require bit components can't run on xbased versions of Windows. If a bit program that requires bit components tries to run a bit file or component, the bit program will log an error message in the System log.
The operating system will then let the bit program handle the error. To determine whether a program requires a bit component, install and run the program. If the program generates an error message, contact the manufacturer of the program for an update that is compatible with the xbased versions of Windows. The xbased versions of Windows doesn't support bit drivers.
All hardware device drivers and program drivers must be compiled specifically for the xbased version of Windows. If a bit program tries to install a bit driver on a computer that is running an xbased version of Windows, the installation of the driver fails. When this behavior occurs, the xbased version of Windows reports an error to the bit program.
If a bit program tries to register a bit driver for automatic startup on a computer that is running an xbased version of Windows, the bootstrap loader on the computer recognizes that the bit driver isn't supported.
The xbased version of Windows doesn't start the bit driver, but does start the other registered drivers. To determine whether a program requires a bit driver, install and run the program. The WOW64 subsystem isolates bit binaries from bit binaries by redirecting registry calls and some file system calls. The WOW64 subsystem isolates the binaries to prevent a bit binary from accidentally accessing data from a bit binary. For example, a bit binary that runs a. This redirection prevents compatibility errors because it requires the.
For more information about file system and registry redirection, see the "Running bit Applications" topic in the Bit Windows section of the Microsoft Platform SDK documentation. To view this document, visit the following Microsoft Web site: Running bit Applications The WOW64 subsystem redirects bit binary calls without requiring changes to the bit binaries.
However, you may see evidence of this redirection when you perform some tasks. For example, if you type a command-line script at a bit command prompt, the command prompt may not be able to access bit programs in the Program Files folder.
To access the correct folder, you must change the command-line script. Alternatively, you must type the command-line script at a bit command prompt. The bit command prompt automatically redirects file system calls to the correct bit directory. Some bit programs examine the version information of the operating system.
0コメント