I want to create a communication between a parent and a child process, both written in C#.
It should be asynchronous, event-driven.
I don't want to run a thread in every process to handle the very rare communication.
What is the best solution for it?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…