Re: MemPool.c's

From: Henrik Nordstrom <hno@dont-contact.us>
Date: Wed, 17 Apr 2002 08:36:17 +0200

On Wednesday 17 April 2002 00:17, Guido Serassio wrote:

> _open_osfhandle() and _free_osfhnd() are required too, and
> _free_osfhnd() is undocumented, I have found it looking in the
> MSVCRT sources.

_open_osfhandle(), _get_fhandle() etc was all documented at this
availability or greater.. Not sure about _free_osfhnd().

Are you sure you need _free_osfhnd()? From what I understand it
should be sufficient to close().

The Watcom C library docs can be found here:
http://www.clipx.net/ng/wclr/index.htm
[alphabetically sorted, don't let the "menu" confuse you]

Also tried searching MSDN, but there nothing could be found on these
functions..

> >But 2K filedescriptors is a noticeable limit. Any chance of
> > increasing this?
>
> May be recompiling the MSVCRT ....

Can this be done in a sane manner? And distributed?

Are you sure there is no simpler way? Maybe it is possible to realloc
the internal array or something similar..

Regards
Henrik
Received on Wed Apr 17 2002 - 01:26:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:15:11 MST