Remote procedure call facility for C programs

Remote Procedure Call (RPC) is a useful model for providing communication across a network between programs written in a high-level language. This thesis is about the implementation of an RPC facility, written for Topspeed C on top of a local area network. Our RPC is designed to provide all the nece...

全面介紹

Saved in:
書目詳細資料
Main Authors: Cruzado, Aleli M., Santos, Rico Martin F, Tiu, Evelyn C., To, Nelson L.
格式: text
語言:English
出版: Animo Repository 1992
主題:
在線閱讀:https://animorepository.dlsu.edu.ph/etd_honors/110
標簽: 添加標簽
沒有標簽, 成為第一個標記此記錄!
機構: De La Salle University
語言: English
實物特徵
總結:Remote Procedure Call (RPC) is a useful model for providing communication across a network between programs written in a high-level language. This thesis is about the implementation of an RPC facility, written for Topspeed C on top of a local area network. Our RPC is designed to provide all the necessary mechanisms for efficient transfer of control and data across a computer network. In designing an RPC it is necessary that issues such as the semantics of a call in the presence of machine and communication failures, how to bind remote procedure calls, transport level communication protocols, and how to multitask requests for service from clients be resolved.