D-Bus equivalent for Windows

2019-03-09 02:24发布

问题:

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