From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Latchesar Ionkov Subject: Re: [9fans] From our "not quite grasping the concept" file Date: Thu, 8 Nov 2007 10:24:38 -0700 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: efe4f30c-ead2-11e9-9d60-3106f5b1d025 It is not necessary the message to be in a single block of memory. The message header can be prepared in one block and the rest of the data can be in a different one. As Eric said, all this is transport specific. Lucho On Nov 8, 2007, at 9:38 AM, erik quanstrom wrote: >> That's one of the options. We are probably going to start with >> serialized content (no copying of the data though) and if it is too >> slow, we won't do serialization. > > i'm not sure i understand. either the message is formatted (and > the data > copied) or it's not. i must be missing something. > > - erik