Threads & Concurrency

Similar documents
Threads & Concurrency

Concurrency & Parallelism. Threads, Concurrency, and Parallelism. Multicore Processors 11/7/17

Threads, Concurrency, and Parallelism

THREADS & CONCURRENCY

THREADS & CONCURRENCY

THREADS AND CONCURRENCY

What is a Thread? Why Multicore? What is a Thread? But a fast computer runs hot THREADS AND CONCURRENCY. Concurrency (aka Multitasking)

A6 AND A START ON THREADS AND CONCURRENCY

RACE CONDITIONS AND SYNCHRONIZATION

What is a thread anyway?

Synchronized Methods of Old Versions of Java

Reintroduction to Concurrency

CMSC 132: Object-Oriented Programming II. Threads in Java

Computation Abstractions. Processes vs. Threads. So, What Is a Thread? CMSC 433 Programming Language Technologies and Paradigms Spring 2007

Overview. CMSC 330: Organization of Programming Languages. Concurrency. Multiprocessors. Processes vs. Threads. Computation Abstractions

Object Oriented Programming. Week 10 Part 1 Threads

Threads Questions Important Questions

Multithreaded Programming Part II. CSE 219 Stony Brook University, Department of Computer Science

CMSC 330: Organization of Programming Languages

Week 7. Concurrent Programming: Thread Synchronization. CS 180 Sunil Prabhakar Department of Computer Science Purdue University

CMSC 330: Organization of Programming Languages. Threads Classic Concurrency Problems

Quiz on Tuesday April 13. CS 361 Concurrent programming Drexel University Fall 2004 Lecture 4. Java facts and questions. Things to try in Java

The Dining Philosophers Problem CMSC 330: Organization of Programming Languages

Advanced Programming Methods. Lecture 6 - Concurrency in Java (1)

Introduction to Java Threads

CMSC 330: Organization of Programming Languages. The Dining Philosophers Problem

Threads Chate Patanothai

Concurrent Programming using Threads

INF 212 ANALYSIS OF PROG. LANGS CONCURRENCY. Instructors: Crista Lopes Copyright Instructors.

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 08 09/17/2015

Unit 4. Thread class & Runnable Interface. Inter Thread Communication

Threads. Definitions. Process Creation. Process. Thread Example. Thread. From Volume II

G51PGP Programming Paradigms. Lecture 009 Concurrency, exceptions

CS61B, Spring 2003 Discussion #17 Amir Kamil UC Berkeley 5/12/03

Synchronization. CS 475, Spring 2018 Concurrent & Distributed Systems

CS193k, Stanford Handout #8. Threads 3

Parallel Programming Languages COMP360

Introduction to Concurrent Software Systems. CSCI 5828: Foundations of Software Engineering Lecture 12 09/29/2016

JAVA CONCURRENCY FRAMEWORK. Kaushik Kanetkar

Consistency: Strict & Sequential. SWE 622, Spring 2017 Distributed Software Engineering

JAVA and J2EE UNIT - 4 Multithreaded Programming And Event Handling

Race Conditions & Synchronization

CS 31: Introduction to Computer Systems : Threads & Synchronization April 16-18, 2019

Module - 4 Multi-Threaded Programming

Handouts. 1 Handout for today! Recap. Homework #2 feedback. Last Time. What did you think? HW3a: ThreadBank. Today. Small assignment.

MultiThreading. Object Orientated Programming in Java. Benjamin Kenwright

Only one thread can own a specific monitor

CS 351 Design of Large Programs Threads and Concurrency

Synchronization. CS61, Lecture 18. Prof. Stephen Chong November 3, 2011

Processes. CS 475, Spring 2018 Concurrent & Distributed Systems

Contribution:javaMultithreading Multithreading Prof. Dr. Ralf Lämmel Universität Koblenz-Landau Software Languages Team

Concurrent Programming Benoît Garbinato

Parallelism Marco Serafini

CSCD 330 Network Programming

Multitasking Multitasking allows several activities to occur concurrently on the computer. A distinction is usually made between: Process-based multit

COMP31212: Concurrency A Review of Java Concurrency. Giles Reger

CSCD 330 Network Programming

Chapter 32 Multithreading and Parallel Programming

Java Threads. Introduction to Java Threads

Animation Part 2: MoveableShape interface & Multithreading

CS 2112 Lecture 20 Synchronization 5 April 2012 Lecturer: Andrew Myers

CISC 4700 L01 Network & Client-Server Programming Spring Cowell Chapter 15: Writing Threaded Applications

