Subject Re: [IB-Architect] Interbase connection limit and Support related Problems
Author Jan Mikkelsen
I wrote:
>This typically not true. If the stack provides IFS handles, they are
>allocated out of the same namespace as file handles and can be used in the
>standard Win32 functions, like ReadFile(), WriteFile(), etc. The Microsoft
>TCP/IP stack generates IFS handles, although third party TCP/IP stacks
might
>not.

Let me get this right.

Even stacks which do not generate IFS handles have their handles allocated
out of the same namespace as Win32 handles, and must do so to avoid clashes.
There were issues with NT prior to SP4 with the use of handles from non-IFS
providers in native Win32 calls (like ReadFile/WriteFile), but they were not
handle namespace issues.

Jan Mikkelsen