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

what are the different Types of Recordsets.

0 Answers  


What is recordset in visual basic?

0 Answers  


How would you create your application in DHTML?

0 Answers  


What are the uses of List View Control?

0 Answers  


How do I implement an accelerator key for a text box?

0 Answers  


What is RDO?

1 Answers  


What is the difference between Msgbox Statement and MsgboxQ function?

1 Answers  


What is the use of Connection object?

0 Answers  


What is the difference between message box

11 Answers  


Is the Variant type slower than using other variable types?

0 Answers  


what is the Need of zorder method?

2 Answers  


What is the Advantage of ActiveX Dll over Active Exe?

1 Answers  


Categories