内容简介:gRPC 1.11.0 发布了,gRPC-java 是谷歌 RPC 框架 gRPC 的 Java 实现。 gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于...
gRPC 1.11.0 发布了,gRPC-java 是谷歌 RPC 框架 gRPC 的 Java 实现。
gRPC 是一个高性能、开源、通用的 RPC 框架,面向移动和 HTTP/2 设计,是由谷歌发布的首款基于 Protocol Buffers 的 RPC 框架。 gRPC 基于 HTTP/2 标准设计,带来诸如双向流、流控、头部压缩、单 TCP 连接上的多复用请求等特性。这些特性使得其在移动设备上表现更好,更省电且节省空间占用。
更新内容:
Core
Add core underpinnings for TLS session ticket support (#14483)
Experimental support for configurable retries (use at your own risk) (#10684)
Fail calls with
wait_for_ready=falseon transient resolver failure (#14733)Fix a call stack ref flake (#14681)
c-aresDNS resolver sorts resolved addresses per RFC 6724 (#13290)Use
socklen_tinstead ofsize_tfor address length (fixes use case for some big endian systems) (#14464)Initial part of channel tracing implementation (#13883, #14746, #14751)
Avoid crashes on environments with hot-plugged CPUs (#14712)
C#
Improvements in experimental support for Unity - added useful resources and improved support for loading
grpc_csharp_exton Unity (#14576, #14605)Further prevent name collisions by using only fully qualified type names in C# code generator (#14524)
Fix C# connectivity watcher shutdown race (#14776)
Python
Progress towards full Beta API elimination (Beta API is and has been unsupported and will go away completely):
Remove
_face_interface_testtests for the Beta API (#14702)Remove Python background poller thread (#14448)
Note there is a small change in behavior. Before, clients would detect disconnected channels immediately.
Initial
geventcompatibility (#14561)Release the GIL when calling
grpc_call_start_batchto improve performance under multithreaded scenarios. (#14801)
完整内容可查看发布主页。
下载地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- Swoole + Laravel 实现高性能框架
- 高性能异步框架Celery入坑指南
- python高性能微服务框架japronto
- 腾讯高性能的图片框架 LKImageKit 正式开源
- 轻量级高性能PHP框架ycroute
- go-netty 高性能网络框架
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
深入浅出Node.js
朴灵 / 人民邮电出版社 / 2013-12-1 / CNY 69.00
本书从不同的视角介绍了 Node 内在的特点和结构。由首章Node 介绍为索引,涉及Node 的各个方面,主要内容包含模块机制的揭示、异步I/O 实现原理的展现、异步编程的探讨、内存控制的介绍、二进制数据Buffer 的细节、Node 中的网络编程基础、Node 中的Web 开发、进程间的消息传递、Node 测试以及通过Node 构建产品需要的注意事项。最后的附录介绍了Node 的安装、调试、编码......一起来看看 《深入浅出Node.js》 这本书的介绍吧!