Concurrency vs Parallelism
Jakob Jenkov
Concurrency and Parallelism are two terms that are often used in relation to multithreaded or parallel programming. Concurrency and parallelism may seem to refer to the same or similar concepts on the surface. However, they are typically used to specify different types of multithreaded behaviour. In this Concurrency vs. Parallelism video I explain what the difference is.
Chapters:
0:00 Concurrency vs. Parallelism Introduction 0:26 Concurrency 2:03 Parallel Execution 3:01 Parallel Concurrent Execution 4:39 Parallelism 7:26 Combinations
Concurrency vs. Parallelism - Textual version: http://tutorials.jenkov.com/java-concurrency/concurrency-vs-parallelism.html
Java Concurrency Tutorial - Text / Video: http://tutorials.jenkov.com/java-concurrency/index.html https://www.youtube.com/playlist?list=PLL8woMHwr36EDxjUoCzboZjedsnhLP1j4 ... https://www.youtube.com/watch?v=Y1pgpn2gOSg
14808887 Bytes