From mboxrd@z Thu Jan 1 00:00:00 1970 From: dhog@plan9.bell-labs.com Message-Id: <200008182054.QAA18235@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] Re: Solaris thread scheaduling Date: Fri, 18 Aug 2000 16:53:56 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: fcc813f6-eac8-11e9-9e20-41e7f4b1d025 > Cooperative threads are just coroutines. They're `cooperative' > because if the thread doesn't cooperate by calling the scheduler, > no other thread ever get scheduled. It's a bit like, "cooperate -- or else!".