日本語WordNet
agreement of results or opinions
AIによる解説
A computer science term for the execution of multiple tasks or processes simultaneously. 'Concurrency control,' 'concurrency issues,' 'handle concurrency.' Critical concept in programming, databases, and system design. 'Concurrency bugs,' 'concurrency model.' Technical vocabulary for parallel/simultaneous operations.
ライセンス: KeyLang Original
Synchronization protocols prevent data corruption when multiple processes access shared resources concurrently.
同期プロトコルは、複数のプロセスが共有リソースに同時にアクセスする際のデータ破損を防ぐ。
Understanding concurrency is essential for modern programming.
並行性を理解することは現代のプログラミングに不可欠です。
Concurrent programming can improve application performance.
並行プログラミングはアプリケーションのパフォーマンスを向上させることができる。
The DBMS handles concurrent user access efficiently.
DBMSは同時ユーザーアクセスを効率的に処理します。
The server handles concurrent operations from multiple users.
サーバーは複数のユーザーからの同時オペレーションを処理する。
Concurrent execution improves system efficiency.
並行実行はシステム効率を向上させる。
Database systems must manage concurrent operations carefully.
データベースシステムは同時オペレーションを慎重に管理しなければならない。