/   Computer Science Books /  

Concurrent Programming Books

Advertisement

Concurrent Programming Books

There are many online resources where you can find free Concurrent Programming books to download in PDF format, including online textbooks, ebooks, lecture notes, and more, covering basic, beginner, and advanced concepts for those looking for an introduction to the subject or a deeper understanding of it.

Concurrent Programming in ERLANG

This note covers the following topics: An ERLANG Tutorial, Sequential Programming, Programming with Lists, Programming with Tuples, Concurrent Programming, Distributed Programming, Error Handling, Programming Robust Applications, Miscellaneous Items, Applications, Built in Functions, The Standard Libraries, Errors in ERLANG and drivers.

Author(s):

s 205Pages

Concurrent Programming in Pharo

This PDF covers the following topics related to Concurrent Programming in Pharo : Concurrent programming in Pharo, Studying an example, A simple example, Process, Process lifetime, Creating processes, First look at ProcessorScheduler, Process priorities, ProcessScheduler rules, Let us trace better what is happening, Yielding the computation, Important API, Conclusion Semaphores, Scheduler’s principles, Some examples of semaphores at work.

Author(s):

s 58Pages

Start Concurrent by Barry Wittman

This page provides the book Start Concurrent: A Gentle Introduction to Concurrent Programming by Barry Wittman that covers the following topics related to Concurrent Programming : Computer Basics, Problem Solving and Programming, Primitive Types and Strings, Selection, Repetition, Arrays, Simple Graphical User Interfaces, Methods, Classes, Interfaces, Inheritance, Exceptions, Concurrent Programming, Synchronization, Constructing Graphical User Interfaces, Testing and Debugging, Polymorphism, Dynamic Data Structures, Recursion, File I/O, Network Communication.

Author(s):

s NAPages

Concurrent Programming in Harmony by Cornell

This PDF covers the following topics related to Concurrent Programming : On Concurrent Programming, Hello World!, The Problem of Concurrent Programming, The Harmony Virtual Machine, Critical Sections, Peterson’s Algorithm, Harmony Methods and Pointers, Specification, Spinlock, Lock Implementations, Concurrent Data Structures, Fine-Grained Locking, Testing: Checking Behaviors, Debugging, Conditional Waiting, Reader/Writer Locks, Bounded Buffer, Split Binary Semaphores, Starvation, Monitors, Deadlock, Actors and Message Passing, Barrier Synchronization, Interrupts, Non-Blocking Synchronization, Alternating Bit Protocol, Leader Election, Transactions and Two Phase Commit, Chain Replication, Working with Actions, Replicated Atomic Read/Write Register, Distributed Consensus, Paxos, Needham-Schroeder Authentication Protocol.

Author(s):

s 225Pages

Advanced Concurrent Programming Notes

This note covers the following topics: Shared Variable Programming, Proof Outline Logic for concurrent programs, Mutual exclusion and Petersen's algorithm, Barrier synchronization and flag synchronization, Semaphores, Monitors, Distributed Programming, Remote Procedure Call and RMI, Transactional memory.

Author(s):

s NAPages

Concurrent Programming Class Notes (PDF 110P)

This note focuses on Concurrent Programming, Parallel Programming, Multi-Processing and Multi-Threading. Topics covered includes: Thread, Properties of a Thread, Lifecycle of a process, Concurrent Hardware, Basic Uniprocessor, Multiprocessors, Basic Hardware, Kessel’s Algorithm, Java Threads Scheduling Model, Compiler Optimization and Mutlithreading, Ticket Algorithm, Bakery Algorithm, Semaphores, Concurrency Problems with Deadlock, Speculative Multithreading (SpMT).

Author(s):

s 110Pages

Concepts of Concurrent Programming

This note is largely concerned with explicit concurrency, where concurrent behavior is specified by the program designer. It also includes a brief introduction to performance-oriented concurrency, where concurrency is used to improve program performance by taking advantage of hardware support for parallel processing. Topics covered includes: Nature of Concurrent Programs, Problems in Concurrent Programs, Properties of Concurrent Programs, Executing Concurrent Programs, Program Construction and Common Applications.

Author(s):

s 51Pages

Concurrent and Distributed Programming

This note covers the following topics: Introduction to Concurrency, Trivial Concurrent Programming Examples, Developing under Windows, Introduction to C, Introduction to C++, Introduction to Java, Introduction to Ada, Introduction to Perl, Correctness of Concurrent Programs, Mutual Exclusion, Message Passing, Dining Philosphers, The Enhanced Dining Philosphers Problem, Java, Threads, Quotes from the JLS on Threading, Ada Concurrent Programming, Threads in Perl, The Posix Threads (pthreads) Library, A Programmer's Introduction to Windows, Windows Processes and Threads.

Author(s):

s NAPages

Concurrent Programming Course Material

This note covers the following topics: Foundations of Multithreaded, Parallel, and Distributed Programming, Basic Concurrency Theory, Introduction to SPIN, Concurrent Programming Practice: Processes and threads, Synchronization Mechanisms.

Author(s):

s NAPages

Advertisement