From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lucio De Re To: 9fans mailing list <9fans@cse.psu.edu> Message-ID: <20020108184014.B12098@cackle.proxima.alt.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: [9fans] opendir/closedir in CVS sources Date: Tue, 8 Jan 2002 18:40:14 +0200 Topicbox-Message-UUID: 3bf7ad10-eaca-11e9-9e20-41e7f4b1d025 Using CVS "import" (thank you Russ, do you know that your efforts can - almost - be used locally on a plan 9 system?) on a large distribution, one runs out of, apparently, directory FDs. Superficial inspection reveals that FDs increment as directories are opened, but do not get reused once the directory is closed and a new one opened. Is it likely that APE closedir() does not release the FD? ++L