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: Java in a NutshellJava in a Nutshell
by - O'Reilly
This complete quick reference covers all the classes in the Java 1.1 API, with the exception of the Enterprise APIs, making it the only quick reference that a Java programmer needs. The bestselling Java book is now better than ever.
(20730 views)
Book cover: Java Language ReferenceJava Language Reference
by - O'Reilly
The book goes into great detail about every aspect of the Java programming language, from the definition of data types to the syntax of expressions and control structures. The goal is to help you understand all of the subtle nuances of Java.
(15556 views)
Book cover: Java for Small TeamsJava for Small Teams
by - GitBook
This book is an attempt to capture what good Java code looks like and the practices that help produce it. Tis document is intended for anyone, from developers writing Java for the first time through to seasoned technical leads serving multiple teams.
(6496 views)
Book cover: Java PreciselyJava Precisely
by - IT University of Copenhagen
This is a concise description of the Java programming language, version 1.1 and later. It is a quick reference for the reader who has already learned (or is learning) Java from a standard textbook and who wants to know the language in more detail.
(22098 views)