Skip to content
#

Remote Procedure Call (RPC)

rpc logo

Remote procedure call (RPC) is when a computer program causes a procedure to execute in a different address space (commonly on another computer on a shared network), which is coded as if it were a normal (local) procedure call, without the programmer explicitly coding the details for the remote interaction.

Here are 2,254 public repositories matching this topic...

advanced-java

๐Ÿ˜ฎ Core Interview Questions & Answers For Experienced Java(Backend) Developers | ไบ’่”็ฝ‘ Java ๅทฅ็จ‹ๅธˆ่ฟ›้˜ถ็Ÿฅ่ฏ†ๅฎŒๅ…จๆ‰ซ็›ฒ๏ผšๆถต็›–้ซ˜ๅนถๅ‘ใ€ๅˆ†ๅธƒๅผใ€้ซ˜ๅฏ็”จใ€ๅพฎๆœๅŠกใ€ๆตท้‡ๆ•ฐๆฎๅค„็†็ญ‰้ข†ๅŸŸ็Ÿฅ่ฏ†

  • Updated Aug 22, 2021
  • Java

๐Ÿ“š ใ€ŠGo่ฏญ่จ€้ซ˜็บง็ผ–็จ‹ใ€‹ๅผ€ๆบๅ›พไนฆ๏ผŒๆถต็›–CGOใ€Goๆฑ‡็ผ–่ฏญ่จ€ใ€RPCๅฎž็Žฐใ€Protobufๆ’ไปถๅฎž็Žฐใ€Webๆก†ๆžถๅฎž็Žฐใ€ๅˆ†ๅธƒๅผ็ณป็ปŸ็ญ‰้ซ˜้˜ถไธป้ข˜(ๅฎŒ็จฟ)

  • Updated Aug 22, 2021
  • Go
zyearn
zyearn commented Aug 19, 2020

HealthCheckThread is replaced by StartHealthCheck function in socket.cpp, but some of the docs/comments are not modified correspondingly. There are 3 files that HealthCheckThread is involved in:

  • test/brpc_socket_unittest.cpp(3 occurrences)
  • docs/cn/load_balancing.md(1 occurrence)
  • src/brpc/socket.h(1 occurrence)

All sentences with 'HealthCheckThread' should be rewritten to sync with the

Wikipedia
Wikipedia