I need to get two different client applications without any brokers or servers. What is the best method for IPC consists of two processes: Java and .NET?
It should be able to work on a multi-user terminal server, so no socket is needed. I want it to be light and simple, something to turn on and start, so no RMI / WS is required.
Now I think of JNI to access Mutex and Named pipe, am I going in the right direction?
Any ideas are welcome!
Thanks Dennis
Dennis c
source share