translation:working:翻訳4

差分

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

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

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
translation:working:翻訳4 [2016-04-21 21:46]
Decomo
translation:working:翻訳4 [2016-04-22 12:43] (現在)
Decomo
行 15: 行 15:
 その上で、荒くも細かくも、あなたが希望する一時的な粒度にできます。通知登録の際、イベント間隔として最小を選択することで。 その上で、荒くも細かくも、あなたが希望する一時的な粒度にできます。通知登録の際、イベント間隔として最小を選択することで。
  
-To better understand this technology, you should first understand what it is not. It is not a mechanism for registering for fine-grained notification of filesystem changes. It was not intended for virus checkers or other technologies that need to immediately learn about changes to a file and preempt those changes if needed. The best way to support these is through a kernel extension that registers for interest in changes at the VFS level.+本テクノロジーをより理解するために、まず“何ではないか”を理解すべきです。 
 +ファイルシステムの変化のきめ細かな通知登録のためのメカニズムではありません。 
 +ウイルスチェッカーや、ファイルに対する変更を即座に検知し必要ならばそれらを阻止する技術への機能提供を意図したものではありません。 
 +これらに対応する最も良い方法は、VFSレベルでの変更に興味を持ち検知するカーネル拡張を使うことです。
  
-The file system events API is also not designed for finding out when a particular file changes. For such purposes, the kqueues mechanism is more appropriate.+また、ファイルシステムイベントAPIは、特定のファイルの変更を検知するための設計にはなっていません。 
 +このような目的には、より相応しい''kqueue''機構があります。
  
-The file system events API is designed for passively monitoring a large tree of files for changes. The most obvious use for this technology is for backup software. Indeed, the file system events API provides the foundation for Apple’s backup technology.+ファイルシステムイベントAPIは、巨大なファイルツリーの変更を受動的に監視するように設計されています。 
 +本テクノロジーの最も明らかな用途はバックアップソフトウェアです。 
 +実際に、ファイルシステムイベントAPIAppleのバックアップテクノロジーの根幹を提供します。
  
-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. 
  • translation/working/翻訳4.1461242817.txt.gz
  • 最終更新: 2016-04-21 21:46
  • by Decomo