Chapter 3: Processes

Similar documents
Chapter 4: Processes

Chapter 3: Processes. Operating System Concepts 8 th Edition,

Chapter 3: Processes. Operating System Concepts Essentials 8 th Edition

COP 4610: Introduction to Operating Systems (Spring 2014) Chapter 3: Process. Zhi Wang Florida State University

Process Concept. Chapter 4: Processes. Diagram of Process State. Process State. Process Control Block (PCB) Process Control Block (PCB)

Chapter 4: Processes

Chapter 4: Processes. Process Concept. Process State

Chapter 4: Processes. Process Concept

Processes. Electrical and Computer Engineering Stephen Kim ECE/IUPUI RTOS & Apps 1

Chapter 3: Processes. Chapter 3: Processes. Process in Memory. Process Concept. Process State. Diagram of Process State

Part Two - Process Management. Chapter 3: Processes

Chapter 3: Processes. Operating System Concepts 8 th Edition,

Diagram of Process State Process Control Block (PCB)

Chapter 3: Processes

Chapter 3: Process Concept

The Big Picture So Far. Chapter 4: Processes

Processes. Operating System Concepts with Java. 4.1 Sana a University, Dr aimen

Part V. Process Management. Sadeghi, Cubaleska RUB Course Operating System Security Memory Management and Protection

The Big Picture So Far. Chapter 4: Processes

Chapter 5: Processes & Process Concept. Objectives. Process Concept Process Scheduling Operations on Processes. Communication in Client-Server Systems

Chapter 4: Processes. Process Concept

Chapter 4: Processes

Chapter 3: Processes. Operating System Concepts 8th Edition

Chapter 3: Processes. Operating System Concepts 8th Edition, modified by Stewart Weiss

COP 4610: Introduction to Operating Systems (Spring 2016) Chapter 3: Process. Zhi Wang Florida State University

Chapter 3: Processes. Operating System Concepts 9 th Edition

CHAPTER 3 - PROCESS CONCEPT

Chapter 3: Process Concept

Chapter 3: Processes. Operating System Concepts 9 th Edition

Chapter 3: Process-Concept. Operating System Concepts 8 th Edition,

Lecture 2 Process Management

Chapter 3: Processes. Operating System Concepts Essentials 2 nd Edition

Chapter 3: Processes. Operating System Concepts 8 th Edition,

OPERATING SYSTEMS. UNIT II Sections A, B & D. An operating system executes a variety of programs:

Module 4: Processes. Process Concept Process Scheduling Operation on Processes Cooperating Processes Interprocess Communication

Chapter 3: Process Concept

Chapter 3: Process Concept

Chapter 3: Processes

Module 4: Processes. Process Concept Process Scheduling Operation on Processes Cooperating Processes Interprocess Communication

Chapter 3 Processes. Process Concept. Process Concept. Process Concept (Cont.) Process Concept (Cont.) Process Concept (Cont.)

Processes and More. CSCI 315 Operating Systems Design Department of Computer Science

Chapter 3: Process Concept

Chapter 3: Processes. Operating System Concepts 8th Edition,

Processes. CSE 2431: Introduction to Operating Systems Reading: Chap. 3, [OSC]

