How can objects on different threads communicate with one
another?
Answer Posted / guest
Processes communicate with one another through messages,
using Microsoft's Remote Procedure Call (RPC) technology to
pass information to one another.There is no difference to
the caller between a call coming from a process on a remote
machine and a call coming from another process on the same
machine.
Multithreaded applications must avoid two threading
problems: deadlocks and races.A deadlock occurs when each
thread is waiting for the other to do something
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How can I create a VBX?
How would you access objects created in ActiveX Exe and ActiveX D1T ?
Explain the working with task in Gantt chart view.
How would you navigate between one document to another document
Which method is used to write context Into file?
How do you make a TEXTBOX read only? Or, how do I prevent the user from changing the text in a TEXTBOX?
what are the Differences between Recordset and Resultsets?
Explain about the creation of EXE files with Visual Basic?
Recordset object consists what?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
what are the Default cursor Type and LockEdit type in DAO?
How do I do Peek and Poke and other low-level stuff?
How do I access C style strings?
It is possible to access Text (x.txt) files? Explain.
What do you mean by Databound Controls Explain?