interprocess
interprocess copied to clipboard
A cross-platform shared memory queue for fast communication between processes (Interprocess Communication or IPC).
under window 10 C# net6 version: 1.0.169 Created a simple publisher/subscriber test and working perfectly for 1P1C mode (P-producer, C- consumer) however, when trying 1P2C mode, get the following exception...
Hi, Can you please help me with that error. I just created a sample on TFM .NET 5.0 and get that exception on Ubuntu WSL (WIndows Subsystem for Linux) on...
I was trying to figure out a way to make this even faster and found that I am leaking named semaphores on Linux. I'll work on a fix but one...
Hi On windows, there is System.UnauthorizedAccessException: 'Access to the path is denied.' if the publisher and subscriber are created by different accounts in different processes. for example, a windows service...
## Problem description At first, I import `Cloudtoid.Interprocess` to my ASP.NET WEB API backend application, every time it run `using var publisher = factory.CreatePublisher(options);` it got into the exception below:...