Process. Operating Systems (Fall/Winter 2018) Yajin Zhou ( Zhejiang University

Processes and Threads

Process Concept Process Scheduling Operations On Process Inter-Process Communication Communication in Client-Server Systems

Process. Program Vs. process. During execution, the process may be in one of the following states

Outline. Interprocess Communication. Interprocess Communication. Communication Models: Message Passing and shared Memory.

Process a program in execution; process execution must progress in sequential fashion. Operating Systems

Process Concept. Minsoo Ryu. Real-Time Computing and Communications Lab. Hanyang University.

What Is A Process? Process States. Process Concept. Process Control Block (PCB) Process State Transition Diagram 9/6/2013. Process Fundamentals

Process Concept Process in Memory Process State new running waiting ready terminated Diagram of Process State

Outlook. Process Concept Process Scheduling Operations on Processes. IPC Examples

CS307 Operating Systems Processes

Processes. Process Concept. The Process. The Process (Cont.) Process Control Block (PCB) Process State

CS420: Operating Systems. Interprocess Communication

Chapter 3: Processes

Roadmap. Tevfik Ko!ar. CSC Operating Systems Fall Lecture - III Processes. Louisiana State University. Processes. September 1 st, 2009

Notice: This set of slides is based on the notes by Professor Perrone of Bucknell and the textbook authors Silberschatz, Galvin, and Gagne

CSC 539: Operating Systems Structure and Design. Spring 2006

ENGR 3950U / CSCI 3020U Midterm Exam SOLUTIONS, Fall 2012 SOLUTIONS

! The Process Control Block (PCB) " is included in the context,

CS370 Operating Systems

CPSC 341 OS & Networks. Processes. Dr. Yingwu Zhu

Processes. Process Concept

Roadmap. Tevfik Ko!ar. CSC Operating Systems Spring Lecture - III Processes. Louisiana State University. Virtual Machines Processes

PROCESS MANAGEMENT. Operating Systems 2015 Spring by Euiseong Seo

Interprocess Communication

CSI Module 2: Processes

Course: Operating Systems Instructor: M Umair. M Umair

CHAPTER 2: PROCESS MANAGEMENT

Chapter 3: Processes. Operating System Concepts 9 th Edit9on

ICS Principles of Operating Systems

Operating Systems. Lecture 06. System Calls (Exec, Open, Read, Write) Inter-process Communication in Unix/Linux (PIPE), Use of PIPE on command line

Operating System Design

2. PROCESS. Operating System Concepts with Java 8th Edition Silberschatz, Galvin and Gagn

CS370 Operating Systems

Lecture 5: Process Description and Control Multithreading Basics in Interprocess communication Introduction to multiprocessors

Process. Prepared by Prof. Hui Jiang Dept. of EECS, York Univ. 1. Process in Memory (I) PROCESS. Process. How OS manages CPU usage? No.

Prepared by Prof. Hui Jiang Process. Prof. Hui Jiang Dept of Electrical Engineering and Computer Science, York University

Process! Process Creation / Termination! Process Transitions in" the Two-State Process Model! A Two-State Process Model!

Killing Zombies, Working, Sleeping, and Spawning Children

Operating Systems. Figure: Process States. 1 P a g e

CS 471 Operating Systems. Yue Cheng. George Mason University Fall 2017

Operating Systems. Lecture 05

UNIT - II PROCESS MANAGEMENT

CS370 Operating Systems Midterm Review

Page 1. Analogy: Problems: Operating Systems Lecture 7. Operating Systems Lecture 7

Process management. Desarrollo de Aplicaciones en Red. Process in memory. Concepts. Process state diagram. Process state

CS Lecture 2! Processes! George Mason University! Fall 2010!

CSCE 313 Introduction to Computer Systems. Instructor: Dezhen Song

Operating System Concepts Ch. 3: Processes

Concurrent Processes. CS 475, Spring 2018 Concurrent & Distributed Systems

CSCE 313: Intro to Computer Systems

Ricardo Rocha. Department of Computer Science Faculty of Sciences University of Porto

Process Concepts 8/21/2014. CS341: Operating System. Scheduling: Theoretical Analysis

PROCESSES. Jo, Heeseung

Processes. Jo, Heeseung

Processes. Process Scheduling, Process Synchronization, and Deadlock will be discussed further in Chapters 5, 6, and 7, respectively.

Transcription:

Chapter 3: Processes Process Concept Process Scheduling Operations on Processes Cooperating Processes Interprocess Communication Communication in Client-Server Systems 1

Process Management A program in a computer system is know as: Batch system job Time-shared systems user program or task or process The terms job and process and task is almost interchangeable. Process a program in execution ; unit of work in a time sharing system. A program must reside in memory in order to run Program (passive) VS. Process (active). A process needs certain resources, including CPU time, memory, files, and I/O devices, to accomplish its task. Several processes can run the same program at the same time. In what condition this can happen? 2

Process Concept The operating system is responsible for the following activities in connection with process management. Process creation and deletion. Providing identity for the process process suspension and resumption. To balance the work load of the system Provision of mechanisms for: process synchronization process communication 3

Processes The Process Model Multiprogramming of four programs Conceptual model of 4 independent, sequential processes Only one program active at any instant 4

Process State As a process executes, it changes state new: The process is being created. Resources are allocated by OS running: Instructions are being executed. Only one process is in this state (in uni-processor system) waiting: The process is waiting for some event to occur. I/O operation or OS events ready: The process is waiting to be assigned to a CPU. Different queue scheduling exist terminated: The process has finished execution. Resources are reclaimed by OS 5

Diagram of Process State Queue of jobs Queue of procs Queues of procs 6

Process Control Block (PCB) Process Identity Registers: ACC, Stack, Index General purpose, Flags (PSW) 7

Process Control Block (PCB) Information associated with each process. A PCB is the identity of a process. Process state Process id Program counter CPU registers CPU scheduling information Memory-management information Accounting information I/O status information 8

Details of PCB used for Implementation of Processes Fields of a process table entry 9

CPU Switch From Process to Process Cpu scheduler For interrupt 10

Process Scheduling Queues Job queue set of all processes in the system. Ready queue set of all processes residing in main memory, ready and waiting to execute. Device queues set of processes waiting for an I/O device. Process migration between the various queues. 11

Ready Queue And Various I/O Device Queues Ready queue Device Queues: processes are waiting to be signaled 12

Representation of Process Scheduling Signal is generated by Cause of releasing CPU by process 13

Schedulers Long-term scheduler (or job scheduler) selects which processes should be brought into the ready queue, to balance between I/O-bound and CPU-bound processes Short-term scheduler (or CPU scheduler) selects which process should be executed next and allocates CPU Fairness; priority Medium-term scheduler swaps the processes In and out between memory and swap-device in response to the change of characteristics of the processes in using memory or I/O devices. 14

Addition of Medium Term Scheduling 15

Schedulers (Cont.) Short-term scheduler is invoked very frequently (milliseconds) (must be fast). Long-term scheduler is invoked very infrequently (seconds, minutes) (may be slow). The long-term scheduler controls the degree of multiprogramming. Processes can be described as either: I/O-bound process spends more time doing I/O than computations, many short CPU bursts. CPU-bound process spends more time doing computations; few very long CPU bursts. What happens if all processes are I/O-bound? Or CPU-bound? 16

Process Suspension Auxiliary Slides from the Stallings Book 17

A tree of processes on a typical Solaris 18

Context Switch When CPU switches to another process, the system must save the state of the old process and load the saved state for the new process. Context-switch time is overhead; the system does no useful work while switching. Hardware can help a lot to reduce the context switch time Time dependent on hardware support. Multiple sets of registers Saving the address space Threads as solution to context switch overhead 19

Process Creation Parent process create children processes, which, in turn create other processes, forming a tree of processes. Resource sharing Parent and children share all resources. Children share subset of parent s resources. Parent and child share no resources. Execution Parent and children execute concurrently. Parent waits until children terminate. 20

Process Creation (Cont.) Address space Child duplicate of parent. Child has a program loaded into it. UNIX examples fork system call creates new process exec system call used after a fork to replace the process memory space with a new program. 21

Process Creation 22

Process Creation in POSIX C program forking a separate process #include <sys/types.h>" #include <stdio.h>" #include <unistd.h>" Int main ( ) {" int pid;" /* fork another process */" pid = fork ();" if (pid < 0) { /*error occurred */" fprintf (stderr, Fork Failed );" exit (-1);" }" else if (pid == 0) { /* child process */" execlp ( /bin/ls, ls, NULL);" }" else { /* parent process */" /* parent will wait for the child to complete */" wait (NULL);" printf ( Child Complete );" exit (0);" }" }" 23

NOT IN EXAM Process Creation in Win32 24

NOT IN EXAM Process Creation in Java 25

Processes Tree on a UNIX System 26

ps aux Process Status Command a: display information about other users' processes as well as yours. u: display information associated with the following keywords: user, pid, %cpu, %mem, vsz, rss, tt, state, start, time and command. x: display information about processes without controlling terminals 27

Process status data PID: RSS: process ID the real memory (resident set) size of the process (in 1024 byte units). %CPU: %MEM: the cpu utilization of the process; the percentage of real memory used by this process. VSZ: TT: STAT: virtual size in Kbytes (alias vsize) an abbreviation for the pathname of the controlling terminal, if any. symbolic process state STARTED: the time the command started TIME: accumulated cpu time, user + system 28

Releasing a crashed Unix terminal From FAQ: UWaterloo Question: my terminal has crashed and I can not log out from my session. How can I terminate my session? In some occasions the terminal crashes and you do not have any control on it. Some reasons are: 1) lack of memory when you are running a memory demanding program such as web browser" or "matlab" on a low memory terminal, 2) bugs in an application program you run, and 3) non-functionality of the mouse, i.e., you can not activate the console window to log-off. In such cases, resetting the terminal (or machine) is not always a good idea, since rebooting may take a long time, or you may not be allowed to reset it anyway. In order to release a crashed terminal, you should login into your account from another terminal and kill the shell process of your crashed session. Upon login, you should see the status of your processes using the process status command " ps " with appropriate switches. 29

