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
-1
votes
2 answers

How to run a single-threaded application on multiple processor cores efficiently?

There is this old application that we are using (called Aldfaer) that only uses a single thread. One of its processes takes about 90 minutes to complete at this moment, and we would like to decrease the time it takes for this job to complete. For…
-1
votes
1 answer

Dell R410 and X5690 wont boot

I have an R410 that we opened up to upgrade from 2 x E5520 to 2 x X5690. However after the upgrade network didnt work and we could not even get a monitor output. We tried swapping CPU positions and eventually pulled the processor out. We since…
-1
votes
1 answer

What is the effect when I reduce the number of physical CPUs in a Windows Server 2008 machine

I need to reduce (remove 2 CPUs) the number of physical CPUs in one of our servers (4 CPUs to 2 CPUs). Does it have any impact on the Windows Server 2008 operating system? I mean, do we need to reinstall it or we can use it without any problem after…
-1
votes
1 answer

Does/can serving larger files (images in this case) necessitate increased CPU load on a linux/apache web server?

We are experiencing quite a high CPU load on our web server right now (I'm just doing some research, I am not actually the website's administrator) One of the most significant changes has been a new search results page with larger thumbnail images…
-1
votes
2 answers

Best type of virtualization when CPU has more threads than cores

I have a 4 cores/8 threads Intel Xeon processor. This is something I tried to particularly ask in SolusVM support, however I haven't got a good reply. I even don't know if they are right: they told me to, as I have 8 threads for 4 cores, opt for KVM…
-1
votes
1 answer

MySQL CPU High Usage

I got a problem with CPU usage on my VPS, mysqld use 100% CPU and my site go down, i have a small package, 512MB Ram, wich 300 is free, and my site has 1000-1500 unique visitors, and 50.000 views /…
-1
votes
1 answer

We have Solaris 10 VM in KVM (ProxmoxVE) how to check if Solaris is using all cores?

I'm trying to figure out is VM Solaris 10 (which is virtualized with KVM on ProxmoxVE) using all allocated CPUs? Host HW is Dell poweredge r720. And find a way how to check that for example gzip on large file is running in parallel? This and this…
-1
votes
1 answer

Server Hardware/Settings for high traffic

I'm currently using a virtual server. 2 vCores 8GB RAM Bandwith 100MBit/s Ubuntu 10.04 But still this seems to be not enough to handle the traffic on my site. Normally a page needs less than 0.2seconds to be generated, but when there are more…
-1
votes
1 answer

Kvm poor cpu performance

I have running some Minecraft Servers in a Qemu VM over Libvirt, and the performance is only half good than on real hardware. Libvirt started the vm over: /usr/bin/kvm -S -M pc-1.1 -cpu…
-1
votes
1 answer

Intel Xeon or AMD Opteron is better for MSSQL 2012?

Is there any difference in performance, optimisations in MSSQL 2012 on Opteron and Xeon platform ? basically we are thinking about 2 x 6 Cores Xeon E5-1660 or 2 x 16 cores Opteron 6380
Yordan Yanakiev
  • 161
  • 2
  • 2
  • 7
-1
votes
2 answers

Multi-CPU server with CPUs of differing core counts

Is it possible to have a multi-CPU server where the CPUs do not necessarily have the same number of core counts? For example, a group of 4 at dual core and a group of four at quad core? This question is independent of any OS. EDIT David answered…
IamIC
  • 155
  • 1
  • 7
-1
votes
2 answers

Minimum Hardware Req for WHS

I'm planning to create PC with following requirement Have HDMI Port because I'm planning use this as Media Center Low Voltage Must run Windows Home Server so I can easily backup all my PC's at home Based on requirement above, I decide to use PC…
Funky81
  • 295
  • 2
  • 13
-1
votes
1 answer

High CPU Usage in windows server 2003

In one of our production servers the CPU usage is 100% and thus some of the backup jobs failed. In windows server 2003 cms.exe shows : 50%, tomcat_3.exe : 25%, and tomcat_1.exe : 25%. Please help me how can I overcome this issue. Attached Process…
-1
votes
1 answer

4 CPUs - 2 on 100% 2 on 30% - How do I even the load out?

When running a job on a SQL Server 2008, I notice that 2 CPUs are running at 100% but 2 are only about 30%. How can I spread the load and will it reduce the duration of the job which currently takes over 1 hour? It's running on a Windows Server 2008…
-1
votes
1 answer

MySQL runs at >=100% CPU, heavy disk I/O?

Recently my Debian Linux server has been experiencing slow web server response times. I've investigated and it seems that MySQL is the culprit, yet there are no slow queries indicated by the slow queries log and when I check SHOW FULL PROCESSLIST I…