-
Updated
Oct 24, 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,309 public repositories matching this topic...
-
Updated
Oct 30, 2021 - C++
-
Updated
Oct 30, 2021 - Go
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 30, 2021 - Go
-
Updated
Oct 31, 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
Oct 25, 2021 - Go
-
Updated
Oct 30, 2021 - Go
-
Updated
Sep 27, 2021 - PHP
-
Updated
Oct 14, 2021 - Go
Just a suggestion.
I feel like Armeria's CookieBuilder makes it too easy to create an insecure service. Default of secure, http only, same site cookies and requiring a user to explicitly opt out would help prevent accidental cookie leaks without a real UX penalty when the use case does need something more lax.
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 25, 2021 - Go
-
Updated
Oct 30, 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