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


Please Help Members By Posting Answers For Below Questions

Where can I get updated VB and other Microsoft files?

960


OLE is used for _______

1094


How do I call help files from a VB program?

999


How would you convert a form into document?

1632


Whether HTML supports multimedia: and document links?

1426






What is the difference between Msgbox Statement and MsgboxQ function?

1444


What is vbs file?

555


Can you tell me the properties of the controls?

1569


What are the uses of List View Control?

1556


what is the Difference between Linked Object and Embedded Object?

1771


How do I play MID, WAV or other multimedia files?

1040


what controls have you used in your project?

1471


What is dao in vba?

540


Which method is used to write context Into file?

1567


How would you create properties by using class Builder Wizard?

1484