I want to make 2 Process Synchronization in C# with Mutex #62041
Unanswered
bharatbodage
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Who starts the seconds one? If not the first one starts the second one, how do you intend to start it? I see "no sockets", so there are further ways for IPC available, but please answer the question first. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have requirement where we have 2 exe's. When first exe started then I have to call method of second exe which will do some process. once that process is completed then it again intimates first exe that my work is done. you can resume your work.
Note: I do not want to use sockets. Most preferred way is like Mutex or Semaphore.
Any help will be much appreciated specifically with some example
Following is the actual workflow which I need to handle with Mutex.

Beta Was this translation helpful? Give feedback.
All reactions