I\'m looking for a simple way to pass messages from one process (Perl script, short-lived) to another (Python script, long-running) - both processes local to the sa
And for powered-up communications in the same style as socket, consider looking at 0MQ. It can make use of different communication technologies depending where your two apps are located, and even for local processes it's very easy to use and solves the problems for you.