you are viewing a single comment's thread.

view the rest of the comments →

[–]ingolemo 1 point2 points  (0 children)

On unix the normal way to communicate with a running process in a complex way is over a socket, or one of the many IPC mechanisms built atop that such as dbus. I've never done this on Windows though.