From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 Date: Tue, 2 Nov 2010 07:41:43 -0700 Message-ID: From: David Leimbach To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=0016361e8508675149049412ec1c Subject: [9fans] T/RStream? Topicbox-Message-UUID: 74e4cf52-ead6-11e9-9d60-3106f5b1d025 --0016361e8508675149049412ec1c Content-Type: text/plain; charset=ISO-8859-1 Is there anywhere to go see the work in progress for this? If I can't see the work can we at least talk about the encoding of TStream and RStream? I could see wanting to work this into the user space implementations of 9P that exist for various programming languages. Dave --0016361e8508675149049412ec1c Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Is there anywhere to go see the work in progress for this?

If I can't see the work can we at least talk about the encoding of T= Stream and RStream? =A0

I could see wanting to wor= k this into the user space implementations of 9P that exist for various pro= gramming languages.

Dave

--0016361e8508675149049412ec1c-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 2 Nov 2010 10:19:04 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [9fans] T/RStream? Topicbox-Message-UUID: 7521a2f6-ead6-11e9-9d60-3106f5b1d025 On Tue, Nov 2, 2010 at 7:41 AM, David Leimbach wrote: > I could see wanting to work this into the user space implementations of 9P > that exist for various programming languages. Andrey did work it into the Newsham code and it worked well, I think he still has it. ron From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 2 Nov 2010 12:09:36 -0700 Message-ID: From: David Leimbach To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: multipart/alternative; boundary=000e0cd6a6f06f9e9e049416aa45 Subject: Re: [9fans] T/RStream? Topicbox-Message-UUID: 75da6af2-ead6-11e9-9d60-3106f5b1d025 --000e0cd6a6f06f9e9e049416aa45 Content-Type: text/plain; charset=ISO-8859-1 On Tue, Nov 2, 2010 at 10:19 AM, ron minnich wrote: > On Tue, Nov 2, 2010 at 7:41 AM, David Leimbach wrote: > > > I could see wanting to work this into the user space implementations of > 9P > > that exist for various programming languages. > > > Andrey did work it into the Newsham code and it worked well, I think > he still has it. > > ron > > Cool. You mean Newsham's Python code or Newsham's Haskell code? :-) --000e0cd6a6f06f9e9e049416aa45 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

On Tue, Nov 2, 2010 at 10:19 AM, ron min= nich <rminnich@g= mail.com> wrote:
On Tue, Nov 2, 2010 at 7:41 AM, David Leimbach <leimy2k@gmail.com> wrote:

> I could see wanting to work this into the user space implementations o= f 9P
> that exist for various programming languages.


Andrey did work it into the Newsham code and it worked well, I think<= br> he still has it.

ron


Cool. =A0You mean Newsham's Python c= ode or Newsham's Haskell code? :-)=A0
--000e0cd6a6f06f9e9e049416aa45-- From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: Date: Tue, 2 Nov 2010 12:33:26 -0700 Message-ID: From: ron minnich To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [9fans] T/RStream? Topicbox-Message-UUID: 75f0fa6a-ead6-11e9-9d60-3106f5b1d025 On Tue, Nov 2, 2010 at 12:09 PM, David Leimbach wrote: > Cool. =A0You mean Newsham's Python code or Newsham's Haskell code? :-) python. ron