I am trying to open 10,000 concurrent TCP/IP socket connection using apache Mina Framework.I have windows 2008 enterprise system with 32 cores and 40GB RAM.When i try to connect to 192.168.10.11 Ipaddress after 1550 ports are opened i am getting the error message "No buffer space available (maximum connections reached?)".I checked the CPU and RAM usage but it did not go beyond 10% and the windows firewall is disabled on my system.
when i run netstat -n i can see more than 50 thousand connections are opened for 127.0.0.1 and only 1550 ports for my IP address.Due to this i am running into this error. Can you help me in resolving this issue
