-
Updated
Oct 7, 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,296 public repositories matching this topic...
-
Updated
Oct 12, 2021 - C++
-
Updated
Oct 11, 2021 - Go
-
Updated
Oct 11, 2021 - C++
-
Updated
Oct 11, 2021 - Go
-
Updated
Oct 12, 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
Apr 5, 2021 - TypeScript
-
Updated
Sep 18, 2021 - Go
-
Updated
Oct 11, 2021 - Go
-
Updated
Sep 27, 2021 - PHP
-
Updated
Oct 4, 2021 - Go
If a user performs a blocking task in decorator chains or services, they have to 1) submit a task to a blocking task executor,
2) pass the result to a CompletableFuture and 3) wrap the CompletableFuture with HttpResponse.from().
sb.serviceUnder("/web", service.decorate((delegate, ctx, req) -> {
CompletableFuture<HttpResponse> future = new CompletableFuture<>();
ctx.bl-
Updated
Oct 10, 2021 - Go
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
-
Updated
Oct 1, 2021 - Go
-
Updated
Sep 16, 2021 - Go
-
Updated
Jun 21, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Dec 27, 2019 - Python
-
Updated
Oct 4, 2021 - C++
- 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