Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Submission Summary: 0 pending, 15 declined, 1 accepted (16 total, 6.25% accepted)

×
Programming

Submission + - Stratagey for dealing with multithreading?

Watson Ladd writes: With all major microprocessor manufactures choosing to go multicore rather then cranking up clock speeds getting performance gains will be a software problem. If applications aren't using multiple threads, they don't get a performance boost. But multithreading is a pain to deal with. So what is your strategy for writing multithreaded code? Is it join calculus, software transactional memory,non-interacting threads,rendezvouses,actors, or the Real Programmers choice of mutex and condition variables? Which do think will be the dominant technique over the next 30+ years?
It's funny.  Laugh.

Submission + - Amazon lists book with 94% discount.

Watson Ladd writes: If you are interested in mathematical logic bargin might be of interest. Is amazon still profiting, or is this a bug? Could this be the start of a trend of falling textbook prices?

Slashdot Top Deals

Always draw your curves, then plot your reading.

Working...