Concurrent and distributed computing in Java /
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...
Clasificación: | Libro Electrónico |
---|---|
Autor principal: | |
Formato: | Electrónico eBook |
Idioma: | Inglés |
Publicado: |
[Piscataway, N.J.?] : Hoboken, N.J. :
IEEE Press ; Wiley-Interscience,
©2004.
|
Temas: | |
Acceso en línea: | Texto completo |
Tabla de Contenidos:
- Mutual exclusion problem
- Synchronization primitives
- Consistency conditions
- Wait-free synchronization
- Distributed programming
- Models and clocks
- Resource allocation
- Global snapshot
- Global properties
- Detecting termination and deadlocks
- Message ordering
- Leader election
- Synchronizers
- Agreement
- Transactions
- Recovery
- Self-stabilization.