Search Results

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 …
-2
votes

Does python support multiprocessor/multicore programming?

Always remember, however, that if you also care about performance, using Python is a problem. It's really slow compared for instance to either Java or C#, because it's still interpreted and not JIT …