Home > Back-end >  The same DLL asynchronous calls between multiple processes
The same DLL asynchronous calls between multiple processes

Time:10-28

I want to implement the asynchronous calls between different processes the same DLL, which master instruct me bai

For example process 1 and process 2 calls the a. d. LL B function,
1 after the call, such as how to process 2 call again?

CodePudding user response:

Add a mutex or use the event mechanism

CodePudding user response:

Know the basic principles, is don't know what to do,

CodePudding user response:

If not mutually exclusive, it seems that it has no adverse effect, and the system itself will arrange resources asynchronous

CodePudding user response:

Feeling doesn't make sense. After all, just function call

CodePudding user response:

This does not need asynchronous processing
  • Related