-
Updated
Nov 17, 2020 - C++
rpc-framework
Here are 254 public repositories matching this topic...
-
Updated
Nov 30, 2020 - Go
In our codebase, we push RequestContext
and immediately run some code with try-with-resources.
For example:
try (SafeCloseable ignored = ctx.push()) {
logger.trace(decorate(msg));
}
If RequestContext
provides run(Runnable)
or call(Callable)
we can reduce boilerplate code and simplify it.
ctx.run(() -> logger.trace(decorate(msg));
This is inspired by g
-
Updated
Jul 7, 2020 - PHP
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 13, 2020 - Rust
-
Updated
Nov 28, 2020 - C
-
Updated
Oct 13, 2020 - Java
-
Updated
Nov 28, 2020 - Java
-
Updated
Nov 19, 2020 - Go
-
Updated
Nov 21, 2020 - C#
-
Updated
Oct 12, 2020 - Java
-
Updated
Oct 15, 2020 - Java
-
Updated
Feb 9, 2020 - Go
If you r going to wait response,or block the goroutine in a getty session(tcp conection), task pool can not be null。
func (s *Server) newSession(session getty.Session) error {
var (
ok bool
tcpConn *net.TCPConn
)
// 省略部分代码...
session.SetTaskPool(srvGrpool)
return nil
}
ortherwise,handleTcpPackage() will blocked,led to the response missing
func (s *session
-
Updated
Nov 27, 2020 - Go
-
Updated
Apr 5, 2020 - Clojure
-
Updated
Nov 14, 2020 - Java
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Apr 19, 2019 - JavaScript
-
Updated
Nov 8, 2017
-
Updated
Oct 13, 2020 - Java
-
Updated
Jun 11, 2020 - C++
-
Updated
Nov 1, 2018 - Java
-
Updated
Oct 15, 2020 - Go
Improve this page
Add a description, image, and links to the rpc-framework topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rpc-framework topic, visit your repo's landing page and select "manage topics."
非常感谢大家对 SOFAStack 开源的关注和支持,这是我们前进最大的动力。
收集目的
收集方式
请按如下参考格式回复本 Issue 进行登记:
展示
我们会定期同步信息至「Awesome SOFA」的用户列表中。
服务