-
Updated
Nov 27, 2021 - Java
Remote Procedure Call (RPC)

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,326 public repositories matching this topic...
-
Updated
Nov 28, 2021 - C++
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 25, 2021 - C++
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 28, 2021 - Go
The MinSendBackupAfterMs is now set to 1 ms. Unfortunately this causes backup requests to be send when there is low load. It would be useful if we could set the minimum a little bit higher for certain endpoints.
-
Updated
Nov 27, 2021 - TypeScript
-
Updated
Nov 25, 2021 - Go
-
Updated
Nov 25, 2021 - Go
-
Updated
Sep 27, 2021 - PHP
-
Updated
Nov 16, 2021 - Go
The current exporter doesn't support OpenMetrics format. It's fairly simple and most of this is actually handled directly by the prometheus library itself via the TextFormat class. See: https://github.com/AngerM/ag_server/blob/main/base/src/main/kotlin/dev/angerm/ag_server/http/PrometheusHandler.kt
Which I based off of https://github.com/prometheus/client_java/blob/master/simpleclient_httpserver
We hope mores developers join CloudWeGo. This is a task issue which need your help.
Issue Description
Write a business demo code use Kitex, which can guide users how to use Kitex.
Please submit your code to https://github.com/cloudwego/kitex-examples/bizdemo/{yourdemo}.
Picked
- TODO by @longlihale
- TODO by @L0uisJ0shua
-
Updated
Nov 9, 2021 - Go
-
Updated
Nov 24, 2021 - Go
-
Updated
Nov 10, 2021 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
- Wikipedia
- Wikipedia
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:
All sentences with 'HealthCheckThread' should be rewritten to sync with the