runnable
美
英 
例句
The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout.
独立连接工厂可以使用Runnable接口进行扩展,以提供基于非活动超时的连接关闭。
C. When a thread stops running because of preemptive, it is placed at the front end of the runnable queue.
当一个线程因为抢先机制而停止运行,它被放在可运行队列的前面。
The goal of this stage is to produce a runnable DB2 SQL query that will return what the user expects.
这一阶段的目标是生成可运行的DB2SQL查询并将返回用户期望的结果。
Notice that the CSProcess interface looks exactly like the Java language's Runnable interface and serves a similar role.
注意,CSProcess接口看起来就像Java语言的Runnable接口,而且它也充当着类似的角色。
Therefore, each runnable task chases the other to maintain a balance of execution across the set of runnable tasks.
因此,每个可运行的任务都会追赶其他任务以维持整个可运行任务集合的执行平衡。
However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.
但是,一个线程化的程序可能含有多个可运行的线程,所以在系统调用过程中,应该避免阻塞。
Operating systems impose their own limits on many aspects of the system, including the number of runnable threads and processes.
操作系统也会暴露出它们对系统的许多方面的限制,包括可运行的线程和进程的数量。
enqueue_task: When a task enters a runnable state, this function is called.
enqueue_task:当某个任务进入可运行状态时,该函数将得到调用。
A class that implements Runnable can run without subclassing Thread by instantiating a Thread instance and passing itself in as the target.
实现Runnable的类可以不继承Thread而实例化为Thread实例,将自身作为运行目标。
When a worker that is waiting on an event is signaled, the worker is placed at the head of the runnable queue.
当等待事件的工作线程得到信号时,工作线程将被放在可运行队列的开头。
Well, remember with the MVC model, all execution goes through the controller, the views themselves are not runnable.
是的,请务必谨记在MVC模型中,所有的执行都要经过控制器,视图自身是不能运行的。
The java. util. concurrent. Executor interface has only a single method: execute(Runnable).
Executor接口仅有一个方法:execute(Runnable)。
Tell the kernel and FS that the process is no longer runnable.
通知核心和文件系统这个进程不可再运行。
If the value in the PRI column is equal to or lower than this value, the process is considered runnable and is included in the load average.
如果PRI栏中的值等于或者小于此值,则该程会认为是可运行的并且会包括在负载均衡中。
As with the Work interface, this class extends Runnable, and Timer invokes the run method at the appropriate times.
同使用Work接口时一样,这个类扩展了Runnable,而且Timer会在适当的时间调用run方法。
This value limits the number of runnable threads associated with the completion port.
该并发量限制了与该完成端口相关联的可运行线程的数目。
Each CPU schedules from its own queues, and resorts to stealing runnable softly affined KSEs from other CPUs if there are no runnable KSEs.
每个CPU在自己的队列中进行调度,如果没有可运行的KSE,则从其他CPU那里取一些有软亲缘的KSE,并且重新排序。
I recently experienced this first hand when I had to deliver a runnable Java application to a client.
最近,我第一次对此有了亲身体会。
Each CPU on a system has its own dedicated run queue, which is a list of runnable threads sorted by thread priority value.
系统上的每个CPU都有自己专用的运行队列,该队列是按线程优先级值排序的可运行线程的列表。
Lower runnable count implies that multiple tasks are waiting for a resource.
较低的可运行计数表示有多个任务正在等待资源。
Leaves in a red-black tree contain no information, but internal nodes represent one or more tasks that are runnable.
红黑树的叶子不包含信息,但是内部节点代表一个或多个可运行的任务。
The 1. 2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy.
Linux调度器使用了环形队列用于可运行的任务管理,使用循环调度策略。
FactoryTestServlet: A simple example that shows how to create the WASThreadFactory and submit a number of Runnable tasks to it.
FactoryTestServlet:一个简单的示例,显示如何创建WASThreadFactory并向其提交大量的可运行线程任务。
The process would be runnable again on receipt of signal SIGCONT.
接收到SIGCONT信号之后,进程将再次变得可运行。
Your nascent developer community needs to have something runnable and testable to play with.
你初建的社区至少需要一个可以运行和测试的东西。
By comparison, the following result shows multiple runnable tasks where no task is waiting to obtain a worker.
通过比较,下面的结果显示多个可运行的任务,其中没有等待获取工作线程的任务。
Therefore, to mitigate late task execution, you should minimize the number of runnable threads in your application.
因此,要减缓任务的延迟执行,应该将应用程序中可运行的线程数降至最少。
It is a class that implements the Runnable interface, and launches some threads that currently do nothing more than log using log4j.
它是一个实现Runnable接口的类,并运行一些除了使用log4j外,其他什么也不做的线程。
tracexsl-sample1. xsl -- The runnable version of Stefan's sample stylesheet, as shown in Listing 1.
tracexsl-sample1.xsl—Stefan的样本样式表的可运行版本,如清单1所示。
The following code essentially combines all our prior code examples into one runnable program.
下面的代码本质上是由先前所有的代码示例组合而成的一个可运行程序。
But because not all tasks are runnable, you won't find any CFS-related fields in task_struct.
但是因为不是所有任务都是可运行的,您在task_struct中不会发现任何与CFS相关的字段。
A Runnable is submitted to a custom thread pool.
将可运行线程提交到自定义线程池。
So when a new task becomes runnable, there are strict requirements for its placement.
因此,当一个新任务变为可运行状态时,对其位置有严格的要求。
A run queue is a list of runnable threads, sorted by thread priority value.
运行队列是由运行线程所组成的列表,按照线程优先级的值进行排序。
r -- The average number of runnable kernel threads over whatever sampling interval you have chosen.
r——在所选择的任意采样间隔期间的平均可运行内核线程数。
A thread might cease to runnable (that is, because blocked) for a variety of reasons.
线程可以因为各种各样菂原因终止并进扖可运垳状态(因为堵塞)。
This is the highest priority runnable task on the system and is the task the scheduler will run.
这就是系统中优先级最高的可执行进程,也是马上会被调度执行的进程。
Internally, it starts a short-lived RealtimeThread in the supplied memory area to execute the Runnable.
在内部,它在所提供的存储区内启动一个短期的RealtimeThread,从而执行Runnable。
The bin directory in UNIX is where binaries and other runnable programs are stored.
UNIX中的bin目录是存储二进制和其它可运行程序的位置。
You'll need to have that application built and runnable in order to proceed with the examples here.
您需要构建该应用程序,确保它是可运行的,这样才能继续学习本文的示例。