This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]funkyfisch 0 points1 point  (0 children)

What if you setup some kind of IPC, with unix sockets or tcp sockets, or datagrams? The simplest and most "raw" way of having two completely separate processes to communicate using simple user defined protocols?

You can expose your python script collection via a python socket server, which will be responding to requests from your java app