<?xml version="1.0" encoding="UTF-8"?>
<GoodreadsResponse>
	<Request>
		<authentication>false</authentication>
		    <method><![CDATA[]]></method>
	</Request>
	
<book>
  <id>127932</id>
  <title><![CDATA[Java Concurrency in Practice]]></title>
  <isbn><![CDATA[0321349601]]></isbn>
  <isbn13><![CDATA[9780321349606]]></isbn13>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <description><![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]></description>
  <work>
  <best_book_id type="integer">127932</best_book_id>
  <books_count type="integer">1</books_count>
  <desc_user_id type="integer" nil="true"></desc_user_id>
  <id type="integer">123207</id>
  <media_type nil="true"></media_type>
  <original_language_id type="integer" nil="true"></original_language_id>
  <original_publication_day type="integer">19</original_publication_day>
  <original_publication_month type="integer">5</original_publication_month>
  <original_publication_year type="integer">2006</original_publication_year>
  <original_title>Java Concurrency in Practice</original_title>
  <rating_dist>total:34|5:15|4:16|3:3|2:0|1:0|</rating_dist>
  <ratings_count type="integer">34</ratings_count>
  <ratings_sum type="integer">148</ratings_sum>
  <reviews_count type="integer">77</reviews_count>
  <text_reviews_count type="integer">7</text_reviews_count>
</work>

  <average_rating><![CDATA[4.35]]></average_rating>
  <ratings_count><![CDATA[34]]></ratings_count>
  <text_reviews_count><![CDATA[7]]></text_reviews_count>
  
  <url><![CDATA[http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice]]></url>
  <link><![CDATA[http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice]]></link>
  <authors>
    <author>
    <id>73409</id>
        <name><![CDATA[Brian Goetz]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/73409.Brian_Goetz]]></link>
    <average_rating>4.25</average_rating>
    <ratings_count>36</ratings_count>
    <text_reviews_count>8</text_reviews_count>
  </author>
    <author>
    <id>60805</id>
        <name><![CDATA[Joshua Bloch]]></name>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto/nophoto-U-200x266.jpg]]></image_url>
    <link><![CDATA[http://www.goodreads.com/author/show/60805.Joshua_Bloch]]></link>
    <average_rating>4.40</average_rating>
    <ratings_count>181</ratings_count>
    <text_reviews_count>38</text_reviews_count>
  </author>
  </authors>
    <reviews start="1" end="20" total="77">
      <review>
  <id>51114920</id>
    <user>
    <id>2105025</id>
    <name><![CDATA[David]]></name>
    <location><![CDATA[Mission, KS]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2105025-david-edwards]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1245386143p3/2105025.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="programming" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Mar 31 22:36:17 -0700 2009</date_added>
  <date_updated>Tue Mar 31 22:39:00 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[A very thorough discussion on general concurrency topics even though the text is geared towards the Java.<br/>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/51114920]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/51114920]]></link>
</review>
      <review>
  <id>41266116</id>
    <user>
    <id>266149</id>
    <name><![CDATA[Fogus]]></name>
    <location><![CDATA[Washington, DC]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/266149-fogus]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1186754621p3/266149.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="2009_read" />
          <shelf name="computing" />
          <shelf name="favorites" />
          <shelf name="to-read-again" />
      </shelves>
  <recommended_for><![CDATA[Java programmers]]></recommended_for>
  <recommended_by><![CDATA[Rich Hickey]]></recommended_by>
  <read_at>Fri May 15 00:00:00 -0700 2009</read_at>
  <date_added>Tue Dec 30 03:14:27 -0800 2008</date_added>
  <date_updated>Fri May 15 12:11:03 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[Wow, this was a damn fine book.  For anyone exposed to the pre-Java5 concurrency support (implicit locking and volatile) this is an eye-opener.  Goetz and company systematically deconstruct a bevy of poorly constructed &quot;concurrent&quot; source and provide tips and approaches to simplify concurr...<a href="http://www.goodreads.com/review/show/41266116">more...</a>]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/41266116]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/41266116]]></link>
</review>
      <review>
  <id>15169805</id>
    <user>
    <id>898152</id>
    <name><![CDATA[Bradley]]></name>
    <location><![CDATA[San Francisco, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/898152-bradley-schaefer]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1202764734p3/898152.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Fri Feb 01 00:00:00 -0800 2008</read_at>
  <date_added>Mon Feb 11 13:19:49 -0800 2008</date_added>
  <date_updated>Mon Mar 24 10:51:51 -0700 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[Great book, I recommend it to anybody who is doing any kind of threaded programming in java.  It's good both to read straight through, and makes a great reference too.<br/><br/>This makes me very excited to check out Doug Lea's fork/join framework]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/15169805]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/15169805]]></link>
