|
-
December 4th, 2002, 08:41 AM
#1
socket call
Hi please try this
If the socket call is being repeatedly used say in a loop-then, what is the maximum limit to the file descriptor that will be returned by socket call.
Or how long can we go on making sockets ?
-
December 4th, 2002, 12:28 PM
#2
Re: socket call
Originally posted by Nihas
Hi please try this
If the socket call is being repeatedly used say in a loop-then, what is the maximum limit to the file descriptor that will be returned by socket call.
Or how long can we go on making sockets ?
the real number is os-dependant. win95 can create far less sockets than say win2k. it's also memory dependant. the best thing to do is see if socket() returns INVALID_SOCKET.
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
|