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 do I make my applications screen-resolution independent?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is the use of ActiveX Documents?
Types of LockEdits in DAO?
How do I set the Windows wallpaper at runtime?
How do I program the Novell NetWare API from VB?
__ no of controls in form.
How do I mimic a toggle button?
What is ado in vb?
what are the Differences between Recordset and Resultsets?
What are the different procedures associated with the object?
___ VB constant make the menu item in centre.
What is meant by Establish Connection in RDO?
State about the different types of visual basic data?
What is the latest version of visual basic?