[RESOLVED] Socket/Port remains open after app crashes
Posted on
16th Feb 2014 07:03 pm by
admin
I'm having this problem with a networked app in vb.net.
If the program exits normally the port closes fine, however, if it crashes sometimes it remains open and I am unable to close it. The next time I run the program it is unable to open the port because it is already in use. Here's the exception:
10048: Only one usage of each socket address (protocol/network address/port) is normally permittedAny ideas on how I can reclaim this port, or how I can close it?
Did you know?Explore Trending and Topic pages for more stories like this.
I tried using the reuse address socket option
Code: SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.ReuseAddress, 1) but that just opens the port again and does not close the old one. see this netstat output:
TCP PCISERVER:14000 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 4320
[System]
TCP PCISERVER:14000 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 5808
[System]
TCP PCISERVER:14001 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 5808
[System]
TCP PCISERVER:14001 PCISERVER.cpwpci.cpwgroup.net:0 LISTENING 4320
[System]
As you can see once the program exits the ports remain opened by the System process.
I don't know of a way to stop them from listening besides a restart.
No comments posted yet
Your Answer:
Login to answer
87
27
Other forums
Log $_POST
How would i log submits on a form, by everyone? I want to then echo the number of submissions.
Coding question?
Hey guys, I have a quick question. If I want to make a way for people to pay for health in my game,
Problem with PHP code- simple contact form
Hi Folks,
I'm relativily new to PHP; I know HTML and CSS stuff but I have a problem- I have a co
Bandwidth monitoring?
Hi guys,
I need a little information I have written a php app and I occurred to that I need
Time-based image rotation script
I'm trying to write a PHP script that rotates an image based on what time of day it is. I want the
How to replace search button with link?
hi to everbody.
i have a search submit form and button like this :
<form id="f
why aint this working?
i have this code:
Code: $num = 250;
$count = ($num - $rcount);
echo $rc
php code generators
All
Whilst enjoying learning a new language i have come accross a number of free code generat
asking for direction
I have 2 tables in my data, which are "post" and "event"
I won't make a summa
How To Make More Than One Redirection with PHP on the same page?
Hey im trying to do a direction page where it open differently link direction pages every time som