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...
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...