From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <003001c34651$df539d00$b9844051@insultant.net> From: "boyd, rounin" To: <9fans@cse.psu.edu> References: <20030709182624.21052.qmail@g.bio.cse.psu.edu> Subject: Re: [9fans] Fork: useless and painful? MIME-Version: 1.0 Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: 7bit Date: Wed, 9 Jul 2003 21:39:54 +0200 Topicbox-Message-UUID: f050958c-eacb-11e9-9e20-41e7f4b1d025 > ... But all the published programs that people see use pthreads, > which is an anti-unix design. pthreads? yeah, i wrote some of that once -- ghastly. all those extra characters to type and if you get it wrong, well your code breaks. i think rob said once that: concurrent [thread] programming is beyond the capabilities of most programmers. i tend to agree. look what they did to ls(1) on lunix ...