9fans archive / 2000 / 09 / 10 /    prev next

From: forsyth@cal...
Subject: Re: [9fans] FreeBSD 4.0 / Plan9 3rd ed.
Date: Fri, 1 Sep 2000 23:56:35 0100

>>thread==process. There is a rfork() equivalent (clone(2)) and model is
>>exactly the same as on Plan 9 (process as a set of components that can be
>>shared between several processes; fork() as a special case of more generic

no it is not equivalent.
would that it were.