Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 569 Bytes

Address Space of a Process.md

File metadata and controls

29 lines (18 loc) · 569 Bytes
date created date modified
Tuesday, January 18th 2022, 4:29:13 pm
Tuesday, January 18th 2022, 4:46:40 pm
  • Topic: #concurrency
  • Tags: #review #pn_2_1
  • Links: [[Concurrent Programming]]
  • Date Created: 18-01-22

Address Space of a Process

Address Space of a Process in Few Words

Single-thread

![[Pasted image 20220118162934.png]]

Multi-thread

![[Pasted image 20220118164404.png]]

Application that are multi-thread : web server, ftp, browser, video game, photoshop filter, …

Address Space of a Process in Details

References