single threaded信息详情

single threaded发音

意思翻译

单线程;单线螺纹;单头螺纹

相似词语短语

threaded───adj.有线状图案装饰的;v.穿过;穿线于(thread的过去分词)

single───adj.单一的;单身的;单程的;n.一个;单打;单程票;vi.击出一垒安打;vt.选出

single father───单身父亲

single professor───单身教授

single house───独栋别墅;独立房

single proprietorship───[经]独资;独资企业;所有权

single adult───单身成人

respostim single───单一响应

single player───单人游戏;单人模式;单人游戏; 单人模式

双语使用场景

Browsers are single threaded, so you can't rely on the timer.───浏览器是单线程的,因此不能依赖于定时器。

The kernel is single threaded and non preemptive.───内核部分采用单线程设计,没有采用基于优先级的设计。

Dequeuing is single threaded, even if the message flow itself is configured for multiple instances.───队列是一个单线程操作,即使消息流本身配置为多实例时也是如此。

Everything that you do in a single-threaded environment to help debug applications become more important as the number of threads increases.───随着线程数目的增加,您在单线程环境中所做的帮助调试应用程序的任何工作都变得更加重要。

The single-threaded nature of legacy application, like that just mentioned, is an example of a technical limitation of a legacy system.───如刚刚提到的,遗留应用程序的单线程特性就是遗留系统技术限制的一个例子。

The listener can be a bottleneck if it is single threaded, and if InterChange Server is not running on a high speed disk subsystem.───如果侦听器是单线程的,而InterChangeServer也并未在高速磁盘子系统上运行,则侦听器可能会成为瓶颈。

In effect, misuse of synchronization can turn the application into a single-threaded application, thereby decreasing throughput.───在效果上,同步的误用,会把应用程序变成单线程应用程序,从而降低吞吐率。

In the case of this single threaded benchmark, it is quite safe for Hotspot to safely elide the lock.───在这个单线程化的基准测试中,Hotspot可以非常安全地将锁省略掉。

In order to discuss Simultaneous Multi-Threading, you need to understand the normal execution of a single-threaded execution in a processor.───为了讨论同步多线程,您需要了解单线程执行过程在处理器中的正常执行。

英语使用场景

In the case of this single threaded benchmark, it is quite safe for Hotspot to safely elide the lock.

The listener can be a bottleneck if it is single threaded, and if InterChange Server is not running on a high speed disk subsystem.

Given the single threaded nature of this benchmark, I was fully expecting Escape Analysis to elide the lock thus rendering StringBuffer performance equivalent to that of StringBuilder.