From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] Python filesystem MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20011128185430.958E519A33@mail.cse.psu.edu> Date: Wed, 28 Nov 2001 13:54:25 -0500 Topicbox-Message-UUID: 2c35ab16-eaca-11e9-9e20-41e7f4b1d025 why not just post a connection to a real shell in /srv and open it each time you get a request? then you have a persistent environment. if you were worried about concurrent access then i guess i could see something like /net/cs that just serves conversations, but otherwise a file system seems like overkill.