(どうきしょり)

どうきしょり
noun
synchronous processing
1. synchronous processing
A method of processing in which tasks are executed one at a time in sequence. Each task must complete before the next one begins, as opposed to asynchronous processing where tasks can run concurrently.
同期処理(どうきしょり)では応答(おうとう)()必要(ひつよう)がある。
In synchronous processing, you need to wait for the response.
同期処理(どうきしょり)単純(たんじゅん)だが、()時間(じかん)(なが)くなることがある。
Synchronous processing is simple, but wait times can become long.
大量(たいりょう)のデータを(あつか)場合(ばあい)同期処理(どうきしょり)よりも非同期処理(ひどうきしょり)のほうが効率(こうりつ)がいい。
When handling large amounts of data, asynchronous processing is more efficient than synchronous processing.

A computing term composed of 同期(どうき) (synchronization) and 処理(しょり) (processing). In synchronous processing, operations happen in order: the program sends a request and blocks until it gets a response. This contrasts with asynchronous processing, where the program continues executing while waiting.

COMMON COLLOCATIONS:

  • 同期処理(どうきしょり)(おこな)う: to perform synchronous processing
  • 同期処理(どうきしょり)非同期処理(ひどうきしょり): synchronous and asynchronous processing
  • 同期処理(どうきしょり)問題点(もんだいてん): issues with synchronous processing

SIMILAR WORDS:

  • 非同期処理(ひどうきしょり): asynchronous processing — the opposite approach, allowing concurrent execution
  • 逐次処理(ちくじしょり): sequential processing — a similar concept emphasizing step-by-step execution
  • 並列処理(へいれつしょり): parallel processing — multiple tasks running simultaneously on different processors