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.
有什么方法可以在并行运行的 Perl 和 Java 程序之间建立通信。如果有信号,则 java 程序必须运行,Perl 程序必须休眠。如果信号关闭,java 程序必须休眠,Perl 程序必须唤醒并运行它之前恢复的位置。请让我知道,如果这些有可能模拟这个?