Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:More Cores, More Power (Score 1) 661

The parent is spot on with something others seem to have overlooked - lock contention becomes a bigger problem as you have more simultaneously running processes/threads competing for shared resources across an increasing number of cores. One of the big challenges for general purposes OSes as the number of cores scale up is coping with access to shared data structures that previously were not a problem.

Slashdot Top Deals

When it is not necessary to make a decision, it is necessary not to make a decision.

Working...