Hi,
I am developing an application, where the requirement of the application is to create 3000 server socket objects and listen to the incoming data. When I try to create 3000 socket server objects in the program, I am encountering an IOException stating that the BUFFER LIMIT is attained.
The program which is generating the 3000 Server Socket objects is being developed on Windows.
Q 1) Is this a limitation which Windows imposes?
Q 2) If this is not an Operating System issue then how do I get around with this problem.
Relevant answers are appreciated.
thank you