Re: non-blocking IO socket BIND error
Posted By:
Rishi_Pande
Posted On:
Wednesday, June 16, 2004 12:56 PM
scrap that ... I wa causing two objects of the same class to get instantiated at once. This gave me the bind error.
Anyways, I have run into another problem now where the server does not quit listening on the port after everything is over.
Any 'gotchas' there?
Thanks
Re: non-blocking IO socket BIND error
Posted By:
Rishi_Pande
Posted On:
Wednesday, June 16, 2004 12:56 PM
scrap that ... I wa causing two objects of the same class to get instantiated at once. This gave me the bind error.
Anyways, I have run into another problem now where the server does not quit listening on the port after everything is over.
Any 'gotchas' there?
Thanks
Re: non-blocking IO socket BIND error
Posted By:
Rishi_Pande
Posted On:
Tuesday, June 15, 2004 01:27 PM
Forgot to add in the above question, netstat shows nothing listening on the port; netstat shows no running process for the server.