runnable

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接口一个方法executeRunnable)。

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.

UNIXbin目录存储其它运行程序位置

You'll need to have that application built and runnable in order to proceed with the examples here.

需要构建应用程序确保运行这样才能继续学习本文示例