From mboxrd@z Thu Jan 1 00:00:00 1970 From: ron minnich To: 9fans@cse.psu.edu Subject: Re: [9fans] Threads: Sewing badges of honor onto a Kernel In-Reply-To: <0211a9a1c1caaac619da42bdcc0a87af@yourdomain.dom> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Date: Thu, 26 Feb 2004 22:47:38 -0700 Topicbox-Message-UUID: fcf8d97e-eacc-11e9-9e20-41e7f4b1d025 On Fri, 27 Feb 2004 dbailey27@ameritech.net wrote: > So the question to me is, why would you *want* a unified stack? well, you don't. It makes programming a nightmare and you need assembly goo to seperate the stacks after a fork, else you will be stepping on each others' stack. As the freebsd users of their official version of rfork() learned, that meant you hit segv walls very quickly. Ouch. > I see Linus' logic as more of a negation of both efficiency and reliability. I don't even understand it. ron