This is a discussion on Re: [9fans] inotify / waiting for events on 9p - Plan9 ; On 9/17/07, Enrico Weigelt wrote: > The question is: how long can that operation sleep ? > Is there any timeout ? totally depends on what's at the other end. Also, it can always return with no event having happened ...
On 9/17/07, Enrico Weigeltwrote:
> The question is: how long can that operation sleep ?
> Is there any timeout ?
totally depends on what's at the other end. Also, it can always return
with no event having happened -- think "remote system died".
So, in general, plan for a failure.
ron