IPC Mechanisms in C# - Usage and Best Practices

前端 未结 6 1982
南笙
南笙 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:58

    It sounds as though you're interested in synchronization techniques rather than communication. If so, you might like to start here, or perhaps this more concise overview.

提交回复
热议问题