Search Results

0
votes

pthread_cond_wait versus semaphore

The 2nd snippet is racy, don't do that. The other answers have a nice discussion of the relative merits; I'll just add that pthread_cond_broadcast is a clear advantage of condi …
5
votes

How good is the linux kernel in the new Quad Core processors running multithreading application

Given that kernel developers like Christoph Lameter (and Ingo Molnar on the scheduler) have tuned the kernel to work well on 4096 processors, and given the amount of optimizations invested by Intel …