From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <20040218232319.27038.qmail@g.galapagos.bx.psu.edu> To: James Horey Cc: 9fans@cse.psu.edu Subject: Re: [9fans] parallel programming in Plan 9 In-reply-to: <4033E8DE.1020501@unm.edu> References: <4033D2CF.3030208@unm.edu> <20040218211742.26333.qmail@g.galapagos.bx.psu.edu> <4033E8DE.1020501@unm.edu> From: Scott Schwartz Date: Wed, 18 Feb 2004 18:23:19 -0500 Topicbox-Message-UUID: ebc06eba-eacc-11e9-9e20-41e7f4b1d025 | Are threads in libthread just a | convenient representation of a particular type of process or they | different beings altogether? It provides uniform notation for dealing with lightweight processes (kernel level entities) and coroutines (language-runtime entities).