I am looking for an inter-process communication facility that can be used between languages and/or environments running on the same or different systems. For instance it sh
Check out Microsoft Message Queue or something simillar. Also have a look at XML-RPC, SOAP, JSON etc.