7. Conclusion
The Remote Procedure Call (RPC) or its equivalent in the object world (the Remote Method Call RMI) are structuring models used to describe the interaction between two software components that communicate by exchanging messages. One of the two components, the client, initiates the dialogue and generally remains blocked while the other component, the server, processes the request. This model is undoubtedly the most widespread for implementing distributed applications. The main reason for this success is that the remote procedure call strives to reproduce for a distributed environment the conditions of a local procedure call (both in terms of the programming model and the execution model).
This programming model is now widely used to access remote services, and it's logical that it can be used directly to build distributed applications using Web protocols. To this...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference
This article is included in
Software technologies and System architectures
This offer includes:
Knowledge Base
Updated and enriched with articles validated by our scientific committees
Services
A set of exclusive tools to complement the resources
Practical Path
Operational and didactic, to guarantee the acquisition of transversal skills
Doc & Quiz
Interactive articles with quizzes, for constructive reading
Conclusion
Bibliography
References
- (1) - GUDGIN (M.), HADLEY (M.), MOREAU (J.J.), NIELSEN (H.-F.) - SOAP Version 1.2. W3C Working Draft, 9 juill. 2001 http://www.w3.org/TR/soap12/
- (2) - SCRIBNER (K.), STIVER (M.C.), SCRIBNER...
Exclusive to subscribers. 97% yet to be discovered!
You do not have access to this resource.
Click here to request your free trial access!
Already subscribed? Log in!
The Ultimate Scientific and Technical Reference