From mboxrd@z Thu Jan 1 00:00:00 1970 From: forsyth@caldo.demon.co.uk Message-Id: <200009012258.SAA02080@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] FreeBSD 4.0 / Plan9 3rd ed. Date: Fri, 1 Sep 2000 23:56:35 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 0213c49a-eac9-11e9-9e20-41e7f4b1d025 >>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.