Author: paramparam
Date: Jul 10, 2008 23:30
Hi
In our application, we are calling bind function with port number 0
(system to allocate the port number). On one of our VISTA machines, it
is failing with error code 10013 (WSAEACCESS). To create this
problem, I had written a standalone program which simply creates the
sockets and binds those sockets to different system assigned ports. If
i run this program multiple times (during every execution, it creates
4000 sockets and binds to different ports), system is failing to
allocate the ports after some execution (to continue further, i am
forced to reboot that machine). I am properly closing the created
sockets at the end of the program. I could not get the reason for the
failure (error code:10013). The same program is running properly on
different VISTA machine. I need your help to understand...
|