Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 410 Bytes

rpcintro.md

File metadata and controls

12 lines (9 loc) · 410 Bytes

Remote Procedure Call

  • Nothing new
  • But why?
  • The hard parts:
    • Calling medium
    • Marshalling/Unmarshalling data
    • Keeping everything up-to-date