I am in the process of writing a Plugin which should react to some data (XML-Format) sent via a socket connection. Since I have never worked with IPC in terms of python before and my knowledge of IPC is, sadly, pretty limited, I'd like to ask you for some ideas and/or help.
So far, my first...