Answer Posted / tdotnet
Processes are independent execution units that contain
their own state information, use their own address spaces,
and only interact with each other via interprocess
communication mechanisms (generally managed by the
operating system).
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to directly call a native function exported from a dll?
What are the ways to configure remoting objects before client can use them?
Define remotable objects in .net remoting?
How to decide which to use .net remoting or asp.net web services?
What are the security features in .net remoting?
What is Remoting?
What are static assemblies?
What does manifest consists?
Can you explain remoting?
What are the difference between static assemblies and dynamic assemblies?
Explain the Flow of remoting?
What is the difference between the RegisterWellknownServiceType(), RegisterWellknownClientType(), RegisterActivatedServiceType() and RegisterActivatedClientType() in .net?
what are the requirements to enable remote components to interact each other?
About Iunknown interface Queue ,its methods Query Interface Addref,Release and Explain each ?
Can we configure a .net remoting object via xml file?