Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 528 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 528 Bytes

rmi-and-rpc-examples

Example of distributed programming with rmi and rpc on linux enviroment using C.

###Summary When talking about Distrubuted Computing , it is better to start from scratch. RMI ( Remote Method Invocation ) and RPC ( Remote Procedure Call) methods are common used communication standarts. This projects provide basic examples for them.

Before start, don't forget to read the README files under rmi-example and rpx-example folders.