Date: Wed, 4 Feb 1998 20:02:20 +0200 (IST) From: Eli Zaretskii To: Gisle Vanem cc: djgpp AT delorie DOT com Subject: Re: FSEXT handles In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Wed, 4 Feb 1998, Gisle Vanem wrote: > In other words, I cannot create more (and keep them lingering) sockets than > DOS allows handles to NUL !?? What a pain... AFAIK, Unix also doesn't allow you to create more handles than the OS can maintain. So there's no limitation here that doesn't already exist on platforms which supporte REAL sockets. FILES=40 should be usually enough. Btw, if you run on Windows 95, you can have 255 handles by default.