From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] plan 9 overcommits memory? From: erik quanstrom Date: Wed, 5 Sep 2007 06:53:27 -0400 In-Reply-To: <46DDB9AD.DF4673BE@null.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: b7eb5946-ead2-11e9-9d60-3106f5b1d025 > That's why many OSes have a "spawn" primitive that combines fork-and-exec. the problem with spawn is it requires a mechanism to replace that little block of code between the fork and exec. that code is hardly ever the same so spawn keeps growing arguments. - erik