Date: Sun, 1 Mar 1998 13:07:34 +0200 (IST) From: Eli Zaretskii To: Robert Hoehne cc: Vik Heyndrickx , DJGPP Mailing list Subject: Re: RHIDE eats file descriptors (among other things) In-Reply-To: <34F5D847.B086947C@gmx.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Thu, 26 Feb 1998, Robert Hoehne wrote: > Additionally I have Norton's syswatch running, which shows me the opened > filehandles. Now, when doing nothing there are 6 handles opened. Then I > start RHIDE on a simple project -> 5 handles are opened!!! Yes I get > one more free handle than loosing one when starting RHIDE!!! I'd guess that this has nothing to do with RHIDE. NC probably calls COMMAND.COM to run external programs (most DOS compilers do that in their `system' library function, although DJGPP doesn't). One of the first things COMMAND.COM does is to close all handles above the 5 predefined ones, which explains what you see.