About 8,580,000 results
Open links in new tab
  1. 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 …

  2. rpc - What is the point of LRPC? Why would anyone want to make …

    Oct 22, 2015 · The RPC architecture optimizes under the hood calls to local servers, so that local clients are not penalized by some remote IPC technique that would be sub-optimal for local …

  3. 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 …

  4. I am trying to get event logs from multiple server but getting error

    Feb 4, 2022 · "The RPC server is unavailable" usually indicates your RPC connection was blocked, either to Firewall or permissions issues. Rarely the RPC services have stopped on …

  5. 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 …

  6. GNU Make in Ubuntu giving fatal error: rpc/types.h: No such file or ...

    Sep 3, 2024 · GNU Make in Ubuntu giving fatal error: rpc/types.h: No such file or directory Asked 1 year, 1 month ago Modified 7 months ago Viewed 2k times

  7. 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, 8 months ago Modified 9 months ago Viewed 29k times

  8. The RPC server is unavailable. 0x800706ba (WIN32: 1722 …

    Feb 20, 2022 · I want to request a certificate on a standalone certification authority, and I have the next issue: The RPC server is unavailable. 0x800706ba (WIN32: 1722 …

  9. kubernetes - Failed to create pod sandbox: rpc error: code

    Failed to create pod sandbox: rpc error: code = Unknown desc = failed to set up sandbox container Asked 4 years, 10 months ago Modified 2 years, 11 months ago Viewed 107k times

  10. 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 …