</review>
      <review>
  <id>13882867</id>
    <user>
    <id>846911</id>
    <name><![CDATA[Gerard]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/846911-gerard]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="currently-reading" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Jan 28 18:20:47 -0800 2008</date_added>
  <date_updated>Mon Jan 28 18:22:53 -0800 2008</date_updated>
  <read_count></read_count>
    <body><![CDATA[If I mark more things that I should remember when coding up a program with threads there won't be much of the book left.  Tons of tidbits explaining how to use Java's new concurrency libraries to write great code.  On pg 224/354.]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/13882867]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/13882867]]></link>
</review>
      <review>
  <id>35318276</id>
    <user>
    <id>1621196</id>
    <name><![CDATA[Demian]]></name>
    <location><![CDATA[Denver, CO]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1621196-demian]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sun Oct 04 18:08:25 -0700 2009</read_at>
  <date_added>Tue Oct 14 15:42:09 -0700 2008</date_added>
  <date_updated>Sun Oct 04 18:08:25 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[This book is great, Goetz is the man but ugh, it so hard getting through this.  I'm shelving it for now in favor of Grails/ git/ Android.]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/35318276]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/35318276]]></link>
</review>
      <review>
  <id>37544413</id>
    <user>
    <id>236382</id>
    <name><![CDATA[Darrick]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/236382-darrick]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="2" />
          <shelf name="paper" />
          <shelf name="technical" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Thu May 28 00:00:00 -0700 2009</read_at>
  <date_added>Wed Nov 12 13:35:15 -0800 2008</date_added>
  <date_updated>Thu May 28 08:35:09 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[These books always remind me about all the things I'm doing wrong! I'll be referring to this book constantly!]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/37544413]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/37544413]]></link>
</review>
      <review>
  <id>26707438</id>
    <user>
    <id>1257809</id>
    <name><![CDATA[Eric]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1257809-eric]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1214073131p3/1257809.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Sun Jan 04 18:09:18 -0800 2009</read_at>
  <date_added>Tue Jul 08 18:54:23 -0700 2008</date_added>
  <date_updated>Sun Jan 04 18:09:18 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[I'm finding this to be an indispensable reference to concurrent programming in Java.]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/26707438]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/26707438]]></link>
</review>
      <review>
  <id>81636814</id>
    <user>
    <id>2593740</id>
    <name><![CDATA[Nikhil]]></name>
    <location><![CDATA[Mountain View, CA]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2593740-nikhil]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Dec 21 03:11:35 -0800 2009</date_added>
  <date_updated>Mon Dec 21 03:11:35 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/81636814]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/81636814]]></link>
</review>
      <review>
  <id>80957385</id>
    <user>
    <id>3042150</id>
    <name><![CDATA[Mebubo]]></name>
    <location><![CDATA[Saint Petersburg, 66, Russian Federation]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/3042150-mebubo]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Dec 14 07:49:07 -0800 2009</date_added>
  <date_updated>Mon Dec 14 07:49:07 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/80957385]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/80957385]]></link>
</review>
      <review>
  <id>79965480</id>
    <user>
    <id>1083931</id>
    <name><![CDATA[Geoffrey]]></name>
    <location><![CDATA[Jersey City, NJ]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1083931-geoffrey-cheng]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sat Dec 05 08:17:30 -0800 2009</date_added>
  <date_updated>Sat Dec 05 08:17:30 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/79965480]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/79965480]]></link>
</review>
      <review>
  <id>78825648</id>
    <user>
    <id>145064</id>
    <name><![CDATA[پسرايروني]]></name>
    <location><![CDATA[tehran, AmirAbad, Iran, Islamic Republic of]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/145064]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1259047581p3/145064.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>4</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="برنامه‌نويسي" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Nov 24 00:59:31 -0800 2009</date_added>
  <date_updated>Tue Nov 24 00:59:31 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78825648]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78825648]]></link>
</review>
      <review>
  <id>78710001</id>
    <user>
    <id>2112261</id>
    <name><![CDATA[★★★★★]]></name>
    <location><![CDATA[The United States]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2112261]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1241023589p3/2112261.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="wishlist" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Nov 22 22:54:38 -0800 2009</date_added>
  <date_updated>Sun Nov 22 22:54:38 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78710001]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78710001]]></link>
</review>
      <review>
  <id>78641251</id>
    <user>
    <id>2268395</id>
    <name><![CDATA[Lars]]></name>
    <location><![CDATA[Stockholm, 26, Sweden]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2268395-lars-westergren]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1240998053p3/2268395.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Sun Nov 22 11:29:06 -0800 2009</date_added>
  <date_updated>Sun Nov 22 11:29:06 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78641251]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78641251]]></link>
