Автор
Doug Lea
  • 3 книги
  • 35 читателей
4.7
32оценки
Рейтинг автора складывается из оценок его книг. На графике показано соотношение положительных, нейтральных и негативных оценок.
4.7
32оценки
5 24
4 7
3 1
2 0
1 0
без
оценки
7

Doug Lea – лучшие книги

  • Java Concurrency in Practice Joshua Bloch
    ISBN: 0321349601
    Год издания: 2006
    Издательство: Addison-Wesley Professional
    Язык: Русский
    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 Programming in Java(TM): Design Principles and Pattern Doug Lea
    ISBN: 0201310090
    Год издания: 1999
    Издательство: Prentice Hall PTR
    Язык: Русский
    In this second edition, you will find thoroughly updated coverage of the Java(tm) 2 platform and new or expanded coverage of:

    - Memory model;
    - Cancellation;
    - Portable parallel programming;
    - Utility classes for concurrency control.
    The Java platform provides a broad and powerful set of APIs, tools, and technologies. One of its most powerful capabilities is the built-in support for threads. This makes concurrent programming an attractive yet challenging option for programmers using the Java programming language. This book shows readers how to use the Java platform's threading model more precisely by helping them to understand the patterns and tradeoffs associated with concurrent programming. You will learn how to initiate, control, and coordinate concurrent activities using the class java.lang.Thread, the keywords synchronized and volatile, and the methods wait, notify, and notifyAll. In addition, you will find detailed coverage of all aspects of concurrent programming, including suchtopics as confinement and synchronization, deadlocks and conflicts, state-dependent action control, asynchronous message passing and control flow, coordinated interaction, and structuring web-based and computational services. The book targets intermediate to advanced programmers interested in mastering the complexities of concurrent programming. Taking a design pattern approach, the book offers standard design techniques for creating and implementing components that solve common concurrent programming challenges. The numerous code examples throughout help clarify the subtleties of the concurrent programming concepts discussed.