 |
 |
| |
|
| |
DCOM (= Distributed COM) makes it possible to create COM objects on a remote
computer.
This can be useful if it is not desired to activate Venice on the client
computer that needs access to COM objects.
Another reason to use DCOM is for security issues. For instance, it is not
desirable to give the Internet Server access to the server hosting the Venice
database via share names. With the use of DCOM, this can be prevented.
DCOM communicates via RPC (= Remote Procedure Calls) between the client and the
server. When the client requests the creation of a COM object, the object is
created on the remote server which has access to Venice locally and can have
all the necessary rights, even if the client computer has no file permission
rights on the server! |
| |
|
 |
| |
|
| |
|
|
 |
|