Opening a Memory Mapped File causes FileNotFoundException when deployed in IIS

后端 未结 3 1831
隐瞒了意图╮
隐瞒了意图╮ 2021-01-18 06:21

Following the code example from this website, I created a windows console application that creates a mapped memory file:

        using (var file = MemoryMapp         


        
3条回答
  •  南笙
    南笙 (楼主)
    2021-01-18 06:52

    If Inter Process Communication (IPC) is what you are trying to achieve, you could use WCF with a Named Pipe Binding. You gain a lot of simplicity at the cost of some performance.

提交回复
热议问题