"Concurrency" is not found on TREX in Korean-English direction
Try Searching In English-Korean (Concurrency)

Low quality sentence examples

공유 잠금은 각 문이 끝날 때 해제되지 않고 트랜잭션이 끝날 때까지 유지되므로 동시성이 기본 READ COMMITTED 격리 수준보다 낮습니다. Because shared locks are held to the end of a transaction instead of being released at the end of each statement, concurrency is lower than the default READ COMMITTED isolation level.
Because shared locks are held to the end of a transaction instead of being released at the end of each statement, concurrency is lower than the default READ COMMITTED isolation level.
reducing excessive memory grants that impact concurrency and fixing underestimated memory grants that cause expensive spills to disk.
revised memory grant size, reducing excessive memory grants that impact concurrency and fixing underestimated memory grants that cause expensive spills to disk.
비동기 프로그래밍 기능More advanced concurrency and asynchrony C++/WinRT로 동시성, 비동기 작업을 모두 수행하는 고급 시나리오. More advanced scenarios with concurrency and asynchrony in C++/WinRT.
More advanced concurrency and asynchrony More advanced scenarios with concurrency and asynchrony in C++/WinRT.
Std. concurrency'의 대체모듈 작성 308.
Write an alternative to'std. concurrency' 308.
우리는 이것을 hardware concurrency라고 일컫습니다.
That's something known as hardware concurrency.
많은 concurrency-control 알고리즘들이 serializability를 보장합니다.
A number of different concurrency-control algorithms ensure serializability.
Concurrency가 필요한가?
Why do you need concurrency?
동시성 제어Concurrency Control.
Event-based Concurrency Control.
그리고 이를 위하여 Java 언어는 concurrency도 지원하고 있다.
The Java language has concurrency support.
Concurrency가 필요한가?
Why is concurrency control needed?
Concurrency가 필요한가?
Why compete?
Core Data 그리고 Swift: 동시 실행(Concurrency.
Core Data and Swift: Concurrency.
필요하지 않다면 Optimistic Concurrency을 끄세요.
Turn Optimistic Concurrency Off Unless You Need It.
Concurrency에서 사용하는 Actor 모델에 유용하다.
Use the actor model for concurrency.
Concurrency 관련 코드는 다른 코드들과 분리하라.
Keep your concurrency-related code separate from other code.
이를 동시성 제어(Concurrency Control)이라 한다.
This is called concurrency control.
Parallelism은 Concurrency를 필요로 하지만 Concurrency가 Parallelism을 보장하진 않는다.
Parallelism requires concurrency, but concurrently does not imply parallelism.
Parallelism은 Concurrency를 필요로 하지만 Concurrency가 Parallelism을 보장하진 않는다.
Concurrency is a prerequisite for parallelism, but concurrency need not imply parallelism.
Concurrency - 어떻게 / 왜 기능 언어(특히 Erlang)가 잘 확장됩니까?
How/why do functional languages(specifically Erlang) scale well?
동시성 제어(Concurrency Control) 관련하여 Optimistic/Pessimistic이란 용어가 있다.
Optimistic and Pessimistic Concurrency Control.