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

in ADO connection string if password is leave blank and all others are given. what will happen

1 Answers   eFunds,


Explain about form creation in Visual Basic?

0 Answers  


which collection in recordset used to assign a value from textbox to table columns without making abinding in datacontrol?

1 Answers  


How do we call MS- Excel in VB?

3 Answers  


___ VB constant make the menu item in centre.

0 Answers  






What are the Style properties of List Box?

2 Answers  


Give brief description about class?

0 Answers  


which property used to add a menus at runtime?

0 Answers  


how a multiple routing works ?

0 Answers  


How do I call a DLL?

0 Answers  


What is the latest version of visual basic?

0 Answers  


what is the Default property of datacontrol ?

2 Answers  


Categories