From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] question about union dirs From: vic Message-ID: User-Agent: Gnus/5.090004 (Oort Gnus v0.04) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 20 Sep 2002 11:38:35 -0500 Topicbox-Message-UUID: f0cabe76-eaca-11e9-9e20-41e7f4b1d025 Sounds reasonable. > If a remote server gets disconnected from > your machine, then the TCP or IL connection breaks In the TCP case, suppose this search is the first operation since the disconnection occurred (no prior outstanding tcp transmissions). Does the search block until TCP gives up (13 or so minutes later), or is the "hungup" condition somehow marked sooner? > and that part of the union is marked as ``hungup'' > and ignored. Can the user (of say rc) discover this? For example, suppose I expect to be getting /bin/foo from the disconnected service. If I quietly get a different /bin/foo from something further down the union, I might be baffled. Vic