inter process communication between Java and C++
807591Feb 29 2008 — edited Feb 29 2008Hi,
I'm building a java web service, which in turn relies on the service from a C++ daemon. The web service and the C++ daemon live on a same Linux machine, and the web service will be deployed in tomcat. I wonder how my java web service can talk to the C++ piece? I'm thinking of a socket concept a the link between these two, but am unsure if it is the right way to go?
Any comments? thanks!