gRPC 1.10.0 正式发布,Google 高性能 RPC 框架

栏目: 软件资讯 · 发布时间: 6年前

内容简介:gRPC 1.10.0 已正式发布,该版本包含了大量改进和 bug 修复,具体如下: Core To provide a cleaner install with fewer public headers, several features of core have been removed from the surface or GPR ...

gRPC 1.10.0 已正式发布,该版本包含了大量改进和 bug 修复,具体如下:

Core

  • To provide a cleaner install with fewer public headers, several features of core have been removed from the surface or GPR API as they were not used in any wrapped language (except C++) or in external applications, such as:
    a. grpc_alarm (removed; the C++ grpc::Alarm now directly invokes core subsurface functions)
    b. gpr_join_host_portgpr_cmdlinegpr_subprocess (moved to test/core/util)
    c. gpr_tlsgpr_avl (internalized)
    d. gpr_thd (internalized)

    • Except gpr_thd_id and gpr_thd_currentid, which remain public

  • As a result of these changes, core is now at version 6.0.0

  • Fix memory leaks in max_age_filter (#14501) and http_proxy (#14137)

  • Changed resolver and LB policy APIs to C++

  • Added re-resolution into grpclb policy (#14438).

  • Extracted per LB-call data from grpclb policy (#13911)

  • Fixed C-core to immediately take ownership of slices when a send_message op is started

  • Fix a race condition causing freeze at shutdown with epollex polling strategy (#14177)

  • Improvements in CMake: find_package (#14353)

  • Portability fixes (#14136#14198)

  • Test infrastructure cleanup (#14117)

  • Update BoringSSL submodule (#13948)

  • Make RR re-resolve when any of its subchannels fail (#14170)

  • DNS resolver caches results, allowing it to be hit arbitrarily often. Resolution frequency is controlled via channel arg GRPC_ARG_DNS_MIN_TIME_BETWEEN_RESOLUTIONS_MS. (#14228)

详情更新内容和源码下载:https://github.com/grpc/grpc/releases/tag/v1.10.0

gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。目前提供 C、 JavaGo 语言版本,分别是:grpcgrpc-javagrpc-go. 其中 C 版本支持 CC++Node.jsPythonRubyObjective-CPHP 和 C#

gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。

gRPC 1.10.0 正式发布,Google 高性能 RPC 框架

服务接口定义示例:

message HelloRequest {
  string greeting = 1;
}

message HelloResponse {
  string reply = 1;
}

service HelloService {
  rpc SayHello(HelloRequest) returns (HelloResponse);
}

【声明】文章转载自:开源中国社区 [http://www.oschina.net]


以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

八年级数学(华东师大版)-解题升级-解题快速反应一本通(新课标)

八年级数学(华东师大版)-解题升级-解题快速反应一本通(新课标)

孙丽敏等编 / 吉林教育出版社 / 2004-6 / 10.0

本书将与知识点、重点、难点和考点有关的典型题做全析全解,是具有解题题典性质的助学读物。但本书又优于解题题典,不仅展示解题过程,更详细地提供了解题思考过程和切入点的选择方法,教方法导引思路的功能更强。 学生要提高解题能力,必须具备两个条件:一是打好基础,二是能够运动所学知识分析问题和解决问题。本书用例题解析解说知识点、重点、难点和考点,同时提供解题思考过程,在打基础中激活能力,在解题实......一起来看看 《八年级数学(华东师大版)-解题升级-解题快速反应一本通(新课标)》 这本书的介绍吧!

JSON 在线解析
JSON 在线解析

在线 JSON 格式化工具

HTML 编码/解码
HTML 编码/解码

HTML 编码/解码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具