mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-27 14:54:05 -06:00
15 lines
249 B
Markdown
15 lines
249 B
Markdown
---
|
|
title: "18-processes-sharing-and-threads"
|
|
aliases:
|
|
tags:
|
|
- cosc204
|
|
- lecture
|
|
---
|
|
|
|
# Shared memory for processes
|
|

|
|
|
|
|
|
# Threads
|
|
Lightweight process - shares everything except the stack
|