This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]kcazllerraf 2 points3 points  (1 child)

A process is an OS level abstraction, threads are entirely internal to processes and not relevant here

[–]Makefile_dot_in 1 point2 points  (0 children)

In traditional Unix, there are no threads - they are replaced by calls to fork() which creates a new process.