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...

Full description

Saved in:
Bibliographic Details
Main Authors: Cruzado, Aleli M., Santos, Rico Martin F, Tiu, Evelyn C., To, Nelson L.
Format: text
Language:English
Published: Animo Repository 1992
Subjects:
Online Access:https://animorepository.dlsu.edu.ph/etd_honors/110
Tags: Add Tag
No Tags, Be the first to tag this record!
Institution: De La Salle University
Language: English
Description
Summary: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.