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
Explain the "cursortype" and "Locktype" in VB?
What are the Internet tools available in VB6.0?
How would you add elements in TreevieW Control.
How do I make my applications screen-resolution independent?
How would you use ActiveX Dll and ActiveX Exe in your application?
Can you create a updatecascade, Deletecascade relation in Ms- Access? If no, give on eample.
How do I implement an accelerator key for a text box?
Which type of object requires this object?
How do you change the system menu (on the Control-Menu Box)?
How the image application?
How many File System Controls are there Explain?
i want to retrive data from one spead sheet to another UI (workbook). control will search cell by cell for each row and load the data in another workbook(UI).
What are forms in visual basic?
What is ODBC Direct and Microsoft Jet Database Engine ?
What is the use of NEW Keyword? Explain.