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

[θred puːl]
[θred puːl]
thread pool
스레드 풀
thread pool
a thread pool

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

{-}
  • Colloquial category close
  • Ecclesiastic category close
  • Ecclesiastic category close
  • Programming category close
  • Computer category close
Thread pools.
쓰레드 풀 Thread Pools.
Choosing thread pools.
쓰레드 풀 Thread Pools.
Thread pool wait.
Thread pool 초기화.
가지 Thread Pool Mode.
자유로운 Thread Pool 관계 구성.
Thread Pool, Thread Model 설정하기.
Pidl 고급 사용법.
The mechanism is similar to a thread pool.
이는 스레드 풀과 유사합니다. This is similar to a thread pool.
The method executes when a thread pool thread becomes available.
이 메서드는 스레드 풀 스레드를 사용할 수 있을 때 실행됩니다.
Timer Queue(A module that operates tick event from thread pool).
Timer Queue (Thread pool에서 tick event를 수행하는 모듈).
Calls from a remote process are dispatched from a thread pool the platform maintains inside of your own process.
원격 프로세스에서 오는 호출은 플랫폼이 본인의 프로세스 내에서 유지 관리하는 스레드 풀에서 발송됩니다.
Timer-queue timers and registered wait operations also use the thread pool.
타이머 큐 타이머 및 등록 된 대기 작업 스레드 풀을 사용 합니다.
Thread pooling helps optimize performance when large numbers of clients are connected to the server.
스레드 풀링을 사용하면 많은 클라이언트가 서버에 연결되어 있을 때 성능이 최적화됩니다. Thread pooling helps optimize performance when large numbers of clients are connected to the server.
Those methods provide you to configure an ExecutorService with a variety of policies such as thread pooling.
이런 정적 메소드를 활용해 쓰레드 풀과 같은 여러 정책을 ExecutorService 에 지정할 수 있다.
Provides a mechanism for executing a method on a thread pool thread at specified intervals.
지정된 간격으로 스레드 풀 스레드에 대해 메서드를 실행하는 메커니즘을 제공합니다. Provides a mechanism for executing a method on a thread pool thread at specified intervals.
You can also queue work items that are not related to a wait operation to the thread pool.
스레드 풀에 대기 작업과 관련 되지 않은 작업 항목을 대기 시킬 수 있습니다. You can also queue work items that are not related to a wait operation to the thread pool.
We will therefore write the basic HTTP server and thread pool ourselves so you can learn the general ideas and techniques behind the crates you might use in the future.
우린 기본적인 HTTP 서버와 스레드 풀을 직접 구현할 것이며, 이를 통해 여러분이 나중에 사용하게 될 크레이트들의 기반이 되는 일반적인 기술들에 대해 배울 수 있습니다.
The code in Listing 20-21 is responding to requests asynchronously through the use of a thread pool, as we intended.
Listing 20-21 의 코드는 우리가 의도한대로 스레드 풀을 이용해 비동기적으로 요청에 응답합니다.
The thread pool provides new worker threads or I/O completion threads on demand until it reaches the minimum for each category.
스레드 풀은 각 범주에 대해 지정된 최소값에 도달할 때까지 요청 시 새 작업자 스레드 또는 I/O 완료 스레드를 제공합니다. The thread pool provides new worker threads or I/O completion threads on demand until it reaches a specified minimum for each category.
The implementation of the interface eventually receives this as a regular call from the Binder thread pool as a normal remote call.
결국 인터페이스 구현은 이 호출을 Binder 스레드 풀에서 정상적인 원격 호출로 보내는 정식 호출로 수신합니다.
The callback can be executed simultaneously on two thread pool threads if the timer interval is less than the time required to execute the callback, or if all thread pool threads are in use and the callback is queued multiple times.
콜백은 타이머 간격이 콜백을 실행 하는 데 필요한 시간 보다 작은 경우 또는 모든 스레드 풀 스레드가 사용 되 고 콜백을 여러 번 큐에 대기는 두 개의 스레드 풀 스레드에서 동시에 실행할 수 있습니다. The callback can be executed simultaneously on two thread pool threads if the timer interval is less than the time required to execute the callback, or if all thread pool threads are in use and the callback is queued multiple times.
Represents a callback method to be executed by a thread pool thread..
스레드 풀 스레드에 의해 실행될 콜백 메서드를 나타냅니다. Represents a callback method to be executed by a thread pool thread..
Even if Timer. SynchronizingObject is not null, Timer. Elapsed events can occur after the erload: System. Timers. Timer. Dispose or Timer. Stop method has been called or after the Timer.Enabled property has been set to false, because the signal to raise the Timer. Elapsed event is always queued for execution on a thread pool thread..
경우에 SynchronizingObject 아닙니다 null, Elapsed 이벤트 후 발생할 수 있습니다를 Dispose 또는 Stop 메서드를 호출한 후 나 합니다 Enabled 속성이로 설정 된 false이므로 를발생시키는신호Elapsed 스레드 풀 스레드에서 실행 이벤트는 항상 대기 합니다. Even if SynchronizingObject is not null, Elapsed events can occur after the Dispose or Stop method has been called or after the Enabled property has been set to false,because the signal to raise the Elapsed event is always queued for execution on a thread pool thread..
If your worker threads do not block,consider using thread pool threads..
작업자 스레드가 차단되지 않는 경우 스레드 풀 스레드를 사용하는 것이 좋습니다. If your worker threads do not block,consider using thread pool threads.
Put observable. subscribeOn and observable. observeOn(scheduler)to move blocking computations(e.g. JDBC calls) to a different thread pool.
Observable. subscribeOn과 observable. observeOn(scheduler)를 이용하여 블로킹 연산(예: JDBC 요청)을 다른 스레드 풀로 이동시킨다.
The latter instead is a thread timer and provides a mechanism for executing a method on a thread pool's thread at specified intervals.
지정된 간격으로 스레드 풀 스레드에 대해 메서드를 실행하는 메커니즘을 제공합니다. Provides a mechanism for executing a method on a thread pool thread at specified intervals.
Receives the error code,number of bytes, and overlapped value type when an I/O operation completes on the thread pool.
스레드 풀의 I/O 연산이 완료되면 오류 코드, 바이트 수 및 겹쳐진 값 형식을 받습니다. Receives the error code, number of bytes,and overlapped value type when an I/O operation completes on the thread pool.
For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads..
대부분의 작업의 경우 스레드 풀 스레드로 실행에 대한 요청을 큐에 대기시켜 복잡성을 줄일 수 있습니다. For most tasks, you can reduce complexity by queuing requests for execution by thread pool threads.
System. Threading. Timer is a simple, lightweight timer that uses callback methods and is served by thread pool threads..
System. Threading. Timer 콜백 메서드를 사용 하는 스레드 풀에서 제공 하는 간단한 타이머가입니다. System. Threading. Timer is a simple, lightweight timer that uses callback methods and is served by thread pool threads.
Note that callbacks can occur after the Timer. Dispose method overload has been called, because the timer queues callbacks for execution by thread pool threads..
콜백 후 발생할 수 있습니다는 Dispose() 메서드 오버 로드를 호출한 타이머 스레드 풀 스레드에 의해 실행에 대 한 콜백을 큐 때문입니다. Callbacks can occur after the Dispose() method overload has been called, because the timer queues callbacks for execution by thread pool threads.
결과: 28, 시각: 0.0406

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