Releasing a crashed Unix terminal ps -ef grep youruserid prints the status of all your processes on a machine. The following is an example: % ps -ef grep ksartipi UID PID PPID C STIME TTY TIME CMD ksartipi 9002 9000 0 11:10:43 pts/13 0:01 -tcsh ksartipi 11670 11666 0 Mar 22 pts/9 0:00 -tcsh ksartipi 7051 1 1 09:45:30? 0:34 emacs-20.2es ksartipi 9092 9002 0 11:11:56 pts/13 0:00 grep ksartipi You will see several lines, each relating to a different process. You should locate the shell process of the crashed session. This is done by looking at the process ids (PID) of different processes and recognizing your current shell process and your crashed shell process. Your current shell process has the PID number close to the other programs that you run in your new session. In the above example, the first line belongs to the currently created shell process since its PID is close to the PID of the "grep ksartipi" command (two PIDs 9002 and 9092), as opposed to the PID of the shell process in the second line (11670). Now, you can kill the crashed shell process by the command: "kill -9 11670" at the Unix prompt and release the crashed terminal. 30

Process Termination Reasons for Termination: Process executes last statement and asks the operating system to terminate it (exit n). Output data from child to parent (via wait PID). Process resources are deallocated by operating system. Parent may terminate execution of children processes (abort). Child has exceeded allocated resources. Task assigned to child is no longer required. Parent is exiting. Operating system does not allow child to continue if its parent terminates. Cascading termination. 31

