书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1323 个相关结果.
  • Users

    Users Used by Users Providing your info on Wanted: who’s using bRPC to help improving bRPC better Used by Last modified February 13, 2023: add the new committ...
  • IO

    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...
  • vars

    vars 查询方法 查看历史趋势 统计和查看分位值 非brpc server vars 学习vars服务。 bvar 是多线程环境下的计数器类库,方便记录和查看用户程序中的各类数值,它利用了thread local存储减少了cache bouncing,相比UbMonitor(百度内的老计数器库)几乎不会给程序增加性能开销,也快于竞争频繁的原...
  • vars

    vars 查询方法 查看历史趋势 统计和查看分位值 非brpc server vars 学习vars服务。 bvar 是多线程环境下的计数器类库,方便记录和查看用户程序中的各类数值,它利用了thread local存储减少了cache bouncing,相比UbMonitor(百度内的老计数器库)几乎不会给程序增加性能开销,也快于竞争频繁的原...
  • 分享

    分享 brpc初学者指南 分享 brpc初学者指南 修改于 2023年2月13日: add the new committer Zhaogeng Li (#133) (ade03ff)
  • Performance benchmark

    Performance benchmark 序言 测试目标 UB hulu-pbrpc brpc sofa-pbrpc apache thrift gRPC 测试方法 开始测试 环境 配置 同机单client→单server在不同请求下的QPS(越高越好) 同机单client→单server在不同线程数下的QPS(越高越好) 同机...
  • cpu profiler

    cpu profiler 开启方法 查看方法 控制采样频率 控制采样时间 图示 MacOS的额外配置 火焰图 cpu profiler Learn about cpu profiler service. brpc可以分析程序中的热点函数。 开启方法 链接libtcmalloc_and_profiler.a 这么写也开启了tcma...
  • cpu profiler

    cpu profiler 开启方法 查看方法 控制采样频率 控制采样时间 图示 MacOS的额外配置 火焰图 cpu profiler 学习cpu profiler服务。 brpc可以分析程序中的热点函数。 开启方法 链接libtcmalloc_and_profiler.a 这么写也开启了tcmalloc,不建议单独链接cpu ...
  • 基础功能

    基础功能 示例程序 事实速查 Channel 连接一台服务器 连接服务集群 命名服务 bns://<bns-name> file://<path> 之后的是注释会被忽略 list://<addr1>,<addr2>… http://<url&gt ; https://<url&gt ; consul://<service-name> ...
  • Security

    Security Security About security The Apache Software Foundation takes a rigorous stance on eliminating security issues in its software projects. Likewise, Apache bRPC is also v...