The server handles concurrent execution of several client requests efficiently.
이 서버는 여러 클라이언트 요청을 동시 실행 방식으로 효율 있게 처리한다.
Concurrency control mechanisms ensure accuracy and consistency during concurrent execution.
동시 실행 시 정확성과 일관성을 보장하기 위해서는 동시성 제어 메커니즘이 필요하다.
Concurrent execution helps reduce waiting times by running processes in parallel.
동시 실행은 여러 프로세스를 나란히 돌려서 대기 시간을 줄이는 데 도움이 된다.
Research focuses on improving concurrent execution to maximize hardware utilization.
연구에서는 하드웨어 활용도를 최대화하기 위해 동시 실행을 개선하는 데 집중하고 있다.
Concurrent execution allows independent processes to progress without waiting for others.
동시 실행을 통해 서로 독립적인 프로세스들이 다른 작업을 기다리지 않고 각자 진행될 수 있다.
Concurrent execution is a key feature of modern operating systems supporting multitasking.
동시 실행은 멀티태스킹을 지원하는 현대 운영체제의 핵심 기능이다.
In concurrent execution, the operating system manages multiple processes simultaneously.
동시 실행 환경에서는 운영체제가 여러 프로세스를 동시에 관리한다.
Concurrent execution allows multiple applications to run on a single processor at the same time.
동시 실행은 하나의 프로세서에서 여러 애플리케이션을 한꺼번에 돌릴 수 있게 해 준다.
In other words, the operating system controls and manages the concurrent execution process according to the PCB.
즉, 운영 체제는 PCB에 따라 동시 실행 프로세스를 제어하고 관리합니다.
The program achieved faster results due to concurrent execution of its components.
이 프로그램은 구성 요소들을 동시 실행한 덕분에 더 빠른 결과를 얻었다.
Concurrent execution complicates debugging because multiple processes run at the same time.
Errors can occur if concurrent execution isn't properly synchronized in the system.
시스템에서 동시 실행이 제대로 동기화되지 않으면 오류가 발생할 수 있다.
The system improved performance by using concurrent execution of several tasks.