Interprocess Communication Message Passing Shared Memory 32

Cooperating Processes Independent process cannot affect or be affected by the execution of another process. Cooperating process can affect or be affected by the execution of another process Advantages of process cooperation Information sharing: Via memory Computation speed-up Multi-CPU system Convenience: Running several applications: editor; printer; compiler 33

Producer-Consumer Problem Paradigm for cooperating processes, producer process produces information that is consumed by a consumer process. unbounded-buffer places no practical limit on the size of the buffer. bounded-buffer assumes that there is a fixed buffer size. 34

Bounded-Buffer Shared-Memory Solution Shared data #define BUFFER_SIZE 12 (I.e., 0 11) Typedef struct {... /* different fields for each item */ } item; item buffer[buffer_size]; int in = 0; int out = 0; The proposed solution (next slide) can only use BUFFER_SIZE-1 elements 35

Bounded-Buffer Producer Process item nextproduced; while (1) { while (((in + 1) % BUFFER_SIZE) == out) ; /* do nothing; buffer is full */ buffer[in] = nextproduced; in = (in + 1) % BUFFER_SIZE; } out in out in out producer 0 consumer Empty 11 0 11 Half-full 0 11 Full Ring-buffer 12 slots in 36

Bounded-Buffer Consumer Process item nextconsumed; while (1) { while (out == in) ; /* do nothing; buffer is empty */ nextconsumed = buffer[out]; out = (out + 1) % BUFFER_SIZE; } out producer 0 consumer Empty 11 0 11 Half-full 0 11 Full Ring-buffer 12 slots in 37

