Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <ul> <li><a href="http://rads.stackoverflow.com/amzn/click/0123705916" rel="noreferrer">The Art of Multiprocessor Programming</a> with examples in Java (many can be rewritten in C++, but some get tricky due to garbage collection).</li> <li><a href="http://www.justsoftwaresolutions.co.uk/reviews/patterns_for_parallel_programming_review.html" rel="noreferrer">Patterns for Parallel Programming</a></li> <li><a href="http://www.microsoft.com/ccrdss/" rel="noreferrer">Concurrency and Coordination Runtime</a>, <a href="http://blogs.msdn.com/pfxteam/" rel="noreferrer">Parallel Framework Extensions</a>, <a href="http://msdn.microsoft.com/en-us/concurrency/default.aspx" rel="noreferrer">Microsoft concurrency page</a> - different Microsoft approaches for .NET attempting to catch up Java with different high-level concurrency concepts (JSR166, JSR 166y)</li> <li><a href="http://www.javaconcurrencyinpractice.com/" rel="noreferrer">Java Concurrency in Practice</a> (doesn't meet the criteria of C++/C#)</li> <li><a href="http://www.cl.cam.ac.uk/research/srg/netos/lock-free/" rel="noreferrer">Partial Lock-Free data structures</a> </li> <li><a href="http://www.manning.com/williams/" rel="noreferrer">C++ Concurrency in Action</a> - will cover multithreading from modern C++ point of view</li> <li><a href="http://herbsutter.wordpress.com/" rel="noreferrer">Herb Sutter about concurrency</a></li> <li>C++0x proposals, for example <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2709.html" rel="noreferrer">N2709</a>, <a href="http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2744.html" rel="noreferrer">N2744</a>, etc.</li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload