Interprocess Communication Between C# application and unmanaged C++ application

前端 未结 8 2228
感动是毒
感动是毒 2021-01-05 15:20

I have two Windows services, the first one written in C# and the second written in unmanaged C++, I want to know how can I do two-way interprocess communication.

相关标签:
8条回答
  • 2021-01-05 15:44

    I would say sockets and a messaging system. Check our for Google Protocol Buffers.

    0 讨论(0)
  • 2021-01-05 15:45

    I would say redis would be the best solution for any kind of interprocess communication

    0 讨论(0)
提交回复
热议问题