I would like to know how I could communicate with a running proccess, like Google Chrome does. If it already exist any instance of Google Chrome and you click in a external link (inside or outside browser), it opens a new tab.
Then, my questions is this communication occurs via sockets or something like that?
Thank you.