May 20th, 1999, 02:15 PM
Is there a way to find out the total number of sockets on a system???
|
Click to See Complete Forum and Search --> : sockets May 20th, 1999, 02:15 PM Is there a way to find out the total number of sockets on a system??? Rob Wainwright May 20th, 1999, 04:29 PM I tried this about 18 months ago, using a brute force algorithm, i.e. recursively create them until the create socket failed. On Windows 95, I could only create 96, but on NT I got over three hundred. As the application needed to support a maximum of 50 connections I stopped there. HTH Rob. codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |