Comment by knome
1 day ago
the only difference between a thread and a process on linux is how many structures they share. the function is identical.
1 day ago
the only difference between a thread and a process on linux is how many structures they share. the function is identical.
Agreed, however not all UNIXes are like Linux.