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 many objects resides in ADO ?

0 Answers  


How do you call a function in a DLL?

1 Answers  


what is the Difference between listbox and combo box?

2 Answers  


What are 3 main differences between flexgrid control and dbgrid control?

0 Answers  


Types of cursors in DAO?

0 Answers  






Whether HTML supports multimedia: and document links?

0 Answers  


How can I change the printer Windows uses in code without using the print common dialog? How can I change orientation?

0 Answers  


Is it possible to change menu runtime using API? If yes Specify the function names?

0 Answers  


I belive VB6 is a powerful and matured tool that any other front end tool, why is it outdated? is it because of lack of awareness or because of difficult to use?

5 Answers   HCL,


How to declare Dll Procedure?

1 Answers  


Explain Default cursor Type and LockEdits type in RDO?

0 Answers  


What are the Differenct Types of Instancing Property in ActiveX Dll and Exe?

0 Answers   Wipro,


Categories