Tag: upcalls

  • Remote Procedure Call (RPC) notes

    Remote Procedure Call (RPC) notes

    Remote procedure call (RPC) is a framework offered within operating systems (OS) to develop client/server systems and they promote good software engineering practices and promote logical protection domains . But without careful consideration, RPC calls (unlike simple procedure calls) can be cost prohibitive in terms over overhead incurred when marshaling data from client to server…