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 you change the system menu (on the Control-Menu Box)?
How can you Navigate from the DHTML application to another DHTML application? .
How to down load image properties.
1s it posible to Create Tables Through Querydef?
State about the different types of visual basic data?
What is the use of Imagelist Controls ?
Types of DBCombo boxes
How can I call a 'hidden' DOS program from VB?
How do I make the mouse cursor invisible/visible?
___ argument can be used to make a menuitem into bold.
What are the uses of List View Control?
What is the current version of Visual Basic for Windows?
How do I create controls dynamically (at run-time)?
Explain Default cursor Type and LockEdits type in RDO?
How can you get selected file from file system Control?