Support for threads was added to the kernel. The model is pretty clean: every thread belongs to the same process (same pid) and a fork duplicates the whole process (every thread).
Log in to post a comment.