Gå direkte til innholdet

Sommersalg på pocket fra 79,- »

Til startsiden
Søk etter din neste leseopplevelse
Java Concurrency in Practice
Spar

Java Concurrency in Practice

581,-
Sendes om 1 virkedag

"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."
--Martin Buchholz
JDK Concurrency Czar, Sun Microsystems

"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."
--Doron Rajwan
Research Scientist, Intel Corp

"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."
--Ted Neward
Author of Effective Enterprise Java

"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."
--Kirk Pepperdine
CTO, JavaPerformanceTuning.com

"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."
--Dr. Cliff Click
Senior Software Engineer, Azul Systems

"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."
--Dr. Heinz Kabutz
The Java Specialists' Newsletter

"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."
--Bruce Tate
Author of Beyond Java

"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."
--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


Andre har også sett på

  • Gå til Mom, I Want to Hear Your Storys produktside
    Bokomslag for Mom, I Want to Hear Your Story
    Jeffrey Mason
    pocket
  • Gå til Babyjournalen. Små og store begivenheter i barnets første års produktside
    Bokomslag for Babyjournalen. Små og store begivenheter i barnets første år
    Marte Lindstad Næss
    almanakk/dagbok
  • Gå til A Little History of the Worlds produktside
    Bokomslag for A Little History of the World
    E. H. Gombrich
    pocket
  • Gå til Barnehageplanlegger 2025 - 2026s produktside
    Bokomslag for Barnehageplanlegger 2025 - 2026
    øvrig
  • Gå til Planleggerens produktside
    Bokomslag for Planleggeren
    Runar Ragnarson Brataas
    øvrig
  • Gå til Nattankares produktside
    Bokomslag for Nattankare
    Kristina Ohlsson
    innbundet
  • Gå til Paletas : pinnglass på latinamerikanskt viss produktside
    Bokomslag for Paletas : pinnglass på latinamerikanskt vis
    Midlertidig utsolgt
    Maria Borda
    innbundet
  • Gå til Boken om meg - 300 spørsmål som utgjør en livshistories produktside
    Bokomslag for Boken om meg - 300 spørsmål som utgjør en livshistorie
    Stefan Ekberg
    innbundet
  • Gå til Jeg er ikke sint!s produktside
    Bokomslag for Jeg er ikke sint!
    Jan Christian Olsen
    heftet
  • Gå til Nuclear Wars produktside
    Bokomslag for Nuclear War
    Annie Jacobsen
    innbundet
  • Gå til Fra uro til ros produktside
    Bokomslag for Fra uro til ro
    Ann-Karin Bakken, Kaja Næss Johannessen
    heftet

Du vil kanskje like

  • Gå til Leave Me Behinds produktside
    K M Moronova
    pocket
  • Gå til How to Win Friends and Influence Peoples produktside
    Dale Carnegie
    heftet
  • Gå til Dad, I Want to Hear Your Story (Expanded Edition)s produktside
    Jeffrey Mason
    heftet
  • Gå til Feathers so Viciouss produktside
    LIV Zander
    pocket
  • Gå til I Who Have Never Known Mens produktside
    Jacqueline Harpman
    pocket
  • Gå til Dad, I Want to Hear Your Storys produktside
    Jeffrey Mason
    innbundet
  • Gå til Unscripteds produktside
    Mj DeMarco
    pocket
  • Gå til Mom, I Want to Hear Your Storys produktside
    Jeffrey Mason
    pocket
  • Gå til Hold on to Your Kidss produktside
    Gabor Maté, Gordon Neufeld
    pocket
  • Gå til 1984s produktside
    George Orwell
    heftet
  • Gå til Paladin's Graces produktside
    T. Kingfisher
    pocket

Anbefalt for deg

  • Gå til Designing Data-Intensive Applicationss produktside
    Bokomslag for Designing Data-Intensive Applications
    Martin Kleppmann
    heftet
  • Gå til Effective Javas produktside
    Bokomslag for Effective Java
    Joshua Bloch
    heftet
  • Gå til Minecraft: The Complete Handbook Collections produktside
    Bokomslag for Minecraft: The Complete Handbook Collection
    øvrig
  • Gå til Knekk ChatGPT-kodens produktside
    Bokomslag for Knekk ChatGPT-koden
    Per Kristian Bjørkeng
    innbundet
  • Gå til Python Crash Course, 3rd Editions produktside
    Bokomslag for Python Crash Course, 3rd Edition
    Eric Matthes
    heftet
  • Gå til Coding with Roblox Lua in 24 Hourss produktside
    Bokomslag for Coding with Roblox Lua in 24 Hours
    Official Roblox Books(Pearson)
    heftet
  • Gå til Elden Ring Official Strategy Guide, Vol. 3s produktside
    Bokomslag for Elden Ring Official Strategy Guide, Vol. 3
    innbundet
  • Gå til Domain-Driven Designs produktside
    Bokomslag for Domain-Driven Design
    Eric Evans
    innbundet
  • Gå til Koding for alle i JavaScripts produktside
    Bokomslag for Koding for alle i JavaScript
    Terje Kolderup
    heftet
  • Gå til Beyond The Basic Stuff With Pythons produktside
    Bokomslag for Beyond The Basic Stuff With Python
    Al Sweigart
    heftet
  • Gå til Ubuntu 24.04 LTS Desktops produktside
    Bokomslag for Ubuntu 24.04 LTS Desktop
    Richard Petersen
    heftet
  • Gå til Data Minings produktside
    Bokomslag for Data Mining
    Charu C. Aggarwal
    heftet

Mer om Adlibris

Om Adlibris

Vi er Nordens største nettbokhandel, og tilbyr over 13 millioner boktitler og det meste av det beste innen spill, leker, hobby og garn. Vår misjon er å være en moderne bokhandel for alle bokelskere: et innbydende sted for lesing, læring og skaping. Det er hva som driver oss, hver dag. Adlibris er en del av Bonnier Group.

  • Alltid gode priser

  • Fri frakt over 299,-

  • Nordens største bokhandel

Meld deg på nyhetsbrev

Motta våre beste boktips, nyheter og gode tilbud. Registrer deg nå, og få 10% rabatt på det første kjøpet ditt. Tilbudet gjelder kun nye abonnenter og privatkunder. Rabatten gjelder ikke norske bøker utgitt 2024, fag- og studielitteratur, digitale bøker og gavekort.