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 forms in visual basic?

0 Answers  


Wat is Apartment Model?

3 Answers  


Difference between Dynaset and Snapshot?

0 Answers  


which arguments will be used to run a executable program in shell function ?

1 Answers  


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

0 Answers  






What is ActiveX Control?

0 Answers   ABC,


What are the uses of List View Control?

0 Answers  


Difference between Linked Object and Embedded Object?

2 Answers  


What is the size of the variant data type?

3 Answers  


which argument can be used to make a menu item into bold?

2 Answers  


CONNECTIVITY OF SQL 2000 + VB USING ODBC. steps i Follow- 1) Go to Control panel-->Admintrative Tools-->Double -click Data sources(ODBC)-->click Add button-->I choose SQL server (last option), Is it right or wrong option for connecting to SQL 2000.Then a new screen appears Create a New dataSource-->in name textbox,we can write anyname--Right or wrong. suppose i enter sonia, & my server name is .,so I enter . in server & click next button-->On the Next screen i have checked the option With Sql server authentication-- >Login Id-sa, Password-->Blank-->Click next button-->Next-- >Finish-->Then I click on button Test Data source-->Mesage Comes TESTS COMPLETED SUCCESSFULLY-->OK-->OK-->Ok. These steps we have to do or not for Connectivity using ODBC. If yes,then what after these steps we have to do??Plz reply me early ??Thx in advance.

6 Answers  


How many objects resides in ADO ?

0 Answers  


Categories