question related to sockets



Hi,

I'm working on a sockets app (using all those connect, socket, recv, send
stuff). There is one problem on just one of many pcs i deal with. This pc,
sometimes my app crashes on it, which is pretty usual cuz of application
bugs and I fix them of course. But the problem is that the ports r left open
when the app crashes. I see the list from entering the *netstat -a -o*
command at the command prompt. Its shows that the ports r still in the
listening state. The *-o* switch for this netstat command shows the process
that owns these ports but clearly that process died a long time back and has
no signs in the task manager of windows xp either. Can any one tell me what
can I do to resolve this? Logging off from the pc and signing in again
disappears the port from the netstat command listing but the app is still
unable to listen on these ports. If I restart the computer than the app can
listen on those ports again. And this is happening on 2 of the PCs that I
use, both has windows xp with sp2. Code is being written in native vc++ 2k5.

Regards,

-ab.


.



Relevant Pages

  • Re: question related to sockets
    ... The short answer is that the OS doesn't release a socket for up to 4 mins and hence your reconnect would fail. ... This pc, sometimes my app crashes on it, which is pretty usual cuz of application bugs and I fix them of course. ... But the problem is that the ports r left open when the app crashes. ... The *-o* switch for this netstat command shows the process that owns these ports but clearly that process died a long time back and has no signs in the task manager of windows xp either. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: question related to sockets
    ... somehow was hooking the crashed app. ... that ownd the ports but it was not there in the taskbar. ... ports r left open when the app crashes. ... The *-o* switch for this netstat command ...
    (microsoft.public.dotnet.languages.vc)
  • Re: XP Sp2 Firewall issue
    ... Thank you, We are not to sure which Remote Control App we are moving to, at ... to go to but we just want to OPEN all the Ports on the Remote side to allow ... >> from my Subnet and still BLOCK everything else from any other IP ...
    (microsoft.public.windowsxp.security_admin)
  • Re: Port function and scanning
    ... The netstat command offers seven arguments. ... Do the ports reported include all potentially open ports are just the ones ... die seinem Ziel und seinem Geist zuwider sind." ...
    (comp.security.firewalls)
  • Re: Datagrid is not populated
    ... sAppPath ... Are you getting any kind of error message? ... it's hardly uncommon for an app to work fine on the dev PC and NOT ... >> those PCs is really what matters. ...
    (microsoft.public.vb.controls)

Loading