Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当不同语言之间的 TCP/IP 网络连接时,与另一种语言相比,在一种语言上使用服务器是否有优势?我在 C++ 和 Java 之间进行通信,想知道使用特定语言的服务器是否会提高其整体效率,或者客户端服务器关系在效率方面是否不可知。
我会使用任何你觉得更容易使用的东西。我们不能告诉你那是哪一个。
如果您仍然不知道,我建议 Java 对初学者来说更容易,而且更难用 ;)
在您有具体的、可衡量的要求衡量您的应用程序的性能之前,我不会担心性能。