, , e.a.

Java Concurrency in Practice

Specificaties
Paperback, 403 blz. | Engels
Addison Wesley | 1e druk, 2006
ISBN13: 9780321349606
Rubricering
Hoofdrubriek : Computer en informatica
Addison Wesley 1e druk, 2006 9780321349606
Gratis verzonden | Verwachte levertijd ongeveer 11 werkdagen

Samenvatting

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

Specificaties

ISBN13:9780321349606
Taal:Engels
Bindwijze:paperback
Aantal pagina's:403
Druk:1

Inhoudsopgave

Listings
Preface

1. Introduction

Part 1: Fundamentals
2. Thread safety
3. sharing objects
4. Compositing objects
5. Building blocks

Part 2: Structuring concurrent applications
6. Task execution
7. Cancellation and shutdown
8. Applying thread pools
9. GUI applications

Part 3: Liveness, performance, and testing
10. Avoiding liveness hazards
11. Performance and scalability
12. Testing concurrent programs

Part 4: Advanced topics
13. Explicit locks
14. Building custom synchronizers
15. Atomic variables and Nonblocking synchronization
16. The Java memory model

A: Annotations for concurrency

Bibliography
Index

Net verschenen

Rubrieken

Populaire producten

    Personen

      Trefwoorden

        Java Concurrency in Practice