语言/操作系统之间的进程间通信 [英] Inter-process communication between languages/operating systems

查看:98
本文介绍了语言/操作系统之间的进程间通信的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在寻找一种可以在相同或不同系统上运行的语言和/或环境之间使用的进程间通信工具.例如,它应该允许在Java,C#和/或C ++组件之间发送信号,并且还应该支持某种排队机制.显然,唯一与环境和语言无关的功能是文件,但是我认为这样做太慢了-规范的排队可能很难实现.文献中描述的许多其他功能仅适用于一种语言或一种操作系统.建议将不胜感激!

I am looking for an inter-process communication facility that can be used between languages and/or environments running on the same or different systems. For instance it should allow signals to be sent between Java, C# and/or C++ components, and it should also support some kind of queueing mechanism. The only facility that is obviously environment and language-independent is files, but I assume this would be much too slow - and disciplined queueing may be difficult to implement. Many of the other facilities described in the literature only apply to one language or one operating system. Suggestions would be appreciated!

推荐答案

好吧,您绝对可以考虑使用套接字".

Well, you could definitely look at using "sockets".

这篇关于语言/操作系统之间的进程间通信的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