About 2,080,000 results
Open links in new tab
  1. What is RPC and why is it so important? - Super User

    RPC traffic can be encrypted and should be these days (by the programmer specifying appropriate flags when establishing the RPC conncection). Also the invention of RPC doesn't …

  2. rpc - What is the difference between remote procedure call and …

    Jun 12, 2010 · RPC: Remote procedure call (RPC) is an Inter-process communication technology that allows a computer program to cause a subroutine or procedure to execute in another …

  3. Is there a difference between RPC and IPC? - Stack Overflow

    Jan 29, 2010 · So now that we have a better understanding of RPC and IPC, let's answer these questions: Is there a difference between RPC and IPC? Yes. What are the differences …

  4. Comparison between HTTP and RPC - Stack Overflow

    Aug 21, 2013 · Remote Procedure Calls (RPC) is not a protocol, it's a principle that is also used in SOAP. SOAP is an application protocol that uses HTTP for transport (so it won't have to think …

  5. Web service differences between REST and RPC [closed]

    Jul 8, 2016 · The RPC API thinks in terms of "verbs", exposing the restaurant functionality as function calls that accept parameters, and invokes these functions via the HTTP verb that …

  6. REST vs JSON-RPC? - Stack Overflow

    I'm trying to chose between REST and JSON-RPC for developing an API for a web application. How do they compare? Update 2015: I have found REST easier to develop and use for an API …

  7. rpc - at-most-once and exactly-once - Stack Overflow

    Nov 26, 2012 · I am studying Distributed Systems and when it comes to the RPC part, I have heard about these two semantics (at-most-once and exactly-once). I understand that the at …

  8. web services - What is the difference between Document style and …

    Jan 30, 2012 · An RPC style web service uses the names of the method and its parameters to generate XML structures representing a method’s call stack. Document style indicates the …

  9. git - How to fix this error: RPC failed; curl 56 Recv failure ...

    Feb 21, 2023 · How to fix this error: RPC failed; curl 56 Recv failure: Connection was reset Asked 2 years, 10 months ago Modified 11 months ago Viewed 30k times

  10. What is the difference between Java RMI and RPC?

    Apr 28, 2010 · RPC is C based, and as such it has structured programming semantics, on the other side, RMI is a Java based technology and it's object oriented. With RPC you can just call …