Questions tagged [64-bit]

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

In computer architecture, 64-bit integers, memory addresses, or other data units are those that are at most 64 bits (8 octets) wide. Also, 64-bit CPU and ALU architectures are those that are based on registers, address buses, or data buses of that size. 64-bit is also a term given to a generation of computers in which 64-bit processors are the norm.

64-bit is a word size that defines certain classes of computer architecture, buses, memory and CPUs, and by extension the software that runs on them. 64-bit CPUs have existed in supercomputers since the 1970s (Cray-1, 1975) and in RISC-based workstations and servers since the early 1990s. In 2003 they were introduced to the (previously 32-bit) mainstream personal computer arena in the form of the x86-64 and 64-bit PowerPC processor architectures.

A 64-bit register can store 264 = 18446744073709551616 different values, a number in excess of 18 quintillion. Hence, a processor with 64-bit memory addresses can directly access 264 bytes of byte-addressable memory.

Without further qualification, a 64-bit computer architecture generally has integer and addressing registers that are 64 bits wide, allowing direct support for 64-bit data types and addresses. However, a CPU might have external data buses or address buses with different sizes from the registers, even larger (the 32-bit Pentium had a 64-bit data bus, for instance). The term may also refer to the size of low-level data types, such as 64-bit floating-point numbers.

Source: wikipedia

349 questions
3
votes
2 answers

Multiple 32bit processes on 64bit IIS - memory limit?

I've got a legacy ASP web application that uses a VB6 DLL. The app is quite memory hungry. I need to run multiple instances of the app on one machine. Now since VB6 DLLs are 32bit only, running in a 64bit process is out - but what if I ran multiple…
GreenIcicle
  • 133
  • 1
  • 3
3
votes
2 answers

Dive into 64 bit or hold off (do you have a crystal ball)

I'm planning my first workstation replacement schedule to hopefully replace 80 or so computers out of the 125 office. I know the limitations of the 32 bit OS is 3.5 GB of RAM. I believe RAM is the only upgrade that you would do to an business…
PHLiGHT
  • 1,041
  • 11
  • 25
3
votes
2 answers

Should SQL Server 2008 only be run on Server 2008 R2 (64 bit)?

Today I was told that SQL Server 2008 is supposed to be run on Server 2008 R2 (64 bit). Is this true? And if so, can anyone explain why? Our development instances are running on 32-bit systems. I don't have any issue with migrating to 64-bit, but…
3
votes
1 answer

Conversation history in Outlook 2010 (x64) with Office Communicator 2007 R2

Since upgrading from Office 2007 to Office 2010 (x64), conversation history from Office Communicator 2007 R2 no longer is saved into Outlook's Conversation History folder, even though Communicator states that a conversation was saved. There was…
3
votes
2 answers

Network connection to Firebird 2.1 became slow after upgrading to Ubuntu 10.04

We've got a setup that we're using for different clients : a program connecting to a Firebird server on a local network. So far we mostly used 32bit processors running Ubuntu LTS (recently upgraded to 10.04). Now we introduced servers running on…
lyle
  • 131
  • 4
3
votes
3 answers

Terminal Server 2008: Installing 16-bit Application (FoxPro 2.6)

I have one physical Windows 2008 R2 server running Hyper-V. Running under Hyper-V I have a virtual Windows Server 2008 R2 server running Remote Desktop Services (Terminal Services). I'm preparing my applications using the "Install Application on…
3
votes
2 answers

"Copy path to clipboard" on Windows 64 bit

I had an excellent shell extension that enabled me to right click a file and copy its full path to the clipboard. It doesn't work on windows 64 bit. Does anyone have a utility that works under Windows server 2008 64 bit? Thanks a bunch!
Nir
3
votes
2 answers

Justifying a memory upgrade, take 2

Previously I asked a question on what metrics I should measure (e.g. before and after) to justify a memory upgrade. Perfmon was suggested. I'd like to know which specific perfmon counters I should be measuring. So far I got: PhysicalDisk/Avg.…
3
votes
2 answers

SQL Server Maximum RAM

I have a server running Windows 2003 Enterprise (x86) and SQL Server 2005 Enterprise SP. The sqlserver process currently consumes aorund 1.6GB of memory although there is around 12GB in the sever (the OS only see's 4GB due to 32 bit limitation). To…
johnt1000
3
votes
2 answers

Can I install Exchange 2007 in an environment w/ 32-bit Domain Controller computers?

I've got 2 64-bit servers for the Mail Box and Client Access, but my domain controller is 32-bit. Can I install Exchange 2007?
Parsa
  • 641
  • 1
  • 8
  • 16
3
votes
3 answers

Install Sql Server Developer Edition 32-bit (or Enterprise Edition) on Windows 7 Home Premium 64-bit

Is there any work around to Successfully install SQL server 2008 32-bit on Windows 7 Home premium 64-bit ? If this is the case I first installed VS 2008 SP 1 on my machine and when I click on install.exe file for installing SQL Server 2008…
ali62b
  • 163
  • 1
  • 5
3
votes
4 answers

Has anyone managed to install an HP All-In-One printer on 64-bit Windows

I'm trying to set up an HP All-In-One printer (6310) on a 64-bit Windows 7 system. The setup for the driver software runs OK, but fails to connect to the printer across the network. I haven't tried USB because this printer works over Ethernet with…
Mark Wilson
  • 31
  • 1
  • 3
2
votes
3 answers

LINUX - how can I detect CPU architecture through terminal?

I have a machine on my network that I can only access through ssh, and I want to see if it'll support a 64-bit OS (currently running linux, but I don't know which). Any ideas how to accomplish this through terminal command/s? thanks.
sa125
  • 325
  • 1
  • 7
  • 14
2
votes
6 answers

Why am I getting this 500 error from IIS?

I'm running PHP 5.3.1 on IIS 7.5 on Windows 7 Ultimate x64. I've been trying to make PHP connect to my local installation of SQL Server 2008 Express over ODBC using ADODB. At first I had trouble getting it to connect, because even after I added my…
soapergem
  • 719
  • 4
  • 13
  • 29
2
votes
4 answers

How to calculate maximum system load average for my system?

I have a situation where I wanted to monitor my servers load, for this I am trying to set a threshold, but I am not sure what is the maximum value my server can reach. This is the current system load average: 0.23, 1.52, 2.69 sudo nproc --all…
shrish
  • 275
  • 2
  • 3
  • 9