IT arhitektuur
..)
·Assembly Manifest sisaldab kõik vajalikud Assembly metaandmed
16. Remote Procedure Call
·The remote procedure call (RPC) provides programmers a familiar programming model by
extendingthe local procedure call to a distributed environment.
·RPC maintains the useful aspects of the localprogramming model while handling purely
distributed issues such as
server selection (binding), and
communication or server failures.
·RPC alsoprovides a convenient and consistent mechanism for specifying the interactions
between componentsof a distributed system.
·In addition to basic RPC features, such as supporting a variety of data types and
transportindependence, the remote procedure call needs to support extended features such as
context handles, allowing a server to reclaim resources when either the communications or
clientfails
multiple language bindings, allowing applications to be implemented in different