Seven concurrency models in seven weeks when threads unravel
Your software needs to leverage multiple cores, handle thousands of users and terabytes of data, and continue working in the face of both hardware and software failure. Concurrency and parallelism are the keys, and Seven Concurrency Models in Seven Weeks equips you for this new world. See how emergi...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Dallas, Texas :
Pragmatic Bookshelf
[2014]
|
Edición: | 1st edition |
Colección: | Pragmatic programmers.
|
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009629485706719 |
Tabla de Contenidos:
- Introduction
- Threads and locks
- Functional programming
- The Clojure way: separating identity from state
- Actors
- Communicating sequential processes
- Data parallelism
- The Lambda Architecture
- Wrapping up.