InProc (In Process) COM Server: Server attaches to the client’s process address space like a dynamic link library. Example: COM DLL

Out-Of-Process COM Server: Server runs on its own address space which is never attached with client. Client and server interacts with out of process using marshalling which is provided by LPC for local server and RPC for remote server. Example: Local COM exe or remote COM server.

About our authors: Team EQA

You have viewed 1 page out of 67. Your COM/DCOM learning is 0.00% complete. Login to check your learning progress.

#