Java Concurrency in Practice. Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls

Java Concurrency in Practice


Java.Concurrency.in.Practice.pdf
ISBN: 0321349601,9780321349606 | 384 pages | 10 Mb


Download Java Concurrency in Practice



Java Concurrency in Practice Brian Goetz, David Holmes, Doug Lea, Joseph Bowbeer, Joshua Bloch, Tim Peierls
Publisher: Addison-Wesley Professional




To do serious concurrent work in an JVM environment is different and it will thus require different knowledge. One more book to the java list. Java Concurrency in Practice: Brian Goetz, Tim Peierls Brian Goetz is a software consultant with twenty years industry experience, with over 75 articles on Java development. I was always a little bit scared of threaded code, but we have a small amount at work, so I figured I'd better get my head around it. Dion Almaer, former editor of TheServerSide, recently blogged (after a painful debugging session that ultimately revealed a threading bug) that most Java programs are so rife with concurrency bugs that they work only "by accident". He is one of the primary members of the Java . After many trials and errors, I highly recommend clicking around in the Java 5 JavaDocs for the java.util.concurrent or searching for anything written by Brian Goetz, including his book, Java Concurrency In Practice. We all know that immutability of shared objects is a good thing for application concurrency (If you don't know that, check out Java: Concurrency In Practice by Brian Goetz). Writing code that effectively exploits multiple processors can be very challenging. One way to obtain this knowledge would be to read books like "Java Concurrency in Practice". I recently finished reading Java Concurrency in Practice. Mes chers lecteurs, J'ai le plaisir de vous annoncer que je devrais, en 2012, ajouter une nouvelle corde � mon arc, en l'occurrence une nouvelle formation : Java Concurrency In. IMHO, the classic “Java Concurrency in Practice” is for advanced level, its snippet code is followed by a few pages of explanations is great, but not suitable for anyone. I've recently purchased a copy of Java Concurrency in Practice.