D-Bus equivalent for Windows

我的梦境 提交于 2019-12-31 08:52:15

问题


Anyone know of a Linux/D-Bus sort of mechanism for Windows?

Thanks


回答1:


Choose your poison:

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

The following IPC mechanisms are supported by Windows:

  • Clipboard
  • COM
  • Data Copy
  • DDE
  • File Mapping
  • Mailslots
  • Pipes
  • RPC
  • Windows Sockets

The closest to DBus is COM.




回答2:


The reference D-Bus implementation natively supports Windows. Previously, the WinDBus project could be used. There is no need for equivalents if you want to use D-Bus.




回答3:


windbus is now part of the official DBus releases, see: https://www.freedesktop.org/wiki/Software/dbus/#windowsport



来源:https://stackoverflow.com/questions/482681/d-bus-equivalent-for-windows

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!