I have 2 applications, one written in C and the other in Java, that suppose to run on the same machine. What is the best way to implement an IPC between them?
best m
You can use either named sockets or network sockets for this purpose..