Questions tagged [central-processing-unit]

The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. The CPU plays a role somewhat analogous to the brain in the computer.

The central processing unit (CPU) is the portion of a computer system that carries out the instructions of a computer program, to perform the basic arithmetical, logical, and input/output operations of the system. The CPU plays a role somewhat analogous to the brain in the computer. The term has been in use in the computer industry at least since the early 1960s. The form, design and implementation of CPUs have changed dramatically since the earliest examples, but their fundamental operation remains much the same.

On large machines, CPUs require one or more printed circuit boards. On personal computers and small workstations, the CPU is housed in a single silicon chip called a microprocessor. Since the 1970s the microprocessor class of CPUs has almost completely overtaken all other CPU implementations. Modern CPUs are large scale integrated circuits in packages typically less than four centimeters square, with hundreds of connecting pins.

Two typical components of a CPU are the arithmetic logic unit (ALU), which performs arithmetic and logical operations, and the control unit (CU), which extracts instructions from memory and decodes and executes them, calling on the ALU when necessary.

839 questions
0
votes
1 answer

CPU & Memory Usage Log & Performance

I want to have an idea of the amount of CPU and memory that is being used. I have a website hosted using IIS, and have clients connecting to it. I want to find out the amount of load that the CPU, RAM and the network has when multiple clients…
0
votes
1 answer

Unsupported CPU installed

I got a pc which was in need for an bios upgrade. I downloaded the bios update from the HP site. After the installation/upgrade from the bios and we restarted te pc we got the error: ERROR: Unsupported CPU installed PC will automatically power…
A-R
  • 11
  • 3
0
votes
1 answer

How would an eight-core Pentium 4 compare with a Core 2 Duo?

Specifically, an eight-core "Paxville" Xeon system clocked at 3 GHz versus the Core 2 Duo system clocked at 2 GHz, ceteris paribus. This is assuming that the workload is effectively distributed across all cores in both systems. Whicb of the two…
Ryan Lester
  • 267
  • 1
  • 9
0
votes
1 answer

Watch multiple server Processor usage?

I am looking for a tool or easy way to watch the processor/memory usage on multiple Windows 2003 servers. We suspect an App is making it use 100% processor because of large memory usuage and want to confirm by monitoring it. Although it doesn't…
0
votes
1 answer

Will two or more instances of SQL Server Express help on the same machine?

I am curios whether having two or more of these instances on the same machine help using more RAM and more (logical) CPUs. By default an instance of SQL Server Express would only use 1 GB of RAM and 1 cpu only. Having a machine with 4 cores and…
0
votes
1 answer

Gridstore and Servers

I am looking in to buying a 5 node gridstore system. http://gridstore.com/products.html This basic works it seems by using the processing power of all the machines on the network [ same subnet ] with the gridstore client installed. I have been told…
0
votes
1 answer

Strange CPU load on HP DL165 g7 with Windows 2008 R2 core enterprise

We decided to give a chance to a new opteron "Magny Cours" processor and instantly faced a problem with slow system response on Windows 2008 R2. BIOS and BMC firmwares are latest found on HP, no chipset drivers installed/needed, Adaptec RAID is…
0
votes
2 answers

Dual CPU Intel Xeon E5620 OR Single CPU Intel Core i7 980X

We are setting up a Windows 2008 Server to serve as NAT/VPN access server for our local network. Previous server we used for NAT/VPN was an Intel X3440 (single cpu) , during peak hours CPU usage was well over 80% ! Should we get a dual cpu or a…
0
votes
3 answers

Selecting a webserver configuration

I have a website, which has grown from 10 visits per day, to 100 per day in couple of months, and now to about 800 unique visits per day. So far, I have been using a VPS with 512MB RAM, and shared CPU (I think its between 500 Mhz to 1 Ghz). I think…
0
votes
3 answers

Bad CPU/RAM Combination

We've got a system that is running RHEL 4 AS 32 bit (2.6.9-42.ELsmp #1 SMP) with 20GB of RAM and 8 dual core processors that runs a Oracle 10g database. This is overkill, but I am having trouble explaining why. I am also wondering if there could be…
andyhky
  • 2,732
  • 2
  • 25
  • 26
0
votes
1 answer

Xeon X5355 vs. Xeon E5405

The X5355 has less cache and a higher TDP but it has a higher clock speed and it's a higher end Clovertown whereas the 5405 is an entry level Harpertown. If you were to plop two of these into a server which ones would provide more processing power?…
Radu
  • 129
  • 6
0
votes
1 answer

Is there a way to give a xen vm with windows more than one virtual cpu?

I have a quad core machine which is running debian with a xen kernel. I am running a couple linux servers on there which don't do a lot of CPU intesive stuff, but I have there a windows server 2008 vm, which seems to be sucking the life out of one…
Thomaschaaf
  • 3,092
  • 5
  • 30
  • 24
0
votes
1 answer

CentOS: MySQLd running with 333% of CPU sometimes. CPU high load

I have several websites that are running on Intel Xeon-Lynnfield 3470-Quadcore [2.93GHz]. With this dedicated server it seems that MySQL is still not optimized to run on the many visitators these websites are brigingin. RAM is 16GB. But, still the…
Max
  • 13
  • 1
  • 3
0
votes
2 answers

cheap storage server: Linux support for RAID on SOHO motherboard chipsets

looking to build a hardware RAID-5 using SATA disks... this will be exposed to a Hypervisor: VMware ESX or Xen but none of the below seem to have driver support on Linux / ESX except AMD SP5100 which is only on server mainboards they all support IDE…
JMS77
  • 1,275
  • 5
  • 27
  • 45
0
votes
3 answers

finding the bottleneck

I have a process running that is opening TIF files. Each TIF file is just one regular page and they are maybe 100 kB each. Every time he opens a TIF file it tries to read a barcode in a specific area on the page.after it reads the barcode in the…
Alex Gordon
  • 455
  • 3
  • 14
  • 31