rpc

  • Reading Group. In Reference to RPC: It’s Time to Add Distributed Memory

    ·

    Placeholder Icon

    Our 70th meeting covered the “In Reference to RPC: It’s Time to Add Distributed Memory” paper by Stephanie Wang, Benjamin Hindman, and Ion Stoica. This paper proposes some improvements to remote procedure call (RPC) frameworks. In current RPC implementations, the frameworks pass parameters to function by value. The same happens to the function return values.…

    Read More