From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: fernanbolando@mailc.net, 9fans@9fans.net Date: Mon, 23 Mar 2009 13:21:36 -0700 From: Skip Tavakkolian <9nut@9netics.com> In-Reply-To: <1d5d51400903221517y72bf9b9bp1a4715d63894efde@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] looking for opinions on Interprocess communication Topicbox-Message-UUID: c225a040-ead4-11e9-9d60-3106f5b1d025 > method 2 - In this scheme program2 is a server, mounted on the file > system. The client > does not need to know 9p > program1 -> file IO -> server/progam2 -> fileIO -> program1 use this; you get 9p transparently in your client. also you get networking for free.