WORKER THREAD 한국어 뜻 - 한국어 번역

['w3ːkər θred]
['w3ːkər θred]
작업자 스레드를
worker thread
worker 쓰레드는

영어에서 Worker thread 을 사용하는 예와 한국어로 번역

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
The worker thread reads the request from the client.
Worker 쓰레드는 클라이언트로 부터 요청을 읽는다.
It then executes the serial plan(one worker thread).
그런 다음 하나의 작업자 스레드만 사용되는 직렬 계획을 실행합니다.
In this trace, the worker thread that handles the request is mapped to LWP 65.
아래 기록에서 요청을 처리하는 worker 쓰레드가 LWP 65임을 알 수 있다.
So a realistic server will start multiple worker threads.
그래서 현실적인 서버는 여러 개의 작업자 스레드를 시작합니다.
The Mutex makes sure that only one Worker thread at a time is trying to request a job.
Mutex 가 한번에 오직 하나의 Worker 스레드가 작업을 요청할 수 있도록 보장합니다.
A parallel-query execution plan can use more than one worker thread.
병렬 쿼리 실행 계획은 작업자 스레드를 여러 개 사용할 수 있습니다.
Timer is designed for use with worker threads in a multithreaded environment.
Timer 클래스는 다중 스레드 환경에서 작업자 스레드와 함께 사용 하도록 설계 되었습니다.
Next, the worker thread puts the connection to the client(file descriptor 9) in non-blocking mode.
다음 worker 쓰레드는 클라이언트의 연결(파일기술자 9)을 대기안함(non-blocking) 상태로 바꾼다.
Setting the Maximum Number of Worker Threads.
최대 작업자 스레드 수 설정Setting the Maximum Number of Worker Threads.
When the wait operation completes, a worker thread from the pool executes the corresponding callback function.
대기 작업이 완료 되 면 스레드 풀에서 작업자 스레드는 해당 하는 콜백 함수를 실행 합니다.
Partitions are not shared among worker threads.
파티션은 작업자 스레드 간에 공유되지 않습니다. Partitions are not shared among worker threads.
That is, for each start request, it uses a worker thread to perform the job and processes only one request at a time.
바꿔 말하면 각 시작 요청에 대해 작업자 스레드를 사용하여 작업을 수행하고 한 번에 요청을 하나씩만 처리한다는 뜻입니다.
Listing 20-24: Sending Message:: Terminate to the workers before calling join on each worker thread.
Listing 20-25: 각 worker 스레드에 join 을 호출하기 전에 ::Terminate 전달하기.
Pending= The session is waiting for a worker thread to become available.
세션이 작업자 스레드를 사용할 수 있을 때까지 기다리고 있습니다. The session is waiting for a worker thread to become available.
When a worker thread finishes, it is not reassigned to another partition.
이때 작업자 스레드가 완료되어도 다른 파티션에 다시 할당되지 않습니다. When a worker thread finishes, it is not reassigned to another partition.
You can run whatever code you like inside the worker thread, with some exceptions.
Worker 쓰레드에서 어떠한 코드도 실행할 수 있지만, 몇가지 예외가 있습니다.
Finally the worker thread closes the file that it has just delivered and blocks until the listener assigns it another connection.
마지막으로 worker 쓰레드는 방금 전송한 파일을 닫고, 연결대기(listener) 쓰레드가 다른 연결을 할당할 때까지 정지한다.
Upon accepting the connection, the listener thread wakes up a worker thread to do the request processing.
연결은 받아들이고(accept) 연결대기 쓰레드는 worker 쓰레드를 깨워서 요청을 처리하게 한다.
If your worker threads do not block, consider using thread pool threads..
작업자 스레드가 차단되지 않는 경우 스레드 풀 스레드를 사용하는 것이 좋습니다. If your worker threads do not block, consider using thread pool threads.
Monitor. PulseAll is useful in situations where worker threads block.
Monitor. PulseAll은 작업자 스레드가 차단되는 경우에 유용합니다. Monitor. PulseAll is useful in situations where worker threads block.
The render thread also uses a worker thread to decode, so that decoding does not interfere with other operations on the render thread..
또한 렌더 스레드는 작업자 스레드를 사용하여 디코딩하므로, 디코딩이 렌더 스레드를 통해 이루어지는 다른 작업을 방해하지 않습니다.
MaxRequestsPerChild- Like the Unix directive, this controls how many requests a worker thread will serve before exiting.
MaxRequestsPerChild - 유닉스와 같이 worker 쓰레드가 요청을 얼마만큼 처리하고 죽을지를 조정한다.
RESTART Instructs Apache to terminate all runningworker threads as they become idle, reread the configuration file and restart each worker thread based on the new configuration.
RESTART 모든 쓰레드가쉬는 상태일때 아파치를 죽이고, 설정파일을 다시 읽은후 새로운 설정에 따라 worker 쓰레드들을 재시작한다.
Perhaps the best solution,is to extend the AsyncTask class, which simplifies the execution of worker thread tasks that need to interact with the UI.
하지만 최선의 해결책은AsyncTask 클래스를 확장하는 방법일 것입니다. 이것은 UI와 상호작용해야 하는 작업자 스레드 작업의 실행을 단순화합니다.
In this case, multiple worker threads on the outer side of the join each read and work on a different partition.
이 경우 조인 외부 측면의 여러 작업자 스레드가 각각 서로 다른 파티션을 읽고 작업합니다. In this case, multiple worker threads on the outer side of the join each read and work on a different partition.
A serial execution plan,used by a nonparallel query, uses only one worker thread for its execution.
병렬이 아닌 쿼리에서 사용하는 직렬 실행 계획은 실행에 한 작업자 스레드만 사용합니다.A serial execution plan, used by a nonparallel query,uses only one worker thread for its execution.
The user worker threads remove execution plans from the plan cache when single cache memory pressure exists.
단일 캐시 메모리 부족 현상이 발생하면 사용자 작업자 스레드를 통해 계획 캐시에서 실행 계획이 제거됩니다. The user worker threads remove execution plans from the plan cache when single cache memory pressure exists.
The following paragraphs explain worker thread allocation in greater detail.
다음 단락에서는 작업자 스레드 할당에 대해 자세히 설명합니다. The following paragraphs explain worker thread allocation in greater detail.
If the number of worker threads isequal to the number of partitions, the query processor assigns one worker thread to each partition.
작업자 스레드 수가 파티션 수와 같은 경우 쿼리 프로세서는 각 파티션에 하나의 작업자 스레드를 할당합니다. If the number of worker threads is equal to the number of partitions,the query processor assigns one worker thread to each partition.
IntentService This is a subclass of Service that uses a worker thread to handle all of the start requests, one at a time.
IntentService 이것은 Service 의 서브클래스로, 작업자 스레드를 사용하여 모든 시작 요청을 처리하되 한 번에 하나씩 처리합니다.
결과: 30, 시각: 0.0445

영어 문장에서 "worker thread"를 사용하는 방법

Worker thread first checks the cache.
WARNING: ThreadAnnotator worker thread not ready!
Multicore: one worker thread per core.
worker thread from processing any event.
Overflow threshold for worker thread creation.
Don't set worker thread priorities to idle.
Called before a worker thread shuts down.
We increased our Max Worker Thread size.
This worker thread initiates an asynchronous operation.
Native JSON and Web worker thread support.

한국어 문장에서 "작업자 스레드를"를 사용하는 방법

이렇게 하려면 주 UI 스레드를 차단할 위험이 0 인 작업자 스레드를 만들어 이러한 작업을 수행할 수 있습니다.
그래서 현실적인 서버는 여러 개의 작업자 스레드를 시작합니다.
( 호출자 스레드 : 작업자 스레드를 호출하여 작업을 수행하는 스레드.
사용 가능한 스레드가없는 경우 COM은 새 작업자 스레드를 시작하여 최대 풀 수까지 처리 할 수 ​​있습니다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어