Definition Questions

What is the relationship and differences between processes and threads?

A process usually represent an indepentdent execution unit with its own memory areas, system resources and scheduling slots.

A thread is typically a division of a process. Threads usually share common memory areas, system resources and they share the time allocated to that process.

posted @ 2015-11-14 06:46  Dylan_Java_NYC  阅读(160)  评论(0)    收藏  举报