Cantitate/Preț
Produs

Modern Multithreading – Implementing, Testing and Debugging Multithreaded Java and C++/Pthreads/Win3 2 Programs

Autor RH Carver
en Limba Engleză Paperback – 10 noi 2005
Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills. Moreover, the textbook sets itself apart from other comparable works by helping readers to become proficient in key testing and debugging techniques. Among the topics covered, readers are introduced to the relevant aspects of Java, the POSIX Pthreads library, and the Windows Win32 Applications Programming Interface. The authors have developed and fine-tuned this book through the concurrent programming courses they have taught for the past twenty years. The material, which emphasizes practical tools and techniques to solve concurrent programming problems, includes original results from the authors' research. Chapters include: * Introduction to concurrent programming * The critical section problem * Semaphores and locks * Monitors * Message-passing * Message-passing in distributed programs * Testing and debugging concurrent programs As an aid to both students and instructors, class libraries have been implemented to provide working examples of all the material that is covered. These libraries and the testing techniques they support can be used to assess student-written programs. Each chapter includes exercises that build skills in program writing and help ensure that readers have mastered the chapter's key concepts. The source code for all the listings in the text and for the synchronization libraries is also provided, as well as startup files and test cases for the exercises. This textbook is designed for upper-level undergraduates and graduate students in computer science. With its abundance of practical material and inclusion of working code, coupled with an emphasis on testing and debugging, it is also a highly useful reference for practicing programmers.
Citește tot Restrânge

Preț: 67568 lei

Preț vechi: 84460 lei
-20% Nou

Puncte Express: 1014

Preț estimativ în valută:
12932 13327$ 10918£

Carte tipărită la comandă

Livrare economică 04-18 martie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780471725046
ISBN-10: 0471725048
Pagini: 480
Dimensiuni: 160 x 236 x 25 mm
Greutate: 0.66 kg
Editura: Wiley
Locul publicării:Hoboken, United States

Public țintă

Upper–level undergraduate and graduate students in Computer Science courses.  Main text in a concurrent programming course or supplementary text for an operating systems course. Programmers in industry.  The text emphasizes practical material, provides working code, and addresses testing and debugging problems, which is omitted in all trade publications for this audience.

Cuprins

Preface. 1. Introduction to Concurrent Programming. 2. The Critical Section Problem. 3. Semaphores and Locks. 4. Monitors. 5. Message-Passing. 6. Message-Passing in Distirbuted Programs. 7. Testing and Debugging Concurrent Programs. Further Readiing. References. Exercises. Index.

Descriere

Master the essentials of concurrent programming,including testing and debugging This textbook examines languages and libraries for multithreaded programming. Readers learn how to create threads in Java and C++, and develop essential concurrent programming and problem-solving skills.