IPC Mechanisms in C# - Usage and Best Practices

前端 未结 6 1656
南笙
南笙 2020-11-22 12:58

I have used IPC in win32 code a while ago. [Critical sections, events & semaphores]

How is the scene in .NET enviroment? Are there any tutorial explaining all av

6条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-22 13:54

    I would recommend using Memory Mapped Files if you need to use on the machine domain not communication through network. See the following link.

    http://techmikael.blogspot.com/2010/02/blazing-fast-ipc-in-net-4-wcf-vs.html

提交回复
热议问题