adj. non-blocking
概念介绍 阻塞(blocking)、非阻塞(non-blocking):可以简单理解为需要做一件事能不能立即得到返回应答,如果不能立即获得返回,需要等待, 那就阻塞了(进程或线程就阻塞在那了,...
基于1206个网页-相关网页
从体系结构上划分,IO系统总共分为两大模块, IO和NIO(非阻塞),IO诞生于JDK1.4之前,JDK1.4时,产生了NIO,并且借用NIO重构了部分IO的代码,比如FileInputStream中增加了对NIO进行支持的getC...
基于54个网页-相关网页
This article briefs the background of MPI and its functions, including communicator, process group, blocking and non-blocking communications etc.
本文简介MPI的背景及其功能,包括MPI的通讯子、进程组、阻塞与非阻塞通讯等。
参考来源 - 基于MPI的并行编程技巧·2,447,543篇论文数据,部分数据来源于NoteExpress
非阻塞版本相对于基于锁的版本有几个性能优势。
The nonblocking version has several performance advantages over the lock-based version.
灵活的管理拓扑为管理目的提供异步非阻塞作业排队机制。
Flexible management topology offers an asynchronous non-blocking job queuing mechanism for administration purposes.
除了不会阻塞之外,非阻塞读不能给呼叫方任何保证。
A nonblocking read makes no guarantee to the caller besides the fact that it won't block.
应用推荐