From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans mailing list <9fans@cse.psu.edu> Message-ID: <20030808143514.C1666@cackle.proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [9fans] Copying pushtls(2) Date: Fri, 8 Aug 2003 14:35:14 +0200 Topicbox-Message-UUID: 16a0402a-eacc-11e9-9e20-41e7f4b1d025 Can the technique used in pushtls(2) of passing an open file descriptor to a filter device work with a user-space file server? What would be the equivalent lib9p idiom? Somehow, I can't imagine just handing an integer to a user-space file server (a totally distinct executable) and thereafter presuming that the latter will find it useable as a file handle. What am I missing? If that technique is not viable, is there perhaps another mechanism that can be used analogously? An existing example would be a nice pointer. ++L