</review>
      <review>
  <id>78190916</id>
    <user>
    <id>2956955</id>
    <name><![CDATA[Ruben]]></name>
    <location><![CDATA[Brussels, 02, Belgium]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2956955-ruben]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1258558865p3/2956955.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Nov 18 08:23:02 -0800 2009</date_added>
  <date_updated>Wed Nov 18 08:23:02 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/78190916]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/78190916]]></link>
</review>
      <review>
  <id>77188005</id>
    <user>
    <id>2925212</id>
    <name><![CDATA[Roses]]></name>
    <location><![CDATA[Saudi Arabia]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2925212-roses-dew]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1257771268p3/2925212.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Nov 09 05:00:57 -0800 2009</date_added>
  <date_updated>Mon Nov 09 05:00:57 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/77188005]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/77188005]]></link>
</review>
      <review>
  <id>75997497</id>
    <user>
    <id>2680553</id>
    <name><![CDATA[Rd]]></name>
    <location><![CDATA[Bangalore, 19, India]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2680553-rd]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Wed Oct 28 08:00:14 -0700 2009</date_added>
  <date_updated>Wed Oct 28 08:00:14 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/75997497]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/75997497]]></link>
</review>
      <review>
  <id>75917645</id>
    <user>
    <id>1401974</id>
    <name><![CDATA[Toby]]></name>
    <location><![CDATA[Canada]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/1401974-toby]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-U-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Tue Oct 27 13:01:47 -0700 2009</date_added>
  <date_updated>Tue Oct 27 13:01:47 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/75917645]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/75917645]]></link>
</review>
      <review>
  <id>75086386</id>
    <user>
    <id>2794993</id>
    <name><![CDATA[Joe]]></name>
    <location><![CDATA[Denison, TX]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2794993-joe-white]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>0</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
          <shelf name="java" />
          <shelf name="on-shelf" />
          <shelf name="to-read" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Mon Oct 19 20:20:54 -0700 2009</date_added>
  <date_updated>Mon Oct 19 20:20:54 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/75086386]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/75086386]]></link>
</review>
      <review>
  <id>73949785</id>
    <user>
    <id>749651</id>
    <name><![CDATA[Andrew]]></name>
    <location><![CDATA[Sheffield, The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/749651-andrew-hughes]]></link>
    <image_url><![CDATA[http://photo.goodreads.com/users/1255917263p3/749651.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="computer-science" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at>Tue Jan 01 00:00:00 -0800 2008</read_at>
  <date_added>Fri Oct 09 04:34:04 -0700 2009</date_added>
  <date_updated>Tue Nov 10 03:09:35 -0800 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/73949785]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/73949785]]></link>
