单词 | non-blocking | ||||||||||||||
释义 | non-blocking
更多释义 收起释义 例句释义: 非阻塞,无阻塞,非阻塞式 1. It is possible to stream data through the child's stdin, stdout, and stderr in a fully non-blocking way. 可以通过子进程的标准输入、标准输出、标准错误输出以完全非阻塞的形式传递数据。 wiki.grati.org 2. Non-blocking. A multiplexer or matrix arrangement of relays where it is possible to switch any signal to any DUT at any time. 非分块继电器的复用或矩阵配置,任何时间均可将任意信号切换至任意DUT。 www.showxiu.com 3. A non-blocking one-way invocation of a service enables the client to carry on executing without waiting for the service to run. 服务的非阻塞单向调用允许客户端在无需等待服务运行的情况下进行执行。 www.ibm.com 4. No locks will be included; this kind of lock-free, concurrent data structure is also referred to as a non-blocking data structure. 这个堆栈没有锁;这种无锁的并发数据结构也称为非阻塞数据结构。 www.ibm.com 5. Because of the non-blocking nature of the MSG_DONTWAIT variant of send, the call returns after sending all, some, or none of the data. 由于send的MSG_DONTWAIT变量的无阻塞性质,函数调用在发送完所有的数据、一些数据或没有发送任何数据后返回。 www.ibm.com 6. The next thing to decide is the server model: "Non-blocking sockets, non threaded" , or "blocking sockets, threaded" . 下一件事是决定服务器模型:“非阻塞soket,不使用线程”,或者“阻塞soket,使用线程”。 blog.sina.com.cn 7. Cisco Systems switches do not provide 100% non-blocking throughput, but can be used nonetheless. CiscoSystems的交换机不能提供100%无阻塞的吞吐,但也能使用。 www.ibm.com 8. The Java programming model for SCA provides for non-blocking and callback asynchronous patterns, as shown in Figure 6. SCA的Java编程模型提供非阻塞回调异步模式,如图6中所示。 www.ibm.com 9. The utility model relates to a non-blocking screw conveyer belonging to a general machine, particularly a screw conveyer. 无堵塞螺旋输送机属于一般机器,具体来说涉及一种螺旋输送机。 ip.com 10. A control algorithm of the crossbar network is discussed, which may control the non-blocking interconnection between any input-output pair. 同时,给出了该网络的控制算法,通过对开关工作状态的控制,可以实现任意输入输出通道之间的无阻塞连接。 www.cnoptics.net 1. SCA does not define a mechanism for making non-blocking calls to methods that return values or are declared to throw exceptions. SCA并不定义对返回值或声明要引发异常的方法的非阻塞调用的机制。 www.ibm.com 2. Flexible management topology offers an asynchronous non-blocking job queuing mechanism for administration purposes. 灵活的管理拓扑为管理目的提供异步非阻塞作业排队机制。 www.ibm.com 3. The first is the client programming model, where a client invokes the service in a non-blocking manner without blocking his application. 第一个是客户机编程模型,在此模型中,客户机能在不阻塞其应用程序的情况下以非阻塞方式调用服务。 www.ibm.com 4. Using non-blocking calls the client invokes the service and continues processing immediately, without waiting for the service to execute. 通过使用非阻塞调用,客户机可调用服务并立即继续进行后续处理,而不必等待服务执行。 www.ibm.com 5. An operation was attempted on a non-blocking socket that already had an operation in progress. 在一个非阻挡套接字上尝试了一个已经在进行的操作。 angel.w15.5tom.cn 6. Currently SCA supports non-blocking calls to methods that return "void" and have no declared exceptions. 当前SCA支持对返回“void”且没有已声明异常的方法进行非阻塞调用。 www.ibm.com 7. I also needed them to make the non-blocking operations optional, even within the context of a Fiber. 我还需要它们来做到非阻塞操作的可选性,还有线程的上下文等等。 www.infoq.com 8. A lot of the recent excitement around Node. js' non-blocking nature seems related as well. 近来不少围绕Node.js非阻塞特性的热烈讨论也与此相关。 www.infoq.com 9. 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. 两种最流行的开源服务器ApacheTomcat和Jetty都利用NIO增加非阻塞IO,从而支持Comet。 www.ibm.com 10. Because the remote service call is asynchronous and non-blocking, the GWT client does not wait for a response from the service. 因为远程服务调用是异步的、非阻塞的,所以GWT客户机并不等待服务的响应。 www.ibm.com 1. The second way is the transport level non-blocking invocation, where invocation happens in two transports. 第二个方法是传输级非阻塞调用,其中的调用是在两个传输协议之间发生的。 www.ibm.com 2. This non-blocking behavior also significantly reduces the likelihood of deadlocks for complex transactions. 这种无阻止的行为也大大降低了复杂事务出现死锁的可能性。 msdn2.microsoft.com 3. With regard to responding to event streams, node. js is ideal. Its asynchronous, non-blocking architecture means it's incredibly fast. 对于事件流的处理,node.js是比较理想的,其异步、非阻塞的架构就意味着速度很快。 www.bing.com 4. It is not quite true that Python's standard library lacks support for asynchronous, non-blocking network applications. Python的标准库缺少对异步、非阻塞网络应用程序的支持的说法并不完全正确。 www.ibm.com 5. In the previous example, a non-blocking receive was performed once the zero-byte receive completes retrieving the buffered data. 在以前的例子中,每当0字节的接收完成,返回存储了的数据,马上执行非阻塞接收。 blog.sina.com.cn 6. As I previously mentioned, SQS reading is done polling-style; what's more, the receiveMessage method is non-blocking. 正如我前面提到的,SQS读取是通过轮询方式完成的;而且receiveMessage方法是非阻塞的。 www.ibm.com 7. Asynchronous or non-blocking Web service invocation is a key requirement in Web services nowadays. 异步或非阻塞Web服务调用是目前Web服务中的一个主要需求。 www.ibm.com 8. Two types of matrices are used in microwave switching: blocking and non-blocking. 在微波切换系统中,可采用两种类型的矩阵:分块矩阵和非分块矩阵。 www.eefocus.com 9. If you call this method using a non-blocking Socket, and no connection requests are queued, Accept throws a SocketException. 如果使用非阻止的Socket调用此方法,而且队列中没有连接请求,则Accept将会引发SocketException。 msdn2.microsoft.com 10. By contrast, a non-blocking synchronous call returns control to the caller immediately. 相比之下,非阻塞同步是会立即返回控制权给调用者的。 blog.sina.com.cn 1. It is not enough to just use read(2) and write(2), or recv(2) or send(2), the moment your socket becomes non-blocking. 当您的套接字变成非阻塞时,仅使用read(2)和write(2),或recv(2)或者send(2)是不够的。 www.ibm.com 2. so it is a blocking call, while Agent. future gives you options to use the new API for non-blocking Future composition. await是Agent.future.await.result.get的别名,所以它是阻塞型调用,而Agent.future让你可以选择使用针对非阻塞型Future组合的新API。 www.infoq.com 3. Now, although this is generally a good thing to have, let's see why it isn't such good news to the non-blocking stack. 尽管在一般情况下这是有利的,但是对于非阻塞堆栈不好。现在我们来看看这是为什么。 www.ibm.com 4. It can help make a non-blocking driver operate in a seemingly blocking way without sacrificing the non-blocking features. 它能让一个非阻塞的驱动的操作看起来更像是阻塞的方式,而不会牺牲非阻塞的特性。 www.infoq.com 5. A non-blocking socket operation could not be completed immediately. 无法立即完成一个非阻挡性套接字操作。 www.fan6.net 6. The client API supports both blocking and non-blocking invocation of In-Out operations. 客户端API支持In-Out操作的阻塞和非阻塞调用。 www.ibm.com 7. Tomcat uses NIO (Non-blocking IO) to keep the connection alive without wasting the waiting threads. Tomcat使用NIO(无阻塞IO)来保持连接活动,无需浪费等待中的线程。 www.ibm.com 8. You may want to consider using a logging system that is non-blocking, so that your end user never waits for you to log data. 您可能会想考虑使用一个非阻塞的日志系统,以防止您的终端用户等待您记录数据。 www.ibm.com 9. To handle Comet efficiently, you need non-blocking IO, and Java has this via its NIO library. 为了有效地处理Comet,需要非阻塞IO,Java通过它的NIO库提供非阻塞IO。 www.ibm.com 10. There is no more data pending when the non-blocking receive fails with WSAEWOULDBLOCK. 利用WSAEWOULDBLOCK,当非阻塞接收失败时,也没有数据被阻塞。 blog.sina.com.cn 1. On another thread, the call is non-blocking and causes the other thread to pause. 时,调用是非阻止调用,并会导致另一线程暂停。 msdn2.microsoft.com 2. NeverBlock cannot help making a blocking driver non-blocking. NeverBlock不能让一个阻塞的驱动变得非阻塞。 www.infoq.com 3. Thanks to Fibers we are able to write seemingly blocking code that is run in a non-blocking manner. 多亏了纤程,我们可以写出这种看似明明是阻塞的代码,却能够以非阻塞的行为运行。 www.infoq.com 4. Axis2 client API support both the above non-blocking invocation scenarios. Axis2客户机API同时支持上述两个非阻塞调用方案。 www.ibm.com 5. On a non-blocking connection, a return of 0 means no data was available, and -1 indicates an error. 在非阻塞连接的情况下,返回0表示没有可以获得的数据,返回-1表示连接出错。 www.ibm.com 6. The two example switches are described because they are working, 100-percent non-blocking, and high-performance Gigabit Ethernet switches. 之所以描述这两个示例交换机,是因为它们提供了100%无阻塞以及高性能千兆以太网交换。 www.ibm.com 7. We have just released a new activerecord-neverblock-postgresql adapter. Which brings non-blocking IO to ActiveRecord. 我们刚刚发布了一个全新的activerecord-neverblock-postgresql适配器,将非阻塞IO带到了ActiveRecord中。 www.infoq.com 8. A Study of Applying NEC and Non-Blocking Master-Slave Parallel Genetic Algorithms to Automated Antenna Design NEC和非堵塞式主从并行遗传算法应用于天线自动设计的研究 www.ilib.cn 9. Non-blocking Coordinated Checkpointing Protocol for Distributed Simulation System 分布式仿真系统非阻塞式协同检查点协议 www.ilib.cn 10. Non-blocking supervisory control of a modular class of discrete event systems 一类离散事件系统的非阻塞监督控制器设计 www.ilib.cn 1. The Non-Blocking Optimal Control and Scheduling of the Multi-entry and Multi-Outlet Serial Production Lines 多入口多出口串行生产线的无阻塞最优控制与调度 www.ilib.cn 2. A Study Of Generalized Non-blocking Multicast In Optical WDM Networks WDM光网络广义无阻塞组播通信 www.ilib.cn 3. On Non-blocking Robustness for a Class of Process Perturbation Systems 一类过程摄动系统的无阻塞鲁棒性 www.ilib.cn 4. implements the non-blocking user database management and the caching of the user data recently accessed; 实现了非阻塞的用户数据库管理模块,并实现用户数据缓存; www.fabiao.net 5. A blocking and non-blocking client API (application programming interface) 阻塞和非阻塞客户端API(应用程序编程接口) www.ibm.com 6. self-organized linked list; concurrent; non-blocking data structure; 自组织链表;并发;非阻塞数据结构; www.zidir.com 7. If you are in non-blocking mode, and there is no data available in the in the protocol stack buffer, the 如果您处于非阻止模式,并且协议堆栈缓冲区中没有可用的数据,则 msdn2.microsoft.com 8. The non-blocking optimal control of the multi-outlet serise production lines with buffers 带缓冲器的多出口串行生产线的无阻塞最优控制 www.ilib.cn 9. High-performance non-blocking HTTP and HTTPS support (based on Apache HttpCore) 支持高性能非阻塞的HTTP和HTTPS(基于ApacheHttpCore) www.infoq.com |
||||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。