<?xml version="1.0" encoding="UTF-8"?>
<!-- Generated on Fri, 25 May 2012 17:19:55 -0700 -->
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <atom:link href="http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/feed/" rel="self" type="application/rss+xml" />
    <title>Intel Software Network Comments Feed</title>
    <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers</link>
    <description></description>
    <language>en-us</language>
    <item>
      <title>By سبزه</title>
      <description><![CDATA[ this is good book
Professional Multicore Programming: Design and Implementation for C++ Developers 
Wrox | 2008-09-09 | ISBN: 0470289627 | 648 pages | PDF  ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-11531</link>
      <pubDate>Thu, 18 Dec 2008 13:10:00 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-11531</guid>
    </item>
    <item>
      <title>By Doug Holland (Intel)</title>
      <description><![CDATA[ You might also want to look at Concurrent Programming on Windows by Joe Duffy which is an awesome book.

See http://software.intel.com/en-us/blogs/2008/12/04/concurrent-programming-on-windows/ ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-11736</link>
      <pubDate>Mon, 22 Dec 2008 13:35:13 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-11736</guid>
    </item>
    <item>
      <title>By Aaron Tersteeg (Intel)</title>
      <description><![CDATA[ Doug,
Thank you for the recommendation. I have added the book to our list. Please keep the comments coming.
Aaron ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-16556</link>
      <pubDate>Fri, 23 Jan 2009 13:18:28 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-16556</guid>
    </item>
    <item>
      <title>By Tom Pattson</title>
      <description><![CDATA[ Finally, I bought a new book for beginners by Packt Publishing: "C# 2008 and 2005 Threaded Programming: Beginner’s Guide", by Gaston C. Hillar - http://www.packtpub.com/beginners-guide-for-C-sharp-2008-and-2005-threaded-programming/book

Amazon: http://www.amazon.com/2008-2005-Threaded-Programming-Beginners/dp/1847197108/ref=pd_rhf_p_t_2

The book is for beginner who want to exploit multi-core with C# 2005; 2008 and future 2010.

I read the book in one week and it has great exercises to help developers run in the multi-core jungle. Highly recommended.

I must also recommend Joe Duffy's book. However, it is already shown in the list.
 ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-17972</link>
      <pubDate>Tue, 03 Feb 2009 16:21:57 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-17972</guid>
    </item>
    <item>
      <title>By Phool Chandra</title>
      <description><![CDATA[ these book is valuable for a develope ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-20533</link>
      <pubDate>Tue, 03 Mar 2009 06:11:39 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-20533</guid>
    </item>
    <item>
      <title>By Intel Software Network Blogs &amp;raquo; Quick Overview of the Parallel Programming &amp;#038; Multi-Core Community</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-24335</link>
      <pubDate>Wed, 13 May 2009 21:07:20 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-24335</guid>
    </item>
    <item>
      <title>By Jed Wesley-Smith</title>
      <description><![CDATA[ Definitely recommend Maurice Herlihy and Nir Shavit's The Art of Multiprocessor Programming. It explains in great detail low level implementation of concurrency primitives and algorithms.

Amazon: http://www.amazon.com/Art-Multiprocessor-Programming-Maurice-Herlihy/dp/0123705916 ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33533</link>
      <pubDate>Thu, 29 Oct 2009 16:29:57 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33533</guid>
    </item>
    <item>
      <title>By Vladimir Sedach</title>
      <description><![CDATA[ The one book on parallel programming that remains essential is Carriero and Gelernter's _How to write parallel programs_: http://www.amazon.com/gp/product/026203171X?ie=UTF8&tag=vladimirsedac-20&linkCode=as2&camp=1789&creative=390957&creativeASIN=026203171X

It's a shame that it's not more widely known. ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33553</link>
      <pubDate>Thu, 29 Oct 2009 23:38:15 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33553</guid>
    </item>
    <item>
      <title>By Eggy</title>
      <description><![CDATA[ I second the recommendation to add "The Art of Multiprocessor Programming" to this list. It is an awesome book for Java programmers who want to exploit the multicore architecture for performance.  ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33792</link>
      <pubDate>Mon, 02 Nov 2009 00:24:17 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33792</guid>
    </item>
    <item>
      <title>By alex kamil</title>
      <description><![CDATA[ "Parallel Programming: Techniques and Applications Using Networked Workstations and Parallel Computers" (2nd Edition) by Barry Wilkinson and Michael Allen - this is one of the best books I've read on this topic, highly recommended ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33838</link>
      <pubDate>Mon, 02 Nov 2009 19:35:27 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-33838</guid>
    </item>
    <item>
      <title>By thiamchunkoh</title>
      <description><![CDATA[ The books being display on this webpage is a very good source for students, professionals, academias, and professors to learn, research and applied the concept of high performance computing, GRIDS, CLUSTERS and parallel programming, multicore programming as well as further research on the latest HPC virtualization and supercomputing architecture and programming theory and applied programming concept for pattern based analysis design technique in high performance computing model driven software engineering with both Linear and parallel programming paradigm with scalable computing theory and applied concept as well as concurrent processing with MIPLS high throughput in the TCP/IP Network with systolic array network for example..... ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-37019</link>
      <pubDate>Sat, 19 Dec 2009 02:42:16 -0800</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-37019</guid>
    </item>
    <item>
      <title>By concurrency books &amp;laquo; notepad blog</title>
      <description><![CDATA[ n/a ]]></description>
      <link>http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-62015</link>
      <pubDate>Sun, 17 Jul 2011 20:10:20 -0700</pubDate>
      <guid isPermaLink="true">http://software.intel.com/en-us/articles/technical-books-for-multi-core-software-developers/#comment-62015</guid>
    </item>
  </channel></rss>