Interprocess Communication (IPC) Mechanism for processes to communicate and to synchronize their actions. Message system processes communicate with each other without resorting to shared variables. IPC facility provides two operations: Send (message) message size fixed or variable Receive (message) If P and Q wish to communicate, they need to: establish a logical communication link between them exchange messages via send/receive Implementation of communication link physical (e.g., shared memory, hardware bus) logical (e.g., logical properties) 38

Implementation Questions How are links established? Can a link be associated with more than two processes? How many links can there be between every pair of communicating processes? What is the capacity of a link? Is the size of a message that the link can accommodate fixed or variable? Is a link unidirectional or bi-directional? 39

Direct Communication Processes must name each other explicitly: send (P, message) send a message to process P receive(q, message) receive a message from process Q Properties of communication link Links are established automatically. A link is associated with exactly one pair of communicating processes. Between each pair there exists exactly one link. The link may be unidirectional, but is usually bi-directional. 40

Indirect Communication Messages are directed and received from mailboxes (also referred to as ports). Each mailbox has a unique id. Processes can communicate only if they share a mailbox. Properties of communication link Link established only if processes share a common mailbox A link may be associated with many processes. Each pair of processes may share several communication links. Link may be unidirectional or bi-directional. 41

Indirect Communication Operations create a new mailbox send and receive messages through mailbox destroy a mailbox Primitives are defined as: send (A, message) send a message to mailbox A receive (A, message) receive a message from mailbox A 42

Indirect Communication Mailbox sharing P 1, P 2, and P 3 share mailbox A. P 1, sends; P 2 and P 3 receive. Who gets the message? Solutions Allow a link to be associated with at most two processes. Allow only one process at a time to execute a receive operation. Allow the system to select arbitrarily the receiver. Sender is notified who the receiver was. 43

Synchronization Message passing may be either blocking or non-blocking Blocking is considered synchronous Blocking send has the sender block until the message is received Blocking receive has the receiver block until a message is available Non-blocking is considered asynchronous Non-blocking send has the sender send the message and continue Non-blocking receive has the receiver receive a valid message or null 44

Buffering Queue of messages attached to the link; implemented in one of three ways. 1. Zero capacity 0 messages Sender must wait for receiver (rendezvous). 2. Bounded capacity finite length of n messages Sender must wait if link full. 3. Unbounded capacity infinite length Sender never waits. 45

Examples of IPC Systems - POSIX POSIX Shared Memory Process first creates shared memory segment segment id = shmget(ipc PRIVATE, size, S_IRUSR S_IWUSR); Process wanting access to that shared memory must attach to it shared memory = (char *) shmat(id, NULL, 0); Now the process could write to the shared memory sprintf(shared memory, "Writing to shared memory"); When done a process can detach the shared memory from its address space shmdt(shared memory);

