Date: Wed, 4 Feb 1998 20:04:53 +0200 (IST) From: Eli Zaretskii To: DJ Delorie cc: djgpp-workers AT delorie DOT com Subject: Re: FSEXT handles (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk Wrt the complaint below, should we make `__FSEXT_alloc_fd' use `dup' rather than `open' DOS call? Since the handle isn't used for actual DOS calls, it doesn't seem to be important, and `dup' can go beyond what FILES= says. Comments? ---------- Forwarded message ---------- Date: Wed, 4 Feb 1998 18:54:08 +0100 (MET) From: Gisle Vanem To: Eli Zaretskii Cc: djgpp AT delorie DOT com Subject: Re: FSEXT handles On Wed, 4 Feb 1998, Eli Zaretskii wrote: > ... The latter makes sure the handle it returns is > unique and will not be reused by DOS for any other file unless you close > the socket first. In other words, I cannot create more (and keep them lingering) sockets than DOS allows handles to NUL !?? What a pain... Gisle V.