Introduction

After you complete writing a program and would like to execute it, the "running instance" of your program is called Process.

In this tutorial, you will learn more about the process:

  • Process ID

  • Create a process

  • Execute a program

All the sample codes can be found at https://github.com/calvinkam/csci3150-process.

Try to play around with them!

By Calvin Kam (hckam@cse), Jiani Zhang (jnzhang@cse)

Last updated