runnable
美
英 
- 網(wǎng)絡(luò)可運行;就緒;可運行狀態(tài)
例句
The connection factory singleton could have been extended with a Runnable interface to provide a connection close on inactivity timeout.
獨立連接工廠可以使用Runnable接口進行擴展,以提供基于非活動超時的連接關(guān)閉。
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查詢并將返回用戶期望的結(jié)果。
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.
因此,每個可運行的任務(wù)都會追趕其他任務(wù)以維持整個可運行任務(wù)集合的執(zhí)行平衡。
However, a threaded program may have multiple runnable threads, so blocking in a system call should be avoided.
但是,一個線程化的程序可能含有多個可運行的線程,所以在系統(tǒng)調(diào)用過程中,應(yīng)該避免阻塞。
Operating systems impose their own limits on many aspects of the system, including the number of runnable threads and processes.
操作系統(tǒng)也會暴露出它們對系統(tǒng)的許多方面的限制,包括可運行的線程和進程的數(shù)量。
enqueue_task: When a task enters a runnable state, this function is called.
enqueue_task:當某個任務(wù)進入可運行狀態(tài)時,該函數(shù)將得到調(diào)用。
A class that implements Runnable can run without subclassing Thread by instantiating a Thread instance and passing itself in as the target.
實現(xiàn)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.
是的,請務(wù)必謹記在MVC模型中,所有的執(zhí)行都要經(jīng)過控制器,視圖自身是不能運行的。
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.
通知核心和文件系統(tǒng)這個進程不可再運行。
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會在適當的時間調(diào)用run方法。
This value limits the number of runnable threads associated with the completion port.
該并發(fā)量限制了與該完成端口相關(guān)聯(lián)的可運行線程的數(shù)目。
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在自己的隊列中進行調(diào)度,如果沒有可運行的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.
系統(tǒng)上的每個CPU都有自己專用的運行隊列,該隊列是按線程優(yōu)先級值排序的可運行線程的列表。
Lower runnable count implies that multiple tasks are waiting for a resource.
較低的可運行計數(shù)表示有多個任務(wù)正在等待資源。
Leaves in a red-black tree contain no information, but internal nodes represent one or more tasks that are runnable.
紅黑樹的葉子不包含信息,但是內(nèi)部節(jié)點代表一個或多個可運行的任務(wù)。
The 1. 2 Linux scheduler used a circular queue for runnable task management that operated with a round-robin scheduling policy.
Linux調(diào)度器使用了環(huán)形隊列用于可運行的任務(wù)管理,使用循環(huán)調(diào)度策略。
FactoryTestServlet: A simple example that shows how to create the WASThreadFactory and submit a number of Runnable tasks to it.
FactoryTestServlet:一個簡單的示例,顯示如何創(chuàng)建WASThreadFactory并向其提交大量的可運行線程任務(wù)。
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.
你初建的社區(qū)至少需要一個可以運行和測試的東西。
By comparison, the following result shows multiple runnable tasks where no task is waiting to obtain a worker.
通過比較,下面的結(jié)果顯示多個可運行的任務(wù),其中沒有等待獲取工作線程的任務(wù)。
Therefore, to mitigate late task execution, you should minimize the number of runnable threads in your application.
因此,要減緩任務(wù)的延遲執(zhí)行,應(yīng)該將應(yīng)用程序中可運行的線程數(shù)降至最少。
It is a class that implements the Runnable interface, and launches some threads that currently do nothing more than log using log4j.
它是一個實現(xiàn)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.
下面的代碼本質(zhì)上是由先前所有的代碼示例組合而成的一個可運行程序。
But because not all tasks are runnable, you won't find any CFS-related fields in task_struct.
但是因為不是所有任務(wù)都是可運行的,您在task_struct中不會發(fā)現(xiàn)任何與CFS相關(guān)的字段。
A Runnable is submitted to a custom thread pool.
將可運行線程提交到自定義線程池。
So when a new task becomes runnable, there are strict requirements for its placement.
因此,當一個新任務(wù)變?yōu)?/c>可運行狀態(tài)時,對其位置有嚴格的要求。
A run queue is a list of runnable threads, sorted by thread priority value.
運行隊列是由運行線程所組成的列表,按照線程優(yōu)先級的值進行排序。
r -- The average number of runnable kernel threads over whatever sampling interval you have chosen.
r——在所選擇的任意采樣間隔期間的平均可運行內(nèi)核線程數(shù)。
A thread might cease to runnable (that is, because blocked) for a variety of reasons.
線程可以因為各種各樣菂原因終止并進扖可運垳狀態(tài)(因為堵塞)。
This is the highest priority runnable task on the system and is the task the scheduler will run.
這就是系統(tǒng)中優(yōu)先級最高的可執(zhí)行進程,也是馬上會被調(diào)度執(zhí)行的進程。
Internally, it starts a short-lived RealtimeThread in the supplied memory area to execute the Runnable.
在內(nèi)部,它在所提供的存儲區(qū)內(nèi)啟動一個短期的RealtimeThread,從而執(zhí)行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.
您需要構(gòu)建該應(yīng)用程序,確保它是可運行的,這樣才能繼續(xù)學習本文的示例。