nio

nio

 英

  • 网络氧化镍(nickel oxide);氧化亚镍;尼加拉瓜科多巴

例句

One thing missing through all this, however, was an adequate demonstration of just how NIO might improve the scalability of a J2EE Web tier.

它们遗漏一件正是没有充分展示NIO如何可以提高J2EEWeb可伸缩性

Moving his server communication engine to use NIO in an impressively short amount of time, Marcos was able to solve his scalability problem.

通过相当一段时间服务器通信引擎改为使用NIO,Marcos能够解决面对可伸缩性问题

The Server class holds the multiplexer loop, the heart of any NIO-based server.

Server拥有复用循环——任何基于NIO服务器核心

The objective was to determine if NIO gives any considerable performance benefits and under what conditions.

目标确定NIO是否大量性能优势以及什么条件

java. nio. attribute. *AttributeView allow you to view file and directory attributes that were previously hidden from Java users.

AttributeView允许查看此前对于Java用户隐藏文件目录属性

JFA: Grizzly modules can be separated into two categories: The NIO Framework and its extension.

Grizzly模块分成第一NIO框架及其扩展

This connector is built on the java. nio APIs, allowing it to hold connections open without consuming a thread for each.

这个连接构建java.nioAPI之上因此使能够不用消耗每个连接线程可以持有开放连接

Nio likes Sam taking her for walk . After a walk , he always gives her a snack . It's the routine.

喜欢小宇散步每次散步回来都会妞妞一块例行公事

Comparison has also been made with the case of MgO which has the same structure as NiO but weaker scattering power.

比较方面取得案件氧化镁具有相同结构氧化较弱散射能力

More importantly, by using the NIO package it is possible to access a file as a CharSequence.

重要通过使用NIO一个文件作为CharSequence进行访问可能

This in turn results in one thread per user on Tomcat, while the NIO server handles the same load with a constant number of threads.

然后导致Tomcat每个用户分配一个线程NIO服务器固定数量线程处理相同负载

Within NIO the receiving end is comparable to a "selector" (see java. nio. channels. Selector).

NIO接收相当于选择器”(参阅java.nio.channels.Selector)。

Two of the most popular open source servers, Apache Tomcat and Jetty, have both leveraged NIO to add non-blocking IO and thus enable Comet.

流行开源服务器ApacheTomcatJetty利用NIO增加阻塞IO从而支持Comet

The Servlet-based NIO Web server yields better performance when it comes to handling clients that keep and hold socket connections.

基于ServletNIOWeb服务器用来处理保持拥有socket连接客户机获得更好性能

Think of it as NIO to traditional, blocking IO.

可以看作NIO传统阻塞IO之间关系

NIO is a constituent laboratory of the Council of Scientific & Industrial Research.

科学工业研究委员会下属一个实验室

TCP transport communication on JXTA is fully NIO enabled providing scalable message handling and throughput.

JXTATCP传输通信完全基于NIO因而能够提供可伸缩消息处理吞吐量

Regarding parsing, Java NIO, and pseudo-database access, there's no question that indexing is a complicated process.

相对解析JavaNIO以及数据库访问来说毫无疑问索引一个复杂过程

NIO channels can be asynchronously closed and interrupted.

可以异步地关闭中断NIO通道

NIO, also called asynchronous IO, enables the processing of other requests to continue before the current request processing is completed.

NIO称为异步IO支持当前请求处理之前处理其他请求

The NIO framework can be used to build powerful server side application.

NIO框架可用构建强大服务器应用

As Figure 2 shows, there are quite a few channel interfaces in the java. nio. channels package.

2java.nio.channels不少通道接口

Although the NIO server can be configured to listen on port 80, it typically resides on a separate port.

尽管我们可以通过配置方式NIO服务器监听80端口通常驻留其它端口

NIO servers are relieved of this and therefore can scale to larger numbers of users.

NIO服务器完全不用担心一点因此它们可以扩展大量用户

The client cannot access a NIO endpoint through a client side proxy.

客户端无法通过客户端代理访问NIO端点

Grizzly main component, NIO framework and its http extension will stay under the Grizzly umbrella.

Grizzly主要组件NIO框架及其http扩展仍旧保留Grizzly

Parallel delivery allows to send a message to multiple destinations in parallel using one thread (NIO).

平行传递允许一个线程发送消息多个目的地NIO)。

The abstract Buffer class forms the foundation of the java. nio package's buffer support.

抽象Bufferjava.nio支持缓冲区基础

In contrast, the NIO-based server's performance degraded in a linear fashion.

相反基于NIO服务器性能线性方式下降

Throughout the tutorial, we'll work with code samples that illustrate different aspects of the NIO library.

教程我们使用展示NIO不同方面代码示例

We have highlighted these two primary advantages of the new java. nio package.

我们已经着重论述java.nio优点

The practicability on Ti-Ni alloy manufactured by direct electrochemical reduction of TiO2 and NiO oxides was investigated.

研究利用电解金属氧化物直接电解制备合金可行性

Tomcat uses NIO (Non-blocking IO) to keep the connection alive without wasting the waiting threads.

Tomcat使用NIO阻塞IO保持连接活动无需浪费等待线程

The principal force behind the design of NIO is the Reactor design pattern.

NIO设计背后基石反应器设计模式

With the arrival of Merlin and the java. nio package, however, everything has changed.

不过随着Merlinjava.nio到来一切

To handle Comet efficiently, you need non-blocking IO, and Java has this via its NIO library.

为了有效地处理Comet需要阻塞IO,Java通过NIO提供阻塞IO

It may encourage the further adoption of NIO on Web servers.

可能鼓励进一步Web服务器采用NIO

Nonblocking reads and writes are essential to NIO, but they don't come trouble free.

对于NIO阻塞读写必要它们并不是完全没有麻烦

The provided API is higher-level than the plain NIO API, but it's still cumbersome to use.

提供API普通NIOAPI更加高级但是使用起来仍然枯燥

After reading this article, you should understand NIO, from basic get and put operations to reading a memory-mapped file.

阅读本文之后应该了解NIO基本getput操作读取内存映射文件方面知识