CS 455: INTRODUCTION TO DISTRIBUTED SYSTEMS [THREADS] Frequently asked questions from the previous class survey

7. MULTITHREDED PROGRAMMING

Dealing with Issues for Interprocess Communication

Overview of Java Threads (Part 2)

The deadlock problem

Multi-threading in Java. Jeff HUANG

CS455: Introduction to Distributed Systems [Spring 2019] Dept. Of Computer Science, Colorado State University

Concurrent Programming

Lesson 6: Process Synchronization

Threads and Locks. CSCI 5828: Foundations of Software Engineering Lecture 09 09/22/2015

Overview. Processes vs. Threads. Computation Abstractions. CMSC 433, Fall Michael Hicks 1

CS 351 Design of Large Programs Introduction to Multi-Threaded Programming in Java

Introduction to Parallel Computing

Problems with Concurrency. February 19, 2014

Deadlock CS 241. March 19, University of Illinois

Performance Throughput Utilization of system resources

Java s Implementation of Concurrency, and how to use it in our applications.

EECS 482 Introduction to Operating Systems

Chapter 5: Process Synchronization. Operating System Concepts Essentials 2 nd Edition

CPS221 Lecture: Threads

Chapter 5: Process Synchronization. Operating System Concepts 9 th Edition

Java Threads. COMP 585 Noteset #2 1

Chapter 6: Process [& Thread] Synchronization. CSCI [4 6] 730 Operating Systems. Why does cooperation require synchronization?

Concurrency in Object Oriented Programs 1. Object-Oriented Software Development COMP4001 CSE UNSW Sydney Lecturer: John Potter

! Why is synchronization needed? ! Synchronization Language/Definitions: ! How are locks implemented? Maria Hybinette, UGA

G52CON: Concepts of Concurrency

G Programming Languages Spring 2010 Lecture 13. Robert Grimm, New York University

CS11 Java. Fall Lecture 7

About this exam review

CS162 Operating Systems and Systems Programming Lecture 11 Page Allocation and Replacement"

PROVING THINGS ABOUT PROGRAMS

CS 333 Introduction to Operating Systems. Class 3 Threads & Concurrency. Jonathan Walpole Computer Science Portland State University

CS 241 Honors Concurrent Data Structures

Deadlock and Monitors. CS439: Principles of Computer Systems September 24, 2018

Programming in Parallel COMP755

CS360 Lecture 10 Multithreading

Processes The Process Model. Chapter 2. Processes and Threads. Process Termination. Process Creation

Informatica 3. Marcello Restelli. Laurea in Ingegneria Informatica Politecnico di Milano 9/15/07 10/29/07

Transcription:

2 Due date of A7 Due d About A5-A6 We have changed the due date of A7 Friday, 28 April. Threads & Concurrency But the last date to submit A7 remains the same: 29 April. We make the last date be 29 April so that people who are working on A8 can use our solution to A7 beginning on 0 April We will get caught up on grading A6 and regrading A5 and A6. Lecture 24 CS2110 Spring 2017 Today: New topic: concurrency Why multicore? Modern computers have multiple cores Instead of a single CPU (central processing unit) on the chip 5-10 common. Intel has prototypes with 80! 4 Moore s Law: Computer speeds and memory densities nearly double each year We often run many programs at the same time Even with a single core, your program may have more than one thing to do at a time Argues for having a way to do many things at once Magnetic-core memory. A penny a bit Magnetic-core memory. A penny a bit 5 6 What memory was like, 1955..1975. At 1 penny per bit, a gigabyte would cost $80,000, 000 From Wikipedia upload.wikimedia.org/ wikipedia/commons/d/da/ KL_CoreMemory.jpg Each ring is either magnetized or unmagnetized (1 or 0). To set (Y4, X) send impulse down wires Y4 and X. Enough voltage to change that one but not others. Sense wire goes through all cores and detects whether something changed. 1

