How can objects on different threads communicate with one
another?

Answers were Sorted based on User's Feedback



How can objects on different threads communicate with one another?..

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

How can objects on different threads communicate with one another?..

Answer / helo

i don kno

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Visual Basic Interview Questions

How does the following statements work? On Error Goto Err_Handler

2 Answers  


what are the Differences Object and Class?

2 Answers  


How can you get selected file from file system Control?

0 Answers  


What is keyword used to compare two objects?

2 Answers  


What is DSN?

0 Answers  






What are the rules which should be followed while naming a variable in VB?

0 Answers  


How can you Navigate from the DHTML application to another DHTML application? .

0 Answers  


what are the Differences between Recordset and Resultsets?

0 Answers   IBS, Lava International,


What is the difference between adodc and adodb in vb?

0 Answers  


Advantage of ActiveX Dll over Active Exe.

0 Answers  


What is the use of parameters collection?

0 Answers  


I want to develop a stand alone application which can communicate with the existing applications in the system. On which this application should be based on: Standard Exe, Active-X Exe, Active-X Dll.

2 Answers  


Categories