[10/07/2011] Graded assignments: -- contact TAs with grading questions (where/why/how did I lose 3 points here?) -- TAs will be sending me more details that I'll post ========================================================================= Project #2: [time 0ms] Process 1 created (requiring 788ms CPU time) Add to the above: Priority # ========================================================================= Threads are lightweight processes -- share a number of resources of the parent (same memory space) Each thread: -- execution state (ready, running, blocked, terminated) -- PC (or context) -- execution stack -- local mem block -- thread priority -- reference to the parent thread