From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Mon, 18 Apr 2005 18:30:10 -1000 From: Tim Newsham To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] 9P client and server In-Reply-To: Message-ID: References: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Topicbox-Message-UUID: 3b5e7b6c-ead0-11e9-9d60-3106f5b1d025 > Is srv.py can be used in place of u9fs? Sort of. Srv.py will serve out your local filesystem. It also has a facility for supporting some remote devices. It is single-threaded and synchronous and written in python. I'm sure u9fs outperforms it and handles multiple outstanding requests much more gracefully where it is available. Tim Newsham http://www.lava.net/~newsham/