Subject Re: [IB-Architect] Interbase connection limit and Support related Problems
Author Jan Mikkelsen
Jim Starkey <jas@...> wrote:

>At 09:44 PM 7/5/00 +0100, Jason Chapman wrote:
>>What about NT?
>>
>>My largest customer has just blown 256!
>
>First, NT sockets come out of a different sequence than file ids.


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.

Jan Mikkelsen