【问题标题】:D-Bus equivalent for Windows适用于 Windows 的 D-Bus 等效项
【发布时间】:2010-10-03 17:14:41
【问题描述】:

有人知道 Windows 的 Linux/D-Bus 机制吗?

谢谢

【问题讨论】:

    标签: windows winapi ipc dbus


    【解决方案1】:

    选择你的毒药:

    http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx

    以下 IPC 机制是 Windows 支持:

    • 剪贴板
    • COM
    • 数据复制
    • DDE
    • 文件映射
    • 邮槽
    • 管道
    • RPC
    • Windows 套接字

    最接近 DBus 的是 COM。

    【讨论】:

    • Windows 应用程序是否会在单个 RPC/MQ 系统上实现标准化?
    • @CMCDragonkai COM 从我记事起就是事实上的标准。
    【解决方案2】:

    reference D-Bus implementation 原生支持 Windows。以前,可以使用the WinDBus project。如果您想使用 D-Bus,则不需要等效项。

    【讨论】:

    • 它真的支持得足够好,可以用于生产软件吗?您的答案中的链接指出“正在向 Windows 移植”。 (截至 2020 年 2 月 20 日)
    【解决方案3】:

    windbus 现在是官方 DBus 版本的一部分,请参阅: https://www.freedesktop.org/wiki/Software/dbus/#windowsport

    【讨论】:

      猜你喜欢
      • 2010-09-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2014-12-14
      • 2011-09-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多