-
Updated
Aug 22, 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,256 public repositories matching this topic...
-
Updated
Aug 24, 2021 - C++
-
Updated
Aug 24, 2021 - C++
-
Updated
Aug 24, 2021 - Go
-
Updated
Aug 24, 2021 - Go
-
Updated
Aug 24, 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
Aug 24, 2021 - Go
-
Updated
Aug 24, 2021 - Go
-
Updated
Aug 2, 2021 - PHP
-
Updated
Aug 5, 2021 - Go
Currently, UnframedGrpcService
returns an error message as plain text.
https://github.com/line/armeria/blob/54b70906bcd813f0b9b2c6715ad4086160ac49b2/grpc/src/main/java/com/linecorp/armeria/server/grpc/UnframedGrpcService.java#L255-L272
It would be nice to return a JSON object if the content type is JSON compatible.
{
"code": "FAILED_PRECONDITION",
"message": "Input validatio
-
Updated
Aug 11, 2021 - Go
-
Updated
Aug 1, 2021 - Go
-
Updated
Jul 28, 2021 - Go
-
Updated
Dec 24, 2020 - PHP
-
Updated
Jun 21, 2021 - Go
-
Updated
Dec 27, 2019 - Python
-
Updated
Jul 13, 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