Use a thread pool executor for deserialization.
The thread pool used for batch jobs.
There are many thread pool statistics available.
The Thread Pool backs the Executor Interface.
The .NET thread pool is also self-tuning.
thread pool size etc for optimal performance.
Replay: Starting thread pool with 4 threads...succeeded.
Let suppose thread pool contains T threads.
Lynn5707 posted the thread Pool almost empty?
Implementation of thread pool and factory components.

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

이를 통해 사용자 정의 스레드 풀 크기를 정의 할 수 있으며 AsyncTask 와 달리 모든 Android 버전에서 동일하게 작동합니다.
Set automatically 일때 와우자 스트리밍 엔진은 핸들러 풀 스레드 풀 사이즈와 전송 스레드 풀 사이즈를 아래와 같이 계산한다.
이것은 기본적으로 사용 가능한 프로세서간에 fork/join 작업을 효율적으로 스케줄하는 것을 목표로하는 스레드 풀 구현입니다.
Java 스케줄 스레드 풀 실행기에서 자세히 읽어보십시오. 더 많이 연습할수록 더 쉬워집니다.
CLR의 스레드 풀 자체가 일종의 생산자/소비자 대기열(짧게 실행되는 계산량 한정 작업에 최적화된)이다.
스레드 풀 또는 접속 풀의 크기를 잘못 설정했다.
스레드 또는 스레드 풀 작업 필요 또는 시야를 확장 하려는 경우에도 가장 기술적인 작업을 위해 적합 한 새로운.
UI와 스레드 풀 executer의 책임을 교차 배치하고 있지만 사실 그렇게 할 이유가 없습니다.

단어 번역에 의한 워드

최고 사전 질의

영어 - 한국어