3
935views
Explain Linux Threads with Example.
1 Answer
2
17views

Solution:

Linux Threads:

  • Linux provides the fork() system call with the traditional functionality of duplicating a process.

  • Linux also provides the ability to create threads using the clone () system call. However, Linux does not distinguish between processes and threads.

enter image description here

  • Linux generally uses the term task—rather than process or thread—when …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.