From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <058701c14bde$5b014f80$a2b9c6d4@SOMA> From: "Boyd Roberts" To: <9fans@cse.psu.edu> References: <20011002152706.3B01419A34@mail.cse.psu.edu> Subject: Re: [9fans] vfork and paging MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Date: Wed, 3 Oct 2001 09:38:08 +0200 Topicbox-Message-UUID: fb73b130-eac9-11e9-9e20-41e7f4b1d025 > if i ever have to do multi-threaded code in C on another platform > again i shall port and use the plan 9 thread library - it's by far the > most reasonable i've seen. there's a thread lib for plan 9? i believe that threads were outlawed, because thread programming was considered to be too hard. which isn't a bad thing 'cos writing correct programs is hard enough and the closest you used to get to threads was kernel hacking and that code/compile/run cycle is damn painful. at least threads are in user mode so your m/c doesn't crash and your f/s doesn't get trashed.