Thread and process

address space

image-20240923190556112

虚拟内存空间要经过转化才能映射到物理空间

image-20240923190902277

process运行在user or kernel可以观察模式位(mod bit)判断

why thread

thread是为了解决”muti“的问题,并发!

image-20240923192616081

并行与并发的区别