IPC in Java
843793Aug 28 2006 — edited Aug 28 2006Hi all,
Whats the best method to securely communicate between a Java and a non-Java process in the same machine? I dont want to get into IP sockets as we have limitation firewalls.
From what I have read until now, using Domains sockets seems to be best (and interfacing that with JNI). But, is there such support in Windows as well? Will this work in MAC also?
Any other suggestions for the same is welcome.
Thanks in advance.
Regards,
Anand