translation:working:翻訳4

差分

このページの2つのバージョン間の差分を表示します。

この比較画面にリンクする

両方とも前のリビジョン 前のリビジョン
最新のリビジョン 両方とも次のリビジョン
translation:working:翻訳4 [2016-04-22 00:49]
Decomo
translation:working:翻訳4 [2016-04-22 01:39]
Decomo
行 28: 行 28:
 実際に、ファイルシステムイベントAPIはAppleのバックアップテクノロジーの根幹を提供します。 実際に、ファイルシステムイベントAPIはAppleのバックアップテクノロジーの根幹を提供します。
  
-Another good use for the file system events API is providing consistency guarantees for applications that store data as a loose collection containing a project and dozens or hundreds of related files potentially scattered across the disk—DVD Studio Pro, for example. When one of the related files is modified by another application, your application needs to know about it so that it can choose how to incorporate the change into the project.+ファイルシステムイベントAPIの別の適した用途は、プロジェクトとディスクの随所に散らばっている可能性のある数十ないし数百の関連ファイルを含む緩い集合体としてデータを格納するアプリケーション例えばDVD Studio Proのために、整合性の保証を提供することです。 
 +他のアプリケーションによって関連ファイルの1つが変更された際、あなたのアプリケーションはプロジェクトへの変更の取り込み方法選択のために、それを知らなければなりません。
  
 +もちろん、この用途に足る潜在能力を''kqueue''は持っていますが、ファイルシステムイベントは
 Of course, this use can also potentially be satisfied through the use of kqueues, but file system events provide the convenience of being able to see changes that occurred even while your application was not running, which can make consistency checking easier when your application opens a project initially. Of course, this use can also potentially be satisfied through the use of kqueues, but file system events provide the convenience of being able to see changes that occurred even while your application was not running, which can make consistency checking easier when your application opens a project initially.
  • translation/working/翻訳4.txt
  • 最終更新: 2016-04-22 12:43
  • by Decomo