ログインすると広告が減り、学習に集中できます。
広告
検索結果- 英語 - 多言語
検索内容:
two-phase commits
名詞
活用形
複数形
plural of two-phase commit
原形:
two-phase commit
日本語の意味
二相コミットの複数形。これは『two-phase commit』という単数形の手続きを複数形にしたものです。
英語の意味
plural of two-phase commit
two-phase commit
名詞
(distributed computing) A commit operation that has two main steps: requesting the components of a distributed system to notify whether they are able to apply the commit and notify the components to apply it (if all of them notified that they are able to) or to abort it otherwise.
日本語の意味
分散システムにおいて、コミット操作(トランザクションの確定処理)を2段階に分けて実施する方式。まず、各コンポーネントに対して変更の適用可能性を確認し、すべてが承認した場合にのみ実際のコミット(変更の確定)を行い、いずれかが承認しなければ中断する。 / 分散トランザクション管理において、最初の段階で各参加者に対してコミット可能性の確認を行い、全員がコミット可能と回答した場合にのみ、第2段階として実際の変更の確定を実施するコミット手法
英語の意味
(distributed computing) A commit operation that has two main steps: requesting the components of a distributed system to notify whether they are able to apply the commit and notify the components to apply it (if all of them notified that they are able to) or to abort it otherwise.
関連語