内容简介:RabbitMQ 3.6.13 已正式发布,是一个常规维护版本。此版本与 3.6.7 到 3.6.12 版本没有其他已知的不兼容性。 另外,官方已公布 3.6.x 系列的支持时间表,详情点此查看。 主要更新如下: Core Server Bug Fixes Me...
RabbitMQ 3.6.13 已正式发布,是一个常规维护版本。此版本与 3.6.7 到 3.6.12 版本没有其他已知的不兼容性。
另外,官方已公布 3.6.x 系列的支持时间表,详情点此查看。
主要更新如下:
Core Server
Bug Fixes
Memory usage monitor uses subprocesses a lot more sparingly. They are started
roughly once a second or not started at all, depending on the strategy (e.g. on Windows
Erlang VM allocator information is used instead).GitHub issues: rabbitmq-server#1343, rabbitmq-common#224
Very busy queues are now more efficient at prioritizing consumers, avoiding
consumer delivery blocking when relatively long running operations (e.g. bulk flushing
of transient messages to disk) happen.GitHub issues: rabbitmq-server#1388, rabbitmq-server#1407
Queue master strategies now take additional queue HA arguments into account.
GitHub issue: rabbitmq-server#1371
Enhancements
supervisor2now can be used in environments that perform hot code upgrades.GitHub issue: rabbitmq-common#230
systemd service file now white lists exit code 69.
GitHub issue: rabbitmq-server-release#51
Example systemd service file now includes service restart settings.
GitHub issue: rabbitmq-server#1359
完整更新内容和下载地址点此查看。
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:- WordPress 4.9.5 发布,常规维护和修复安全问题
- 开源虚拟机 VirtualBox 5.2.10 发布,常规维护版本
- 开源虚拟机 VirtualBox 5.2.16 发布,常规维护版本
- RabbitMQ 3.6.13 RC2 发布,常规维护版本
- Spring Security OAuth 2.2.1 发布,常规维护版本
- Hibernate ORM 5.4.2.Final 发布,常规维护版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
光线跟踪算法技术
萨芬 / 刘天慧 / 清华大学出版社 / 2011-3 / 98.00元
《光线跟踪算法技术》详细阐述了与光线跟踪问题相关的高效解决方案及相应的数据结构和算法,主要包括采样技术、投影视图、视见系统、景深、非线性投影、立体视觉、光照与材质、镜面反射、光泽反射、全局光照、透明度、阴影、环境遮挡、区域光照、光线与对象间的相交计算、对象变换、栅格技术以及纹理映射技术等内容。此外,《光线跟踪算法技术》还提供了相应的算法、代码以及伪代码,以帮助读者进一步理解计算方案的实现过程。 ......一起来看看 《光线跟踪算法技术》 这本书的介绍吧!