Concurrent Programming

The concurrent (simultaneous) execution of multiple interacting computational tasks. These tasks may be implemented as separate programs, or as a set of processes or threads created by a single program.

All categories

Books under this sub-category (4 books)

Concurrency Control And Recovery in Database Systems

Post date: 18 Nov 2005
This book is about techniques for concurrency control and recovery, for centralized and distributed computer systems, and for single copy, multiversion, and replicated databases.
Publisher: Addison-Wesley Publishing
Publication date: 31 Dec 1987
Document Type: Book
 
Concurrency Control And Recovery in Database Systems

Concurrency Control And Recovery in Database Systems

Post date: 18 Nov 2005
This book is about techniques for concurrency control and recovery, for centralized and distributed computer systems, and for single copy, multiversion, and replicated databases.
Publisher: Addison-Wesley Publishing
Publication date: 31 Dec 1987
Document Type: Book


Concurrent Programming in Erlang

Post date: 06 Mar 2007
Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Publisher: Prentice Hall
Publication date: 31 Dec 1996
 
Concurrent Programming in Erlang

Concurrent Programming in Erlang

Post date: 06 Mar 2007
Written in a tutorial style, the emphasis is on learning through example and a number of well known problems in designing and programming concurrent fault-tolerant real-time systems are illustrated.
Publisher: Prentice Hall
Publication date: 31 Dec 1996


Concurrent Programming Using Java [No longer freely available]

Post date: 24 Oct 2004
An introduction to using the Java programming language in concurrent or multithreaded applications.
Publication date: 01 Feb 1998
 
Concurrent Programming Using Java [No longer freely available]

Concurrent Programming Using Java [No longer freely available]

Post date: 24 Oct 2004
An introduction to using the Java programming language in concurrent or multithreaded applications.
Publication date: 01 Feb 1998


The Little Book of Semaphores, Second Edition

Post date: 20 Feb 2007
Introduces the principles of synchronization for concurrent programming. Covers the classical problems, including Readers-writers, Producer-consumer, and Dining Philosophers, plus a number of not-so-classical problems.
Publisher: CreateSpace Independent Publishing Platform
Publication date: 20 Mar 2009
License: GNU Free Documentation License
 
The Little Book of Semaphores, Second Edition

The Little Book of Semaphores, Second Edition

Post date: 20 Feb 2007
Introduces the principles of synchronization for concurrent programming. Covers the classical problems, including Readers-writers, Producer-consumer, and Dining Philosophers, plus a number of not-so-classical problems.
Publisher: CreateSpace Independent Publishing Platform
Publication date: 20 Mar 2009
License: GNU Free Documentation License


Book Categories
Sponsors