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

Processor heatsink: How is their cooling efficiency determined?

Most heatsinks over processor chips that I have seen in the processors are more or less different from one another in terms of size and build. Are there any classifications for these heatsinks? How is their cooling efficiency determined? Which type…
Arpith
  • 274
  • 6
  • 17
0
votes
2 answers

What are EN, EP and EX platforms?

I keep hearing all these terms - EN, EP and EX level servers. What do these terms mean? What are they classifications of? How are they demarcated from one another? How are they different from the thin client-thick client server classification used…
0
votes
4 answers

Do all LGA 1155 Motherboards work with all LGA 1155 CPUs?

Hardware is an area that I have very little competence in. I've recently been tasked with the creation of a new server for the company I work for. I've priced out a motherboard and CPU for the server, but am not 100% sure if they will work…
Zell Faze
  • 343
  • 2
  • 5
  • 16
0
votes
1 answer

Single-threaded application being balanced across CPU cores?

Is there an easy way to check whether a certain single-threaded application is being balanced across CPU cores by Windows? I have already tried Process Explorer but I could not find a way to read it out, if possible in the first place. The reason I…
Xen
  • 458
  • 1
  • 4
  • 16
0
votes
1 answer

Heatsink for Quad core Xeon that draws same power as Dual core?

I have a Dell Precision 490 that has two LGA771 sockets and only one occupied socket - with a Dual core E5130 Xeon CPU running 2.0GHz rated at 80W TDP and it has on it a 80mm passive heatsink. As the faster Quad core E5345 is also rated at 80W does…
Craig
  • 9
  • 1
0
votes
3 answers

find Intel Processor Number for my cpu in linux

How to find out the Intel Processor Number for my CPU model on linux ? I bought a server from a webhosting company and I don't know which CPU model it has. I only know it is a Pentium D , dual core. But the model can be one of the following:…
Nulik
  • 284
  • 1
  • 4
  • 14
0
votes
2 answers

Tomcat thread consumes maximum CPU

We have a Tomcat 7.0.21 server running on OpenJDK Server VM (20.0-b11 mixed mode). The webapp runs well for usually several hours or days after startup - typical CPU load is 1-2%. At some point, the tomcat process starts to consume 100% CPU. At…
ricsearle
  • 1
  • 1
  • 2
0
votes
1 answer

Multiple rdpthread.exe Processes Using 100% CPU

I have recently created a new virtual machine (running on VMWare ESXi) running Windows Server 2008 R2. I have noticed that the machine has been running slowing and looking in Task Manager I see about 25 instances of a process "rdpthread.exe" running…
0
votes
1 answer

lighttpd CPU utilization fails to decrease when load reduced

I have a lighttpd server which easily handles about 800 concurrent connections. But there seems to be a problem: When the number of users grows, the CPU utilization grows as well, until a limit is reached at about 90%. The problem is when the number…
0
votes
2 answers

Replace CPU of HP server

Suppose we have a problem with a processor or would like to replace to a more powerful one. Is it possible? I found one article that explain the process for DL385 but not sure if this is only for a new server defective processor replacement.
Alex
  • 1,828
  • 4
  • 31
  • 52
0
votes
2 answers

Load Average cpu linux server

i have a problem with the load average on server, I'm using on server When I check the processor - with "top" command I see that : top - 04:27:37 up 39 min, 1 user, load average: 0.78, 0.77, 0.77 Tasks: 190 total, 1 running, 188 sleeping, 0…
Bugyoner
0
votes
2 answers

Force a process to use a particular cpu core?

Possible Duplicate: Is it possible to limit a Linux process so that it can only run on a particular core on a particular machine? I would like to know how can I bind a process to a particular cpu core on a Linux server? I am running Centos 5.5.…
peerra
  • 1
  • 1
  • 2
0
votes
1 answer

What is the difference betwwen two Xeon CPUs with stepping 11 and 7?

Would you please explain me what kind of differences between these two CPUs have: 1) processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 15 model name : Intel(R) Xeon(R) CPU E5345 @…
alwbtc
  • 229
  • 1
  • 4
  • 7
0
votes
2 answers

What to do when the server load over 1.0?

I noticed in cpanel that server load over 1.0 sometimes and that causes my website to take a long time to respond!! I am wondering now what to do. Should I limit access to my website through .htaccess when the server load gets high, or is there…
0
votes
4 answers

Which virtualization for High CPU environment

I built a freebsd guest OS for a custom Java application. No Gui, no frills, just SSH and an API to coordinate all the machines. This application is inherently single-threaded, and it is only limited by the CPU speed. Which is the best…
Mascarpone
  • 872
  • 3
  • 9
  • 28