Process vs Thread

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I love short and effective conceptual videos thank you Udacity <3

aliasadullah
Автор

Short and straight to the point. Thanks for this explanation.

josephemmanuel
Автор

What do you mean by code, data and files?

isuckatthisgame
Автор

and vs co-routine ? where would be a co-routine in the schema OR what would be the schema of a co-routine if its not in / don't share the same structure / if it's a concept of another paradigme

Fine_Mouche
Автор

Here the threads you are talking about are kernel level threads?


So the structure would be:


CPU containing processes where each process can have multiple kernel level threads (all kernel level threads share the same address space, but they have separate registers, stack, etc) and each kernel thread can have multiple user level threads ?

junkim
Автор

what are the benefits of multiprocessor system for a single threaded process?

z.kjadoon
Автор

A question for you, a thread or more are always executing on same CPU/Core that the process is pegged on and moves with it to different CPU/Core if the process moves ?

OssaGhalyoun
Автор

I'm just gonna go take the course on Udacity.

Sounds very useful but seems out of place cause I lack context.

ironplank
Автор

What does it mean about "share all of the virtual to physical adress mappings"??

fbmufwc