How to process A direct send message to a thread of process B?

106 views Asked by At

Now, there are a scene: Process A get a thread ID , that in the process B thread pool. Now, process A want to direct send a message to process B. it can be implement? if yes. how to do that?

1

There are 1 answers

1
rcgldr On

What operating system? For windows one way to communicate between processes is to use shared memory .