1. XenForo 1.5.14 中文版——支持中文搜索!现已发布!查看详情
  2. Xenforo 爱好者讨论群:215909318 XenForo专区

新闻 gRPC 1.9.0 发布,Google 高性能 RPC 框架 下载

本帖由 漂亮的石头2018-02-03 发布。版面名称:软件资讯

  1. 漂亮的石头

    漂亮的石头 版主 管理成员

    注册:
    2012-02-10
    帖子:
    488,119
    赞:
    47
    gRPC 1.9.0 发布了,gRPC-java 是谷歌 RPC 框架 gRPC 的 Java 实现。gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。

    更新内容:

    Core


    • Fix Bazel build file. #13574


    • Exec_ctx has been made a thread_local, and is no longer to be passed as a function parameter. #13058, #13659


    • LB policies request re-resolution without shutting down #12829


    • On server, include receiving HTTP/2 settings in handshake timeout #13336


    • Refactor POSIX TCP client connect. #13450


    • Add thread naming support on platforms that support it. #13559


    • Fix shutdown executor tsan bug #13776


    • Fix max connection idleness crash #14122
    Python


    • Enable epoll1 polling engine for manylinux1 binary packages. #14052


    • Incremental progress toward solving issue #12531.
    Ruby

    Objective C


    • Added API to enable sending compressed message #13865

    下载地址:

    gRPC 1.9.0 发布,Google 高性能 RPC 框架下载地址
     
正在加载...