But a fast computer runs hot Programming a Cluster... 7 8 Power dissipation rises as square of the clock rate Chips were heading toward melting down! Multicore: with four CPUs (cores) on one chip, even if we run each at half speed we can perform more overall computations! Sometimes you want to write a program that is executed on many machines! Atlas Cluster (at Cornell): 768 cores 156 GB RAM 24 TB Storage 96 NICs (Network Interface Controller) 9 Many processes are executed simultaneously on your computer Operating system provides support for multiple processes Usually fewer processors than processes Processes are an abstraction: at hardware level, lots of multitasking memory subsystem video controller buses instruction prefetching 10 Part of Activity Monitor in Gries s laptop >100 processes are competing for time. Here s some of them: Concurrency Race conditions 11 Concurrency refers to a single program in which several processes, called threads, are running simultaneously Special problems arise They see the same data and hence can interfere with each other, e.g. one process modifies a complex structure like a heap while another is trying to read it CS2110: we focus on two main issues: Race conditions Deadlock 12 A race condition arises if two or more processes access the same variables or objects concurrently and at least one does updates Example: Processes t1 and t2 x= x + 1; for some static global x. Process t1 Process t2... x= x + 1; x= x + 1; But x= x+1; is not an atomic action : it takes several steps 2

Race conditions Race conditions 1 14 Suppose x is initially 5 Thread t1 LOAD x ADD 1 STORE x Thread t2... LOAD x ADD 1 STORE x Typical race condition: two processes wanting to change a stack at the same time. Or make conflicting changes to a database at the same time. Race conditions are bad news Race conditions can cause many kinds of bugs, not just the example we see here! Common cause for blue screens : null pointer exceptions, damaged data structures Concurrency makes proving programs correct much harder!... after finishing, x = 6! We lost an update 15 Deadlock 16 Dining philosopher problem Five philosophers sitting at a table. To prevent race conditions, one often requires a process to acquire resources before accessing them, and only one process can acquire a given resource at a time. Examples of resources are: A file to be read An object that maintains a stack, a linked list, a hash table, etc. Each repeatedly does this: 1. think 2. eat What do they eat? spaghetti. But if processes have to acquire two or more resources at the same time in order to do their work, deadlock can occur. This is the subject of the next slides. Need TWO forks to eat spaghetti! 17 Dining philosopher problem Each does repeatedly : 1. think 2. eat (2 forks) eat is then: pick up left fork pick up right fork pick up food, eat put down left fork put down rght fork At one point, they all pick up their left forks 18 Dining philosopher problem 5 4 1 2 Simple solution to deadlock: Number the forks. Pick up smaller one first 1. think 2. eat (2 forks) eat is then: pick up smaller fork pick up bigger fork pick up food, eat put down bigger fork put down smallerfork DEADLOCK!

