Concurrent Programming Using Java
by Stephen J. Hartley
2005
Description:
This is an introduction to using the Java programming language in concurrent or multithreaded applications. The context is the process synchronization material and related concurrent programming in operating systems courses as opposed to software engineering. Topics covered are race conditions when threads share data, critical sections, mutual exclusion, semaphores, monitors, message passing, the rendezvous, remote procedure calls, distributed or network programming, and parallel processing.
Download or read it online for free here:
Read online
(online html)
Similar books
Programming Neural Networks with Encog3 in Java
by Jeff Heaton - Heaton Research
The book is an introduction to Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques are also introduced.
(19021 views)
by Jeff Heaton - Heaton Research
The book is an introduction to Neural Networks and Artificial Intelligence. Neural network architectures, such as the feedforward, Hopfield, and self-organizing map architectures are discussed. Training techniques are also introduced.
(19021 views)
The Java Language Specification
by James Gosling, Bill Joy, Guy Steele, Gilad Bracha - Prentice Hall PTR
Written by the inventors of the technology, this book provides complete, accurate, and detailed coverage of the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you.
(25773 views)
by James Gosling, Bill Joy, Guy Steele, Gilad Bracha - Prentice Hall PTR
Written by the inventors of the technology, this book provides complete, accurate, and detailed coverage of the Java programming language. If you want to know the precise meaning of the language's constructs, this is the source for you.
(25773 views)
Object Oriented Programming using Java
by Simon Kendal - BookBoon
This book will explain the Object Oriented approach to programming and through the use of small exercises develop some practical skills. At the end of the book one larger case study will be used to illustrate the application of the techniques.
(19345 views)
by Simon Kendal - BookBoon
This book will explain the Object Oriented approach to programming and through the use of small exercises develop some practical skills. At the end of the book one larger case study will be used to illustrate the application of the techniques.
(19345 views)
Building Back-End Web Apps with Java, JPA and JSF
by Gerd Wagner, Mircea Diaconescu - web-engineering.info
This book shows how to build back-end web applications with Java, JPA and JSF. The book comes with the complete Java source code of six example apps that you can download or run from our server. The focus are general information management concepts.
(8661 views)
by Gerd Wagner, Mircea Diaconescu - web-engineering.info
This book shows how to build back-end web applications with Java, JPA and JSF. The book comes with the complete Java source code of six example apps that you can download or run from our server. The focus are general information management concepts.
(8661 views)