dotnet core memory mapped file signalling mechanism for data read/write

  • Thread starter Thread starter RaviRaju
  • Start date Start date
R

RaviRaju

Guest
Hi Team,

My environment is Ubuntu.

I wanted to use memory mapped files concept for IPC. The data is passed form process 1 (developed in native c language) to Process 2 (developed in dotnet core).

When the process 1 writes process 2 need to read and based on data it respond back with some data.

How i can signal to process 2 when process 1 completes writing and vice versa.

Please help me with snippet. Thank you for the great help in advance.


Regards,

Ravi

Continue reading...
 
Back
Top