| Author |
max munber of sockets
|
william kane
Ranch Hand
Joined: Nov 21, 2000
Posts: 260
|
|
|
Is there a limit on how many sockets one can open on a system using java sockets?
|
Help me!Help you!!!
|
 |
Peter den Haan
author
Ranch Hand
Joined: Apr 20, 2000
Posts: 3252
|
|
Realistically, unless you're using java.nio.*, the limit is AFAIK the number of threads you can handle -- a few hundred to a few thousand, depending on the platform and the JVM you use. - Peter
|
 |
Van Glass
Ranch Hand
Joined: Nov 18, 2000
Posts: 110
|
|
|
This is of course also limited to the number of available ports on a system. I believe the hard limit is 65535
|
 |
 |
|
|
subject: max munber of sockets
|
|
|