In-process servers, implemented as DLLs, execute within the same process as the
object's client application.
Local (or out-of-process) servers, implemented as .exe files, reside on the same computer as the client application, but execute in a different process.
Remote servers execute on a computer remote from the clients that they are
serving.
object's client application.
Local (or out-of-process) servers, implemented as .exe files, reside on the same computer as the client application, but execute in a different process.
Remote servers execute on a computer remote from the clients that they are
serving.
Comments