vars 查询方法 查看历史趋势 统计和查看分位值 非brpc server vars 学习vars服务。 bvar 是多线程环境下的计数器类库,方便记录和查看用户程序中的各类数值,它利用了thread local存储减少了cache bouncing,相比UbMonitor(百度内的老计数器库)几乎不会给程序增加性能开销,也快于竞争频繁的原...
IO Receiving messages Sending Messages Socket The full picture IO Learn about bRPC IO. There are three mechanisms to operate IO in general: Blocking IO: once an IO operat...
Contribute Guide Contribute Guide Contribute to bRPC If you meet any problem or request a new feature, you’re welcome to create an issue . If you can solve any of the issues ,...
Serve gRPC http:json, h2:json http:proto, h2:proto h2:grpc h2:grpc+json Serve gRPC Learn how to serve gRPC. Basics for accessing and serving http/h2 in brpc are listed in h...