When TCP/IP networking between different languages, is there an advantage to using a server on one language compared to another? I’m communicating between C++ and Java, and wondering if having a server on a specific language will improve it’s overall efficiency, or is the client server relationship agnostic in terms of efficiency.
When TCP/IP networking between different languages, is there an advantage to using a server
Share
I would use whatever you find easier to use. We can’t tell you which one that is.
If you still have no idea, I would suggest Java as its easier for beginners and harder to shoot yourself with 😉
I wouldn’t worry about performance until you have specific, measurable requirements have measured how your application performs.