IPC (inter process communication) between python and java -


First, why I'm asking this question in the first place, a small explanation : I am writing Python program (with a wxPython GUI) which requires calling Java Java program from Python and removing its data. I have an in-process solution working in Windows, I have an in-process solution on OSX, as long as I run headless without the Java app. Unfortunately, there is no proper solution that I have found both GUIs to run on OSX in the same process because both both ADT and WX want the first thread and they can not share the wx message loop.

What I would like to do is to launch a Java program in a separate process from my Python program and set a pipe or queue or something to pass back and backward data (especially byte arrays) .

I appreciate any suggestion, or even rub a nud in the right direction as I have very little experience with the IPC.

The answer may be for you. See:


Comments

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -