> http://www.microsoft.com/resources/documentation/Windows/2000/server/reskit/en-us/Default.asp?url=/resources/documentation/Windows/2000/server/reskit/en-us/regentry/58810.asp
> This shows the setting that 'appears' to allow one to override the > limit of 64 connections. Unfortunately, the TcpNumConnections shouldn't have any effect on the problem. It's going to regulate the maximum number of connected TCP/IP sockets on the system, but that _already_ is way above and beyond 64! The Win32 restriction of 64 objects per thread is actually in a different part of the API--not the networking or TCP/IP sections themselves--but it collaterally affects async I/O implementations due to the way async I/O notifications work. --Sandy ------------------------------------ Sanford Whiteman, Chief Technologist Broadleaf Systems, a division of Cypress Integrated Systems, Inc. e-mail: [EMAIL PROTECTED] SpamAssassin plugs into Declude! http://www.mailmage.com/products/software/freeutils/SPAMC32/download/release/ Defuse Dictionary Attacks: Turn Exchange or IMail mailboxes into IMail Aliases! http://www.mailmage.com/products/software/freeutils/exchange2aliases/download/release/ http://www.mailmage.com/products/software/freeutils/ldap2aliases/download/release/ To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
