What distributed process frameworks outside .NET do you know?
Distributed Computing Environment/Remote Procedure Calls (DEC/RPC), Microsoft Distributed Component Object (DCOM), Common Object Request Broker Architecture (CORBA), and Java Remote Method Invocation (RMI).
What are possible implementations of distributed applications in .NET?
.Net Remoting Interview Questions
.Net Remoting Interview Questions - 2
June 17th, 2008admin- admin's blog
- Login or register to post comments
- Read more
.Net Remoting Interview Questions
June 17th, 2008admin- What’s a Windows process? It’s an application that’s running and had been allocated memory.
- What’s typical about a Windows process in regards to memory allocation? Each process is allocated its own block of available RAM space, no process can access another process’ code or data. If the process crashes, it dies alone without taking the entire OS or a bunch of other applications down.
- admin's blog
- Login or register to post comments
- Read more