Cantitate/Preț
Produs

Concurrent and Distributed Computing in Java

De (autor)
Notă GoodReads:
en Limba Engleză Hardback – 05 Mar 2004
Concurrent and Distributed Computing in Java addresses fundamental concepts in concurrent computing with Java examples. The book consists of two parts. The first part deals with techniques for programming in shared-memory based systems. The book covers concepts in Java such as threads, synchronized methods, waits, and notify to expose students to basic concepts for multi-threaded programming. It also includes algorithms for mutual exclusion, consensus, atomic objects, and wait-free data structures. The second part of the book deals with programming in a message-passing system. This part covers resource allocation problems, logical clocks, global property detection, leader election, message ordering, agreement algorithms, checkpointing, and message logging. Primarily a textbook for upper-level undergraduates and graduate students, this thorough treatment will also be of interest to professional programmers.
Citește tot Restrânge

Preț: 54478 lei

Preț vechi: 76730 lei
-29%

Puncte Express: 817

Preț estimativ în valută:
10457 11184$ 9014£

Carte în stoc

Livrare din stoc 08 iunie

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780471432302
ISBN-10: 047143230X
Pagini: 336
Dimensiuni: 165 x 242 x 23 mm
Greutate: 0.59 kg
Editura: Wiley
Locul publicării: Hoboken, United States

Public țintă

Primarily a textbook for upper–level undergraduates and graduate students, this thorough treatment will also be of interest to professional programmers.

Cuprins

List of Figures. Preface. 1. Introduction. 2. Mutual Exclusion Problem. 3. Synchronization Primitives. 4. Consistency Conditions. 5. Wait-Free Synchronization. 6. Distributed Programming. 7. Models and Clocks. 8. Resource Allocation. 9. Global Snapshot. 10. Global Properties. 11. Detecting Termination and Deadlocks. 12. Message Ordering. 13. Leader Election. 14. Synchronizers. 15. Agreement. 16. Transactions. 17. Recovery. 18. Self-Stabilization. Appendix: Various Utility Classes. Bibliography. Index.