From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <75b3287ce91f0c944ac2da51fde520fd@terzarima.net> From: Charles Forsyth Date: Wed, 11 Apr 2007 09:20:55 +0100 To: 9fans@cse.psu.edu Subject: Re: [9fans] 9P2000 and p9p In-Reply-To: <775b8d190704102358v75f5be2ek4947da758c6e1218@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 44f2dcd4-ead2-11e9-9d60-3106f5b1d025 > Tread won't hurt very much. If you really care about minimizing > the number of requests, you'd do better to have a single "events" > file that got opened once and then polled (with blocking reads) > to get information out of the device. yes. we do that often; it works well. think of it as `publish/subscribe' for the 21st century: instead of lots of peculiar new APIs and Pattern Names, you open a file, and if needed write a subscription description; and read from it. the server knows.