From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: Date: Sat, 28 May 2005 12:34:42 -0400 From: Russ Cox To: Sergey Reva , Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Subject: Re: [9fans] srv to stdin, stdout In-Reply-To: <11814878703.20050528171211@mail.ru> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <11814878703.20050528171211@mail.ru> Cc: Topicbox-Message-UUID: 5781c254-ead0-11e9-9d60-3106f5b1d025 > Is that enough to start serving with 'listen'? > mysrv.infd=3D0; > mysrv.outfd=3D1; > srv(&mysrv); >=20 > I already try this, and can see files, but can't write to them. > Same code started by 'postmountsrv' work fine. If you can do anything at all, then messages are flowing in both directions. I don't understand how using standard input and output could break=20 Twrite transactions. Russ