Examples of IPC Systems - Mach Mach communication is message based Even system calls are messages Each task gets two mailboxes at creation- Kernel and Notify Only three system calls needed for message transfer msg_send(), msg_receive(), msg_rpc() Mailboxes needed for commuication, created via port_allocate()

Examples of IPC Systems Windows XP Message-passing centric via local procedure call (LPC) facility Only works between processes on the same system Uses ports (like mailboxes) to establish and maintain communication channels Communication works as follows: The client opens a handle to the subsystem s connection port object The client sends a connection request The server creates two private communication ports and returns the handle to one of them to the client The client and server use the corresponding port handle to send messages or callbacks and to listen for replies

Simulating Shared Memory in Java 49

Bounded-Buffer Message Passing Solution 50

Bounded-Buffer Message Passing Solution 51

Bounded-Buffer Message Passing Solution The Producer 52

Bounded-Buffer Message Passing Solution The Consumer 53

Message Passing in Windows XP 54

Client-Server Communication Sockets Remote Procedure Calls Remote Method Invocation (Java) 55

Sockets A socket is defined as an endpoint for communication. Concatenation of IP address and port The socket 161.25.19.8:1625 refers to port 1625 on host 161.25.19.8 Communication consists between a pair of sockets, one for each process. 56

Socket Communication 1- Client sends request" 2- Server waits for request" 3- Socket link is established" 57

Socket communication details 58

Sockets in Unix Server makes the socket known to the system using bind() so that the clients can use it 59

Run socket example for directory listing Client: [Kamrans-MacBook: Socket-program] K_Sartipi%./client ~K_Sartipi Kamrans-MacBook.local Server: [Kamrans-MacBook:Socket-program] K_Sartipi%./server & 60

* Time-of-day server listening to port 6013. * Figure 3.19 import java.net.*; import java.io.*; public class DateServer { public static void main(string[] args) try { ServerSocket sock = new ServerSocket(6013); // now listen for connections while (true) { Socket client = sock.accept(); // we have a connection PrintWriter pout = new PrintWriter(client.getOutputStream(), true); // write the Date to the socket pout.println(new java.util.date().tostring()); } } // close the socket and resume listening for more connections client.close(); } } catch (IOException ioe) { System.err.println(ioe); } 61

* Client program requesting current date from server. * Figure 3.20 import java.net.*; import java.io.*; public class DateClient { public static void main(string[] args) { try { // this could be changed to an IP name or address other than the localhost Socket sock = new Socket("127.0.0.1",6013); InputStream in = sock.getinputstream(); BufferedReader bin = new BufferedReader(new InputStreamReader(in)); // read the date from the socket String line; while( (line = bin.readline())!= null) System.out.println(line); } } // close the socket connection sock.close(); } catch (IOException ioe) { System.err.println(ioe); } 62

Network Address of a Computer dig birkhoff.cas.mcmaster.ca Ping birkhoff.cas.mcmaster.ca 63

Remote Procedure Calls (RPC) Remote procedure call (RPC) abstracts procedure calls between processes on networked systems. Client & server stubs client-side proxy for the actual procedure on the server. The client-side stub locates the server and marshalls the parameters. The server-side stub receives this message, unpacks the marshalled parameters, and performs the procedure on the server. 64

Execution of RPC XDR Handles the Differences of data Representations in Client and Server sides Binding Local: compile / load / execute times Remote: hard coded if port is known; otherwise use of Matchmaker Daemon Reliability of RPC: Local never fails Remote: at-most-once strategy 65

Remote Method Invocation Remote Method Invocation (RMI) is a Java mechanism similar to RPCs. RMI allows a Java program on one machine to invoke a method on a remote object. 66

Marshalling Parameters - Local objects passed by copy (object serialization) - Remote objects passed by reference 67

Marshalling Parameters 68

RMI Example NOT IN EXAM 69

RMI Example NOT IN EXAM 70

RMI Example NOT IN EXAM 71