Content deleted Content added
Maxeto0910 (talk | contribs) m period after sentence |
|||
Line 65:
== Performance ==
When more than one program executes at the same time, an SMP system has considerably better performance than a
In cases where an SMP environment processes many jobs, administrators often experience a loss of hardware efficiency. Software programs have been developed to schedule jobs and other functions of the computer so that the processor utilization reaches its maximum potential. Good software packages can achieve this maximum potential by scheduling each CPU separately, as well as being able to integrate multiple SMP machines and clusters.
Access to RAM is serialized; this and [[cache coherency]] issues
== Alternatives ==
|