What is the translation of " NON-BLOCKING " in Chinese?

一个非阻塞

Examples of using Non-blocking in English and their translations into Chinese

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
Failure to obtain a lock is a non-blocking operation.
获得锁失败操作是一个非阻塞操作。
Simple: Non-blocking programming can be achieved in several ways.
很简单:非阻塞式编程可以有多重实现的方式。
A member function like async_wait() is called non-blocking.
象async_wait()这样的方法被称为是非阻塞式的
Js and non-blocking programming, we're given more control over program flow.
Js和非阻塞式编程的帮助下,我们可以更多的控制我们程序的执行流。
Obstruction-freedom is the weakest non-blocking guarantee discussed here.
无阻碍是这里讨论的最弱的非阻塞保证。
Waiting for a promise is disallowed to encourage the development of non-blocking code.
不允许等待promise是为了鼓励开发非阻塞代码。
In contrast, non-blocking means that no thread is able to indefinitely delay others.
相比之下,无阻塞意味着没有线程能够无限期地拖延其他线程。
TFramedTransport- This transport is required when using a non-blocking server.
TFramedTransport-当使用一个非阻塞服务器时,要求使用这个传输协议。
Rocket Data is a non-blocking, immutable model management system with a persistent synchronization layer.
RocketData是有持续同步层的非阻塞、不可变模型管理系统。
By knowing those details,you will be able to write better, non-blocking apps that are properly leveraging the provided APIs.
通过了解这些细节,你将能够编写更好的、非阻塞的应用程序,正确使用所提供的API。
Asynchronous and non-blocking execution and IO is often more cost-efficient through more efficient use of resources.
异步和非阻塞执行和IO通常是更合算的,通过更高效地使用资源。
Undertow is a flexible performant web server written in java,providing both blocking and non-blocking API's based on NIO.
Undertow是一个用java编写的、灵活的、高性能的Web服务器,提供基于NIO的阻塞和非阻塞API。
Tornado uses the non-blocking network I/O, and hence is capable of scaling to tens of thousands of open connections.
通过使用非阻塞网络I/O,Tornado可以轻松应对数万个连接。
We also started to use BigPipe and the Play framework,changing our model from a threaded web server to a non-blocking asynchronous one.
我们也开始使用了BigPipe和Play框架,把我们的模型从线程化的服务器变成非阻塞异步的服务器。
A non-blocking system call might take on the order of 10s of cycles to complete- or“a relatively few nanoseconds”.
非阻塞系统调用可能需要10纳秒这样数量级的周期才能完成--或者“相对较少的纳秒”。
Add asynchronous support(Comet) to provide non-blocking input/output, delayed request handling, and delayed response close.
增加异步支持(Comet)来提供非阻塞的输入/输出,请求处理延后处理以及响应关闭延后处理。
This non-blocking I/O eliminates the need for multi-threading since the server can handle multiple requests at the same time.
这种非阻塞I/O消除了对多线程的需要,因为服务器可以同时处理多个请求。
The event loop: implemented using an event-driven, non-blocking I/O library called libuv to make it lightweight and efficient(and scalable).
事件循环:使用名为libuv的事件驱动的非阻塞I/O库实现,使其实现轻量级和高效(且可扩展).
Undertow- a flexible performant fully embeddable web server written in java,providing both blocking and non-blocking API's based on NIO.
Undertow是一个用java编写的、灵活的、高性能的Web服务器,提供基于NIO的阻塞和非阻塞API。
High-capacity, non-blocking networking- none of these things is new, but the convergence of all of them is, says Thiagarajan.
高容量,非阻塞的网络-这些东西都不是新的,但是所有这些的融合是,Balaji说。
What resulted is a modular, event-driven, asynchronous, single-threaded, non-blocking architecture which became the foundation of nginx code.
其结果是一个模块化的、事件驱动的、异步的、单线程的、非阻塞的体系结构,它成为nginx代码的基础。
The terms asynchronous and non-blocking are closely related and are often used interchangeably, but they are not quite the same thing.
术语异步和非阻塞是密切相关的,并且通常可以互换使用,但它们不是完全相同的东西。
Js would be great to instantly propagate a lot of updates and hold a lot of open connections,thanks to its event-driven and non-blocking architecture.
Js非常适合立即传播大量更新并保持大量开放连接,这要归功于它的事件驱动和非阻塞架构。
Non-blocking operations are preferred to blocking ones, as the overall progress of the system is not trivially guaranteed when it contains blocking operations.
非阻塞操作优于阻塞的,因为,当包含阻塞操作时系统的整体进展没法保证。
Redis also supports easy-to-set up master-slave replication,with very fast non-blocking first synchronization, auto-reconnection on net split and so forth.
Redis还支持主从异步复制,非常快的非阻塞初次同步、网络断开时自动重连局部重同步。
This includes queued non-blocking send/receive operations, full delegate support, run-loop based, self-contained class, and support for IPv4 and IPv6.
这包括排队的非阻塞发送/接收操作,完整的委托支持,基于运行循环的自包含类以及对IPv4和IPv6的支持。
To be fair, both PHP and Java, despite the descriptions in this article,do have implementations of non-blocking I/O available for use in web applications.
为了公平起见,暂且抛开本文的描述,PHP和Java确实有可用于Web应用程序的非阻塞I/O的实现。
Non-blocking methods execute asynchronously- you run application and the non-blocking operations return right away, but the actual work is stating later.
非阻塞方法异步执行--您运行应用程序并且非阻塞操作立即返回,但实际工作是在稍后执行。
Audio utility library for features such as PCM format conversion,WAV file I/O, and non-blocking FIFO, which is largely independent of the Android platform.
提供PCM格式转换、WAV文件I/O以及非阻塞FIFO等功能的音频实用程序库,很大程度上独立于Android平台。
It uses an asynchronous event-driven, non-blocking I/O model of execution, which improves an application's throughput and supports scalability for real-world web applications.
它使用异步事件驱动的非阻塞I/O执行模型,这提高了应用程序的吞吐量,并且支持真实Web应用程序的可伸缩性.
Results: 66, Time: 0.0243

Top dictionary queries

English - Chinese