From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200412151836.iBFIaIt19740@zamenhof.cs.utwente.nl> To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] Acme mailreader In-reply-to: Your message of "Wed, 15 Dec 2004 12:07:06 -0500." References: <3d04f137980002699fc0344922c1ce44@vitanuova.com> From: Axel Belinfante MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <19738.1103135778.1@zamenhof.cs.utwente.nl.cs.utwente.nl> Date: Wed, 15 Dec 2004 19:36:18 +0100 Topicbox-Message-UUID: 17e728f2-eace-11e9-9e20-41e7f4b1d025 > the plan 9 ports code posts 9p services as unix domain > sockets in a magic directory in /tmp. code in the know can > open the sockets and speak 9p to the servers. that's how > win talks to acme, for example, and how everyone talks > to the plumber. you could start with /usr/local/plan9/src/cmd/9p.c > and dig down from there to see what's going on. might that also be a way to provice access to files on a remote plan 9 file server? (e.g. to edit them via acme, or whatever) Axel.