I have a Service application that implements a TCP server. The actual port the server utilises is "site configurable".
The default port is usually 'safe' so generally nobody changes it but recently one location did change it (to a port used by another service they were not aware was also using the port). While I could identify what the problem was (ie the server service failed to start due to a port clash), it would have been good to report something like "Cannot start server on port 1234 - XYZ is already using that port" So the question .... Is there any way to get a list of processes and their corresponding "active" TCP port usage on a Windows based computer (win32-Delphi) ? __________________________________________________ Delphi-Talk mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi-talk
