How can objects on different threads communicate with one
another?
Answers were Sorted based on User's Feedback
Answer / 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 |
what are the different Types of Recordsets.
What is recordset in visual basic?
How would you create your application in DHTML?
What are the uses of List View Control?
How do I implement an accelerator key for a text box?
What is RDO?
What is the difference between Msgbox Statement and MsgboxQ function?
What is the use of Connection object?
What is the difference between message box
Is the Variant type slower than using other variable types?
what is the Need of zorder method?
What is the Advantage of ActiveX Dll over Active Exe?