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
Explain about an event-driven programming language?
Is there any Edit method in ADO Data Access method?
How can I speed up my VB database application?
How do I create a new form in visual basic?
How to get Cursor position using API?
Explain about the creation of EXE files with Visual Basic?
Explain the working with task in Gantt chart view.
which property is used to change to some value to access a identity column in datacontrols?
What is controls in vb?
Explain about Caturing Baseline.
What is the use of property page Wizard in ActiveX Control?
How much gain in performance will I get if I write my number crunching routines in C instead of Visual Basic?
What is the use of parameters collection?
What is the Windows API?
Through which protocol OLEDB components are interfaced?