I have a process that runs continuesly. I want to trigger that process every once in a while to perform an poeration. The triggering would be done by another process.
I know I can use WCF, but I am looking for a an easier solution, maybe a named Semaphore?
Any ideas?
Best,
Asher
A named Mutex will work…