19 Java: What is a Thread? A separate execution that runs within a single program and can perform a computational task independently and concurrently with other threads Many applications do their work in just a single thread: the one that called main() at startup But there may still be extra threads...... Garbage collection runs in a background thread GUIs have a separate thread that listens for events and dispatches calls to methods to process them Today: learn to create new threads of our own in Java 20 Thread A thread is an object that independently computes Needs to be created, like any object Then started --causes some method to be called. It runs side by side with other threads in the same program; they see the same global data The actual executions could occur on different CPU cores, but but don t have to We can also simulate threads by multiplexing a smaller number of cores over a larger number of threads Java class Thread Creating a new Thread (Method 1) 21 threads are instances of class Thread Can create many, but they do consume space & time The Java Virtual Machine creates the thread that executes your main method. Threads have a priority Higher priority threads are executed preferentially By default, newly created threads have initial priority equal to the thread that created it (but priority can be changed) 22 overrides class PrimeThread extends Thread { long a, b; PrimeThread(long a, long b) { this.a= a; this.b= b; Thread.run() //compute primes between a and b... Call run() directly? no new thread is used: Calling p.start() will run it PrimeThread p= new PrimeThread(14, 195); p.start(); Do this and Java invokes run() in new thread Creating a new method Thread run() (Method 1) executes in one 2 thread while class PTd extends Thread main { program long a, b; coninues to PTd (long a, long b) { execute this.a= a; this.b= b; //compute primes between a, b... Calls start() in PTd p= new PTd (14, 195); p.start(); Thread partition continue doing other stuff Calls run() to execute in a PTd@20 new Thread and Thread then start() returns run() getid() sleep(long) getname interrupt getpriority isinterrupted yield isalive a b run() PTd 24 Creating a new Thread (Method 2) class PrimeRun implements Runnable { long a, b; PrimeRun(long a, long b) { this.a= a; this.b= b; public void run() { //compute primes between a and b... PrimeRun p= new PrimeRun(14, 195); new Thread(p).start(); 4

Example 25 public class ThreadTest extends Thread { int M= 1000; int R= 600; public static void main(string[] args) { new ThreadTest().start(); for (int h= 0; true; h= h+1) { sleep(m); We ll demo this with different values of M and R. Code will be on course website System.out.format("%s %d\n", Thread.currentThread(), h); sleep( ) requires a throws clause or else catch it for (int k= 0; true; k= k+1) { sleep(r); System.out.format("%s %d\n", Thread.currentThread(), k); Example 26 public class ThreadTest extends Thread { int M= 1000; int R= 600; public static void main(string[] args) { new ThreadTest().start(); for (int h= 0; true; h= h+1) { sleep(m); for (int k= 0; true; k= k+1) { sleep(r); format("%s %d\n", Thread.currentThread(), k); Thread name, priority, thread group Thread[Thread-0,5,main] 0 Thread[main,5,main] 0 Thread[Thread-0,5,main] 1 Thread[Thread-0,5,main] 2 Thread[main,5,main] 1 format("%s %d\n", Thread.currentThread(), Thread[Thread-0,5,main] h); Thread[main,5,main] 2 Thread[Thread-0,5,main] 4 Thread[Thread-0,5,main] 5 Thread[main,5,main] 27 Example public class ThreadTest extends Thread { static boolean ok = true; If threads happen to be sharing a CPU, yield allows other waiting threads to run. done public static void main(string[] args) { new ThreadTest().start(); for (int i = 0; i < 10; i++) { System.out.println(""); yield(); ok = false; public void run() { while (ok) { System.out.println(""); yield(); System.out.println("done"); 28 Terminating Threads is tricky Easily done... but only in certain ways Safe way to terminate a thread: return from method run Thread throws uncaught exception? whole program will be halted (but it can take a second or two... ) Some old APIs have issues: stop(), interrupt(), suspend(), destroy(), etc. Issue: Can easily leave application in a broken internal state. Many applications have some kind of variable telling the thread to stop itself. 29 Background (daemon) Threads 0 Background (daemon) Threads In many applications we have a notion of foreground and background (daemon) threads Foreground threads are doing visible work, like interacting with the user or updating the display Background threads do things like maintaining data structures (rebalancing trees, garbage collection, etc.) A daemon can continue even when the thread that created it stops. On your computer, the same notion of background workers explains why so many things are always running in the task manager. demon: an evil spirit daemon. Fernando Corbato, 196, first to use term. Inspired by Maxwell s daemon, an imaginary agent in physics and thermodynamics that helped to sort molecules. from the Greek δαίμων. Unix System Administration Handbook, page 40: Daemons have no particular bias toward good or evil but rather serve to help define a person's character or personality. The ancient Greeks' concept of a "personal daemon" was similar to the modern concept of a "guardian angel" eudaemonia is the state of being helped or protected by a kindly spirit. As a rule, UNIX systems seem to be infested with both daemons and demons. 5

1 Beginning to think about avoiding race conditions You know that race conditions can create problems: Basic idea of race condition: Two different threads access the same variable in a way that destroys correctness. Process t1 Process t2... x= x + 1; x= x + 1; But x= x+1; is not an atomic action : it takes several step Two threads may want to use the same stack, or Hash table, or linked list, or at the same time. 2 Synchronization Java has one primary tool for preventing race conditions. you must use it by carefully and explicitly it isn t automatic. Called a synchronization barrier Think of it as a kind of lock n Even if several threads try to acquire the lock at once, only one can succeed at a time, while others wait n When it releases the lock, another thread can acquire it n Can t predict the order in which contending threads get the lock but it should be fair if priorities are the same Solution: use with synchronization Synchronization private Stack<String> stack= new Stack<String>(); public void dosomething() { synchronized (stack) { if (stack.isempty()) return; String s= stack.pop(); //do something with s... synchronized block Put critical operations in a synchronized block Can t be interrupted by other synchronized blocks on the same object Can run concurrently with non-synchronized code Or code synchronized on a different object! 4 Java has one primary tool for preventing race conditions. you must use it by carefully and explicitly it isn t automatic. Called a synchronization barrier Think of it as a kind of lock n Even if several threads try to acquire the lock at once, only one can succeed at a time, while others wait n When it releases the lock, another thread can acquire it n Can t predict the order in which contending threads get the lock but it should be fair if priorities are the same Example: a lucky scenario 5 private Stack<String> stack= new Stack<String>(); public void dosomething() { if (stack.isempty()) return; String s= stack.pop(); //do something with s... Suppose threads A and B want to call dosomething(), and there is one element on the stack 1. thread A tests stack.isempty() false 2. thread A pops stack is now empty. thread B tests stack.isempty() true 4. thread B just returns nothing to do 6