Connecting Tech Pros Worldwide Forums | Help | Site Map

Maximum number of opened sockets in localhost

RicercatoreSbadato
Guest
 
Posts: n/a
#1: Feb 22 '06
I use Win XP, which is the maximum number of sockets I can open on the
localhost?


Michael Nemtsev
Guest
 
Posts: n/a
#2: Feb 22 '06

re: Maximum number of opened sockets in localhost


They write there http://tangentsoft.net/wskfaq/advanced.html#maxsockets
that the number of open socket connections are up to the RAM

"RicercatoreSbadato" wrote:
[color=blue]
> I use Win XP, which is the maximum number of sockets I can open on the
> localhost?[/color]
--
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche

Vadym Stetsyak
Guest
 
Posts: n/a
#3: Feb 22 '06

re: Maximum number of opened sockets in localhost


Hello, Michael!

Since in Win32 world socket is an int then theoretically the number of sockets that can be opened is approaching to int.MaxValue.

--
Regards, Vadym Stetsyak
www: http://vadmyst.blogspot.com
Michael Nemtsev
Guest
 
Posts: n/a
#4: Feb 22 '06

re: Maximum number of opened sockets in localhost


Hello Vadym,

Indeed, good note :)

VS> Hello, Michael!
VS> Since in Win32 world socket is an int then theoretically the number
VS> of sockets that can be opened is approaching to int.MaxValue.
VS>
VS> --
VS> Regards, Vadym Stetsyak
VS> www: http://vadmyst.blogspot.com
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche


Closed Thread