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.
命名管道是否比使用 COM(进程外)进行进程间通信更快?
没有更多信息,很难回答您的问题。根据您提供的信息,我会说 - 这取决于。我们需要有关实施方案和您的需求上下文的更多信息。
尽管如此,我个人还是建议使用命名管道。它们的设置相对简单,向后兼容且非专有。只需确保将其包装在抽象层中,以便您可以在需要时轻松更改为不同的 IPC 方法。