等待队列用英语怎么说,等待队列的英文翻译


词语导航

基本信息

词语:等待队列

繁体:等待隊列

拼音:děng dài duì liè

英语翻译

【计】 waiting queue

分词翻译

等待的英语翻译:

await; wait; wait for
【计】 awaiting; camp-on; latency time; W; wait

队列的英语翻译:

alignment
【计】 Q; queue; queueing

翻译例句

1. 更重要的是,我们不必等待队列。

What"s more, we needn"t to wait in a queue.

2. 指针到内核的等待队列。

Pointers into the kernel"s wait queue.

3. b——采样期间在虚拟内存中等待队列的平均内核线程数。

B — the average number of kernel threads that are in the virtual memory waiting queue over your sampling interval.

4. 然而,要唤醒等待队列中所有睡眠的进程有时并不方便。

However, it is not always convenient to wake up all sleeping processes in a wait queue.

5. 如果平均磁盘等待队列长度多于磁盘头数量的两倍,则磁盘成为瓶颈。

If the average disk-waiting queue length is more than two times the number of disk heads, there is a bottleneck on the disk.

6. b——在您指定的时间间隔内,位于虚拟内存等待队列中的内核线程的平均数量。

B-the average number of kernel threads that are in the virtual memory waiting queue over your timing interval.

7. 等待队列在内核中有很多用途,尤其适合用于中断处理、进程同步及定时。

Wait queues have several USES in the kernel, particularly for interrupt handling, process synchronization, and timing.

8. 在适当的时候,配置管理工具将注意到变更并将那个文件加入到等待队列。

At the appropriate time, the SCM tool will notice the change and add that file to the pending change set.

9. 例如,如果两个或多个进程正在等待互斥访问某一要释放的资源,仅唤醒等待队列中一个进程才有意义。www.WeNTiYI.COM

For instance, if two or more processes are waiting for exclusive access to some resource to be released, it makes sense to wake up just one process in the wait queue.

10. 线程的责任是释放资源去唤醒在队列中的第一个等待队列,并修改队列标题,然后将线程放到等待队列。

It is the responsibility of the thread releasing the resource to awake the first thread on the queue, change the head of the queue, and put the thread on the ready queue.

11. 因为这个等待队列极少用到,所以在rmap补丁中实现了一个更小的队列,通过哈希队列来找到正确的等待队列。

Since this wait queue is used sparsely, a smaller wait queue implementation using hash queues to find the correct wait queue has been implemented in the rmap patch.

12. 当模块被缷载时应该去调用一个 flash_scheduled_work()函数,这个函数会使等待队列中所有的任务都被执行。

There is also a flush_scheduled_work() function that waits for everything in the queue to be executed, and that should be called by modules upon unloading.

13. 两秒后,当超过suspend的时限后,将从等待队列中检索第一个请求,并将其重新提交给ContinuationServlet。

Two seconds later, as the suspend timeouts expire, the first request is retrieved from the pending queue and resubmitted to the ContinuationServlet.

14. 这些类是具有无等待端的队列,在这里,一个NHRT可以请求读或写某些数据(具体取决于类),而不存在阻塞的风险。

These are queues that have a wait free side where an NHRT can request to read or write some data (depending on the class) without the danger of blocking.

15. 工作线程现在等待更多工作出现在输入队列上。

The worker thread now waits for more work to appear on the input queue.

16. 这些任务已经被执行,它们的结果已经被放到聚合器队列上,以等待聚合器提取。

These tasks have been executed and their results have been queued for the aggregator to pick up.

17. SQS主要用于分布式系统间的通讯,把消息发送并存储到队列中,等待客户端使用。

SQS is used by distributed applications to communicate by sending messages to queues where they are stored awaiting to be consumed by clients.

18. 在CPU受限的系统中,所有处理器都是100%忙碌的,并且一些作业可能正处在运行队列中等待CPU时间。

In a system that is CPU-bound, all the processors are 100 percent busy and some jobs might be waiting for CPU time in the run queue.

19. 如果需要,则通知等待线程选取刚刚进入队列的对象。

If necessary, a waiting thread is signaled to pick up the newly enqueued object.

20. 如果QMPL延迟非常高,则服务区域工作线程不足,无法足够快地处理工作队列中等待的请求。

If the QMPL delay is very high, then you have a shortage of servant region worker threads and cannot process the requests waiting in work queues fast enough.

21. TASK_RUNNING:进程当前正在运行,或者正在运行队列中等待调度。

TASK_RUNNING: the process is either running on CPU or waiting in a run queue to get scheduled.

22. 另一个队列是运行队列,其中包含等待运行的进程的有序列表。

The run queue, which holds an ordered list of processes waiting to run, is another queue.

23. 以我个人的经验,我会在等待的队列中感到不耐烦,但在扫描我的商品时,我不会感到很麻烦(即使这会花一些时间)。

In my personal experience, I get impatient waiting in the line, but I feel less worried once my items are being rung up (even if it takes a while).

24. 响应消息流等待RESPONSE 消息队列。

The response message flow waits on the RESPONSE message queue.

25. 对于阻塞队列,只有读线程需要在队列中没有数据时等待。

In a blocking queue, only the reader thread needs to wait when there is no data in the queue.

26. Step1的两个实例是活动的,其他传入令牌必须在该任务前面的队列中等待。

Two instances of Step 1 are active, with the other incoming tokens having to wait in the queue in front of the task.

27. 该模式与前面模式的区别是,它在发送Web服务回复之前等待响应队列上的响应消息。

The difference is that this pattern waits for a response message on a response queue before sending the Web service reply.

28. 在流程中执行了自动任务之后,人工任务将排入队列等待用户处理(To- do列表)。

After the automated tasks are executed in the process, the human tasks are queued for the user to work on (the To-Do list).

29. 类似地,几个线程可能对同一个对象执行 Object.wait(),因此该对象拥有一个等待者的逻辑队列。

Similarly, several threads could have done Object.wait() on the same object, and so there"s a logical queue of waiters for the object.

30. 类似地,几个线程可能对同一个对象执行 Object.wait(),因此该对象拥有一个等待者的逻辑队列。

Similarly, several threads could have done Object.wait() on the same object, and so there"s a logical queue of waiters for the object.

版权声明:问题易所有作品(图文、音视频)均来源网络,版权归原创作者所有,与本站立场无关,如不慎侵犯了你的权益,请联系我们告知,我们将做删除处理!