内容简介:io.js 2.3.1 发布,值得关注的更新内容:更多改进请看IO.js 是为V8 引擎编写的基于事件 IO 的实现。
io.js 2.3.1 发布,值得关注的更新内容:
-
module: The number of syscalls made during a
require()have been significantly reduced again (see #1801 from v2.2.0 for previous work), which should lead to a performance improvement (Pierre Inglebert) #1920 . -
npm:
-
zlib: A bug was discovered where the process would abort if the final part of a zlib decompression results in a buffer that would exceed the maximum length of
0x3fffffffbytes (~1GiB). This was likely to only occur during buffered decompression (rather than streaming). This is now fixed and will instead result in a thrownRangeError(Michaël Zasso) #1811 .
更多改进请看 更新日志 ,下载: https://github.com/nodejs/io.js/archive/v2.3.1.zip 。
IO.js 是为V8 引擎编写的基于事件 IO 的实现。
构建要求:
* `gcc` and `g++` 4.8 or newer, or
* `clang` and `clang++` 3.3 or newer
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- 像搭木一样的服务器引擎
- 工具 | 搜狗公司 C++ 服务器引擎
- io.js 3.0.0 发布下载,服务器引擎
- io.js 3.0.0 发布下载,服务器引擎
- 商业化游戏服务器引擎自定义框架设计思路
- 用 Node.js 写一个多人游戏服务器引擎
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Java Web服务:构建与运行
Martin Kalin / 任增刚 / 电子工业出版社 / 2009年11月 / 45.00元
本书以示例驱动的方式详尽地介绍了XML Web服务(JAX-WS)和RESTful Web服务(JAX-RS)二者所涵盖的Java相关API。 《Java Web服务:构建和运行》这本书以清晰、务实的方法讲述Web服务相关技术,提供了混合性的架构总结、完全可以运行的代码示例,以及编译、部署和执行应用程序的一些短小精悍的指令。学习本书,读者将掌握如何从零开始编写Web服务或将已有的服务整合到现......一起来看看 《Java Web服务:构建与运行》 这本书的介绍吧!