From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Mon, 17 Sep 2007 10:55:01 -0400 To: weigelt@metux.de, 9fans@cse.psu.edu Subject: Re: [9fans] inotify / waiting for events on 9p In-Reply-To: <20070917145119.GB26536@nibiru.local> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Cc: Topicbox-Message-UUID: bf6ca184-ead2-11e9-9d60-3106f5b1d025 > I'm currently thinking about event notifications via 9p. > An simple way would be just reading from some file, and this > read operation will sleep until some event occours. > > The question is: how long can that operation sleep ? > Is there any timeout ? neither 9p nor the plan 9 kernel nor unix system calls have read timeouts. particular filesystems like nfs might. - erik