|
-
May 20th, 1999, 02:15 PM
#1
sockets
Is there a way to find out the total number of sockets on a system???
-
May 20th, 1999, 04:29 PM
#2
Re: sockets
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|