Original Post
What gotchas are there when it comes to network communication between programs written in different languages? I'm interested in finding out what the possible problems are in this multi-language scenario, and in particular where one of the languages used is C++. Are there some open-source systems to look at where one of the components is C++-based?
For example, let's say the people who wrote this on line Java code generator wanted to switch to a binary distribution model. They might be interested in adapting the middle and front tiers of the C++ Middleware Writer to work with their (possibly) Java-based back tier.
For example, let's say the people who wrote this on line Java code generator wanted to switch to a binary distribution model. They might be interested in adapting the middle and front tiers of the C++ Middleware Writer to work with their (possibly) Java-based back tier.