</review>
      <review>
  <id>72439605</id>
    <user>
    <id>2772722</id>
    <name><![CDATA[Henry]]></name>
    <location><![CDATA[Cambridge, C3, The United Kingdom]]></location>
    <link><![CDATA[http://www.goodreads.com/user/show/2772722-henry-robinson]]></link>
    <image_url><![CDATA[http://www.goodreads.com/images/nophoto-M-111x148.jpg]]></image_url>
  </user>
    <book>
  <id type="integer">127932</id>
  <isbn>0321349601</isbn>
  <isbn13>9780321349606</isbn13>
  <text_reviews_count type="integer">7</text_reviews_count>
  <title>
    <![CDATA[Java Concurrency in Practice]]>
  </title>
  <image_url>http://photo.goodreads.com/books/1171944467m/127932.jpg</image_url>
  <link>http://www.goodreads.com/book/show/127932.Java_Concurrency_in_Practice</link>
  <average_rating>4.35</average_rating>
  <ratings_count>34</ratings_count>
  <description>
    <![CDATA[&quot;I was fortunate indeed to have worked with a fantastic team on the design and implementation of the concurrency features added to the Java platform in Java 5.0 and Java 6. Now this same team provides the best explanation yet of these new features, and of concurrency in general. Concurrency is no longer a subject for advanced users only. Every Java developer should read this book.&quot; --Martin Buchholz JDK Concurrency Czar, Sun Microsystems  &quot;For the past 30 years, computer performance has been driven by Moore's Law; from now on, it will be driven by Amdahl's Law. Writing code that effectively exploits multiple processors can be very challenging. Java Concurrency in Practice provides you with the concepts and techniques needed to write safe and scalable Java programs for today's--and tomorrow's--systems.&quot; --Doron Rajwan Research Scientist, Intel Corp  &quot;This is the book you need if you're writing--or designing, or debugging, or maintaining, or contemplating--multithreaded Java programs. If you've ever had to synchronize a method and you weren't sure why, you owe it to yourself and your users to read this book, cover to cover.&quot;  --Ted Neward Author of Effective Enterprise Java  &quot;Brian addresses the fundamental issues and complexities of concurrency with uncommon clarity. This book is a must-read for anyone who uses threads and cares about performance.&quot; --Kirk Pepperdine CTO, <a rel="nofollow" target="_blank" href="http://JavaPerformanceTuning.com">JavaPerformanceTuning.com</a>  &quot;This book covers a very deep and subtle topic in a very clear and concise way, making it the perfect Java Concurrency reference manual. Each page is filled with the problems (and solutions!) that programmers struggle with every day. Effectively exploiting concurrency is becoming more and more important now that Moore's Law is delivering more cores but not faster cores, and this book will show you how to do it.&quot; --Dr. Cliff Click Senior Software Engineer, Azul Systems  &quot;I have a strong interest in concurrency, and have probably written more thread deadlocks and made more synchronization mistakes than most programmers. Brian's book is the most readable on the topic of threading and concurrency in Java, and deals with this difficult subject with a wonderful hands-on approach.  This is a book I am recommending to all my readers of The Java Specialists' Newsletter, because it is interesting, useful, and relevant to the problems facing Java developers today.&quot; --Dr. Heinz Kabutz The Java Specialists' Newsletter  &quot;I've focused a career on simplifying simple problems, but this book ambitiously and effectively works to simplify a complex but critical subject: concurrency. Java Concurrency in Practice is revolutionary in its approach, smooth and easy in style, and timely in its delivery--it's destined to be a very important book.&quot; --Bruce Tate Author of Beyond Java  &quot;Java Concurrency in Practice is an invaluable compilation of threading know-how for Java developers. I found reading this book intellectually exciting, in part because it is an excellent introduction to Java's concurrency API, but mostly because it captures in a thorough and accessible way expert knowledge on threading not easily found elsewhere.&quot; --Bill Venners Author of Inside the Java Virtual Machine  Threads are a fundamental part of the Java platform. As multicore processors become the norm, using concurrency effectively becomes essential for building high-performance applications.  Java SE 5 and 6 are a huge step forward for the development of concurrent applications, with improvements to the Java Virtual Machine to support high-performance, highly scalable concurrent classes and a rich set of new concurrency building blocks. In Java Concurrency in Practice, the creators of these new facilities explain not only how they work and how to use them, but also the motivation and design patterns behind them.  However, developing, testing, and debugging multithreaded programs can still be very difficult; it is all too easy to create concurrent programs that appear to work, but fail when it matters most: in production, under heavy load. Java Concurrency in Practice arms readers with both the theoretical underpinnings and concrete techniques for building reliable, scalable, maintainable concurrent applications. Rather than simply offering an inventory of concurrency APIs and mechanisms, it provides design rules, patterns, and mental models that make it easier to build concurrent programs that are both correct and performant.  This book covers: *Basic concepts of concurrency and thread safety *Techniques for building and composing thread-safe classes *Using the concurrency building blocks in java.util.concurrent *Performance optimization dos and don'ts *Testing concurrent programs *Advanced topics such as atomic variables, nonblocking algorithms, and the Java Memory Model]]>
  </description>
</book>

    <rating>5</rating>
  <votes>0</votes>
  <spoiler_flag>false</spoiler_flag>
  <shelves>
    
      <shelf name="read" />
    
          <shelf name="computer-science" />
      </shelves>
  <recommended_for><![CDATA[]]></recommended_for>
  <recommended_by><![CDATA[]]></recommended_by>
  <read_at></read_at>
  <date_added>Fri Sep 25 06:44:20 -0700 2009</date_added>
  <date_updated>Fri Sep 25 06:44:20 -0700 2009</date_updated>
  <read_count></read_count>
    <body><![CDATA[]]></body>
    
  <url><![CDATA[http://www.goodreads.com/review/show/72439605]]></url>
  <link><![CDATA[http://www.goodreads.com/review/show/72439605]]></link>
</review>
    </reviews>
  <popular_shelves>
          <shelf name="to-read" />
          <shelf name="currently-reading" />
          <shelf name="computer-science" />
          <shelf name="programming" />
          <shelf name="computers" />
          <shelf name="java" />
          <shelf name="comp-sci" />
          <shelf name="برنامه-نويسي" />
          <shelf name="on-shelf" />
      </popular_shelves>
  <book_links>
    <book_link>
  <id>8</id>
  <name><![CDATA[WorldCat]]></name>
  <link>http://www.goodreads.com/book_link/follow/8?book_id=127932</link>
</book_link>
  </book_links>
</book>
</GoodreadsResponse>