Logo

Concurrent Programming Using Java

Small book cover: Concurrent Programming Using Java

Concurrent Programming Using Java
by

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.

Home page url

Download or read it online for free here:
Read online
(online html)

Similar books

Book cover: Programming Principles in Java: Architectures and InterfacesProgramming Principles in Java: Architectures and Interfaces
by - Kansas State University
Textbook for future professional programmers. They should understand how to employ three forms of structure: control structures, data structures, and component structures. The author emphasizes component structures over the other two forms.
(24974 views)
Book cover: Foundations of Jini 2 ProgrammingFoundations of Jini 2 Programming
by - Apress
Jini grew from early work in Java to make distributed computing easier. This is the perfect book for Java programmers interested in applying Jini toward their respective network applications. Author covers comprehensive Jini advancements.
(15428 views)
Book cover: Securing Java: Getting Down to Business with Mobile CodeSecuring Java: Getting Down to Business with Mobile Code
by - Wiley
Securing Java is the book on mobile code and security, it includes many things the authors discovered while working on real-world systems with businesses and government agencies. The book should appeal to experts and beginners alike.
(17660 views)
Book cover: Java Based Real Time ProgrammingJava Based Real Time Programming
by - Lunds Universitet
This book documents how to carry out safe, flexible, portable and free programming of embedded systems, such that the software without modifications can run on both small embedded devices as well as on standard Java platform.
(7605 views)