windows - Maximum number of socket in java -
How many chairs are there in maximum windows under Java? How can I change it?
This file is dependent on the maximum number of descriptors (handles in windows) configured for OS is. Each open file or socket uses a file descriptor in Solaris, for example, 65536 is the default for the maximum FD. It is possible that there are additional files using FD pool, so the upper limit of the soak limit is not limited unless the OS is tuned to increase the number of FD's
Windows NT In the / 2000 / XP (probably Vista & 7) there should be an entry "FILES =" in the \ Windows \ System32 \ config.nt (possibly even a registry setting?) That should give you the maximum number of file handles.
Here's more in-depth discussion of boundaries in Windows:
Comments
Post a Comment