Swing is a single-threaded UI toolkit.
Swing是一个单线程UI工具包。
darkhttpd is a fast, single-threaded HTTP/1.1 server.
darkhttpd是一个快速的、单线程的HTTP/1.1服务器。
The wait-free side of a WaitFreeQueue is designed to be single-threaded.
WaitFreeQueue的无等待端专门设计成单线程。
Other DB2 operators with more than one input (joins) are also single-threaded.
其他包含不止一个输入的DB 2操作(连接)也是单线程的。
The first option All databases corresponds to a single-threaded configuration.
第一个选项Alldatabases对应于单线程配置。
Suffice it to say that Swing applications are essentially single-threaded out of the box.
只需指出基本的Swing应用程序本质上是单线程的。
Don't try to tell me that these XUL applications have been single-threaded all of this time!
不要告诉我这些XUL应用程序一直以来都是单线程的!
Don't be fooled into thinking that such problems won't occur on single-threaded processors.
不要被这些东西搅昏了,这些题目不会出现在单线程处理中。
Each on demand scan request is single-threaded, and you need a session bean to encapsulate it.
每个按需扫描请求都是单线程的,需要使用一个会话Bean对其进行封装。
In a simple single-threaded application, 100 percent of the Tree time would be spent in the main method.
在一个简单的单线程应用程序中,100%的Tree时间将用于main方法。
You can then set up four separate (single-threaded) CSLD tasks, each servicing its related job database.
那么可以设置4个单独的(单线程)CSLD任务,每个任务为它相关的任务数据库服务。
In prior releases of WebSphere Federation Server, many federated queries execute in a single-threaded manner.
在之前版本的WebSphereFederationServer中,很多联邦查询都是以单线程的方式执行的。
Second, though most games are single-threaded today, gaming applications also can benefit from multithreading.
其次,尽管目前很多游戏都是单线程的,其应用程序仍可以受益于多线程。
If this code were in a single-threaded program we'd expect the thread_function code to execute in its entirety.
如果代码是位于单线程程序中,可以预期thread_function代码将完整执行。
Distribution of CPU utilization by processor over the collection interval — useful in identifying single-threaded processes.
用处理器与收集间隔的比值表示的CPU使用率的分布情况,该信息有助于识别单线程的进程。
Figure 2 offers some guidance, dividing collectors into single-threaded and concurrent, and into low-pause and high-throughput.
图2提供了一些指导,将收集器分为单线程和并发的,以及分为短暂停和高吞吐能力的。
In effect, misuse of synchronization can turn the application into a single-threaded application, thereby decreasing throughput.
在效果上,同步的误用,会把应用程序变成单线程应用程序,从而降低吞吐率。
This code segment can be run safely in a single-threaded environment; however, it causes a deadlock in a multi-threaded environment.
这个代码片段可以在单线程环境中安全运行;然而,它会在多线程环境下引起死锁。
The single-threaded nature of legacy application, like that just mentioned, is an example of a technical limitation of a legacy system.
如刚刚提到的,遗留应用程序的单线程特性就是遗留系统技术限制的一个例子。
In order to discuss Simultaneous Multi-Threading, you need to understand the normal execution of a single-threaded execution in a processor.
为了讨论同步多线程,您需要了解单线程执行过程在处理器中的正常执行。
For the mentioned two-server configuration, this translates into two single-threaded CSLD tasks, each servicing their related CSLD job database.
对于前面提到的双服务器配置,则有两个单线程CSLD任务,每个任务为它们相关的CSLD任务数据库服务。
However, this kind of rhetoric has been prevalent for many years now, and yet a lot of developers are still happily writing single-threaded code.
然而,这类话语已经流行了多年,可是很多开发人员仍然乐于编写单线程代码。
The default configuration for CSLD consists of one CSLD job database that is served by one single-threaded CSLD task (connected to one archpro server).
CSLD的缺省配置由一个CSLD任务数据库组成,该数据库有一个单线程的CSLD任务(连接到一个archpro服务器)为其服务。
If you run a single-threaded application on a multi-core machine you might even make your application run faster by switching off all but your first core.
如果你在多核机器上运行单线程的应用程序,就要禁用除第一个核以外所有核的优化,这样会使应用程序运行得更快。
Because each on demand scan is single-threaded, a session bean is created to encapsulate the Nessus class to provide the session interface to the portlet.
由于每个按需扫描都是单线程的,因此将创建会话Bean来封装nessus类,以向Portlet提供会话接口。
Unfortunately, it violates the single-threaded model for the UI: the Android UI toolkit is not thread-safe and must always be manipulated on the UI thread.
但不幸的是,上面的代码违背了UI线程的单线程模式:Android UItoolkit不是线程安全的,所以对UI的操作都应该在主ui线程中进行。
Based on the typical duration of a single transaction mentioned before, a single-threaded CommonStore throughput is typically in the range of 3,600-6,000 mails per hour.
根据前面提到的单个事务的通常持续时间,单线程CommonStore的吞吐量通常为每小时3,600- 6,000封邮件。
Most implementations (hw or sw) assume code inside a transaction is single-threaded, but isolation and parallelism are orthogonal (and Amdahl’s Law will strike with manycore)
大多数语言实现都假设事务中执行的代码是单线程的,但是隔离和并发是两个互不影响的概念(Amdahl 定律将受到多核的冲击)。
ActionScript 3, the programming language used in Flex development, is fundamentally single-threaded, and requires asynchronous completion functions for all network operations.
在Flex开发中使用的编程语言actionscript3,根本上是单线程的,对于所有的网络操作都需要异步的来完成功能。
The web server takes advantage of the server's many cores to allow it to handle many simultaneous requests from the user, but each such request can often be handled by single-threaded code.
web服务器利用服务器的多个内核来同时处理来自用户的多个请求,但是每个这样的请求通常都由单线程代码处理。
应用推荐