Forgot your password?
typodupeerror

Comment Re:Competition and Concurrent Programming (Score 1) 249

>Most programmers know next to nothing about concurrent software >design, testing, and development.

Huh? You mean bad programmers know nothing about the above.

>AMDs chip pretends to be a single-processor machine while dividing >tasks with multiple cores.

Umm no, AMD doesnt pretend it IS a symmetric processor with multiple cores. The way the operating system handles these cores does not differ on the hardware. You have have the same behaviors of threads and processes on a dual core opteron as you do a dual Pentium-Pro.

>Coding to true multi-processor systems is not only difficult but it is >also not supported well in any language.

And you obviously havent done either as a basic understanding of how an operating system handles processes might make you change your mind on all you wrote here.

Slashdot Top Deals

Type louder, please.

Working...