DZone Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world
Find Which Pids Are Using Which TCP Ports
On unix systems: lsof
On windows: command line: Tcpvcon
GUI: TCPView
(can be downloaded from http://www.sysinternals.com/Utilities/TcpView.html)





