Solution 1:
Not all programs can use multiple threads. php is one for example. If one php process needs a lot of CPU, only 1 CPU will max out. And the others will be idle.
Not all programs can use multiple threads. php is one for example. If one php process needs a lot of CPU, only 1 CPU will max out. And the others will be idle.