JP4786954B2 - リモートプロトコルによるリモートのファイル更新 - Google Patents
リモートプロトコルによるリモートのファイル更新 Download PDFInfo
- Publication number
- JP4786954B2 JP4786954B2 JP2005208724A JP2005208724A JP4786954B2 JP 4786954 B2 JP4786954 B2 JP 4786954B2 JP 2005208724 A JP2005208724 A JP 2005208724A JP 2005208724 A JP2005208724 A JP 2005208724A JP 4786954 B2 JP4786954 B2 JP 4786954B2
- Authority
- JP
- Japan
- Prior art keywords
- file
- source
- copy
- remote server
- client
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Expired - Fee Related
Links
Images
Classifications
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F15/00—Digital computers in general; Data processing equipment in general
- G06F15/16—Combinations of two or more digital computers each having at least an arithmetic unit, a program unit and a register, e.g. for a simultaneous processing of several programs
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L69/00—Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
- H04L69/04—Protocols for data compression, e.g. ROHC
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F12/00—Accessing, addressing or allocating within memory systems or architectures
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
-
- Y—GENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10—TECHNICAL SUBJECTS COVERED BY FORMER USPC
- Y10S—TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
- Y10S707/00—Data processing: database and file management or data structures
- Y10S707/99951—File or database maintenance
- Y10S707/99952—Coherency, e.g. same view to multiple users
- Y10S707/99954—Version management
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Computer Security & Cryptography (AREA)
- Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- General Physics & Mathematics (AREA)
- Computer Hardware Design (AREA)
- Software Systems (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Computer And Data Communications (AREA)
- Communication Control (AREA)
Description
以下の説明は、クライアントとサーバとの間で効率的なおよび確かなファイル更新を提供するシステムおよび方法に向けられる。一般的にリモートサーバ上の種々のファイルシステムのタスク(例えば、ファイルの読取り、作成、および更新)のクライアント制御を容易にするよう構成されたリモートプロトコルは、クライアントがファイル全体をクライアントからサーバに転送する必要なしにサーバ上のファイルを更新することを可能にする、拡張を含む。リモートプロトコルの拡張は、サーバに対して、既存のソースファイルからデータのブロックを収集して、および新規の目的ファイル内の適切なオフセットにデータのブロックをコピーするよう命令する、新規のファイルシステム制御(fsctl)コマンドである。収集・コピーのfsctlコマンドによって、クライアントは、新規データを書込むことのできる「穴(hole)」を目的ファイルに残し(または作成し)、およびソースファイルの一部を目的ファイルのコピーしないことによりソースファイルの一部を削除することを可能にする。
図1は、リモートプロトコルを介してリモートのファイル更新を実施するのに適切な例示的動作環境100を例示する。環境100は、適切な動作環境の一例に過ぎず、および本発明の用途または機能の範囲を何ら制限するものではない。制限はしないが、他の周知のコンピューティングシステム、環境、および/または構成には、パーソナルコンピュータ、ハンドヘルドまたはラップトップ装置、マルチプロセッサシステム、マイクロプロセッサベースのシステム、プログラム可能な家電製品、ネットワークPC、ミニコンピュータ、メインフレームコンピュータ、上述のシステムまたは装置のどれでも含む分散コンピューティング環境などを含むことができる。
図2は、リモートプロトコルを介してリモートのファイル更新を実装するよう構成されたクライアント装置102およびサーバ装置104の例示的実施形態を例示する。クライアント102は、メモリ202に格納されたアプリケーションプログラム204を実行するよう構成された1つまたは複数のプロセッサ200を含む。また、メモリ202は、図2ではクライアント側プロトコル206として引用するリモートプロトコルを格納する。本実施形態において、クライアントプロトコル206は、SMBプロトコルのクライアント側の構成要素として実装する。しかしながら、上述したように、クライアントプロトコル206を、SMBプロトコルに制限するものではなく、および例えば、NFSプロトコル、WebNFSプロトコル、CIFSプロトコル、Sambaなどを含む、他の種々の適切なプロトコルとして実装することができる。クライアントプロトコル206の拡張を、図2において収集・コピー拡張(イニシエータ)208として例示し、収集・コピー拡張208に対するサーバ側の対応物、収集・コピー拡張(インプリメンタ)216に関連して、より詳細に以下で説明する。
1)アプリケーションが、少なくともREAD_DATAアクセスを用いてソースファイルを開く。
2)アプリケーションが、既存のfsctl(FSCTL_SRV_REQUEST_RESUME_KEY)を介して、サーバからのソースファイル識別子(レジュームキー)を要求する。
3)アプリケーションが、少なくともWRITE_DATAアクセスを用いて目的ファイルを作成する/開く。
4)アプリケーションが、ソースファイルから目的ファイルにコピーすべきデータブロックの領域リストを構築する。
5)アプリケーションが、収集・コピーのfsctlコマンド(FSCTL_SRV_COPYCHUNK)を発行して、ならびに戻された状態およびコピーされたバイト数を検査する。
出力バッファは、以下のように定義する、SRV_COPYCHUNK_RESPONSE型の出力バッファである。
サーバが、特定のチャンク(データブロック)の全部を、ソースファイルから目的ファイルにコピーする場合、STATUS_SUCCESS(成功状態)を戻す。この場合、出力バッファにおけるChunksWrittenは、入力バッファにおけるChunkCountに調和させるべきである。
ChunkWritten=SRVが単一操作において許容するチャンクの最大数。
ChunkBytesWritten=あらゆる別個のチャンクの最大サイズ。
TotalBytesWritten=合計されたチャンク全部の最大全長。
ChunkMax=単一の収集・コピーのfsctlコマンドにおいてコピーされるチャンクの最大数。例示的デフォルトは256である。
ChunkWriteLimit=単一のチャンクにおいてコピーされるデータの最大量であり、バイト単位で指定される。例示的デフォルトは1MBである。
ChunkTotalWriteLimit=単一の収集・コピーのfsctlコマンドでコピーされるデータの最大量であり、バイト単位で指定される。例示的デフォルトは16MBである。
ChunkTimeout=単一の収集・コピーのfsctlコマンドを処理する間に経過する最大時間であり、秒単位で指定される。例示的デフォルトは25秒である。
図5〜8のフローチャートを主に参照して、リモートプロトコルを介してリモートのファイル更新を実行するための方法の例を説明する。方法は、通常、図1〜4に関して上述した例示的実施形態に使用される。フローチャートおよびフローチャートのブロックに関連付けられた文章を用いて、1つまたは複数の方法を開示するが、説明する方法の要素は、必ずしも提示する順序で実行する必要はなく、および代替の順序が同様の利点を生じることできることが理解されよう。さらに、方法は、排他的ではなく、および単独または互いに組み合わせて実行することができる。説明する方法の要素は、例えば、ASIC上でハードウエアの論理ブロックによって、またはプロセッサ読取可能な媒体上で定義されるプロセッサ読取可能な命令の実行によって、などを含むあらゆる適切な手段によって実行される。
図9は、図1〜8を参照して本明細書において上述したクライアント装置102およびサーバ装置104などのコンピュータ装置を実装するのに適した例示的コンピューティング環境を例示する。図9には、1つの具体的な構成を示すが、このようなコンピューティング装置は、他のコンピューティング構成で実装してもよい。
構造的特徴および/または方法論的な動作に特定の言語で本発明を説明しているが、添付した特許請求の範囲で明示される本発明は、説明した特定の特徴または動作に必ずしも制限されないことを理解すべきである。むしろ特定の特徴または動作は、請求する発明を実施する例示的形態として開示する。
104 サーバ装置
200 プロセッサ
202 メモリ
204 アプリケーション
206 クライアント側プロトコル
208 収集・コピー拡張(イニシエータ)
210 プロセッサ
212 メモリ
214 サーバ側プロトコル
216 収集・コピー拡張(インプリメンタ)
218 ファイル記憶
Claims (24)
- ソースファイルのコピーをリモートサーバからコンピュータシステムが取り出すステップと、
前記リモートサーバ上の前記ソースファイルを開くことを前記リモートサーバに前記コンピュータシステムが指示するステップと、
前記リモートサーバ上の目的ファイルを開くことを前記リモートサーバに前記コンピュータシステムが指示するステップと、
前記ソースファイルのコピーから、前記ソースファイルから前記目的ファイルへコピーすべき1または複数のソースデータブロックの前記ソースファイル内の開始オフセット位置、前記ソースファイル内の開始オフセット位置とは異なる、前記ソースデータブロックを前記目的ファイルに格納するための前記目的ファイル内の開始オフセット位置、および前記ソースデータブロックの長さを取得することによって、前記取得したソースファイル内の開始オフセット位置、前記取得した目的ファイル内の開始オフセット位置、および前記取得した長さを含むファイル領域のアレイを前記コンピュータシステムが構築するステップと、
収集・コピーのファイルシステム制御(fsctl)コマンドで前記ファイル領域のアレイを前記コンピュータシステムが送信して、前記リモートサーバに、前記送信されたファイル領域のアレイに基づいて前記ソースファイル内の開始オフセット位置から前記目的ファイル内の開始オフセット位置に前記ソースデータブロックをコピーさせるステップと
を備えたことを特徴とするファイル更新の方法。 - 前記収集・コピーのfsctlコマンドを送信するステップは、
前記ソースファイルの識別子を前記コンピュータシステムが送信するステップと、
目的ファイルハンドルを前記コンピュータシステムが送信するステップと
を含むことを特徴とする請求項1に記載の方法。 - 前記ソースファイルのコピーを前記リモートサーバから取り出すステップは、前記ソースファイルの識別子を前記リモートサーバに前記コンピュータシステムが要求するステップを含むことを特徴とする請求項1に記載の方法。
- 前記ソースデータブロックをコピーさせるステップは、前記リモートサーバに、新規データブロックを前記目的ファイルに前記コンピュータシステムが書込ませるステップを含むことを特徴とする請求項1に記載の方法。
- 前記書込ませるステップは、前記リモートサーバが前記ソースファイルから前記目的ファイルにソースデータをコピーする場合に作成される前記目的ファイル内の空白位置に書込むべきデータを含むデータ書込命令をリモートサーバに前記コンピュータシステムが送信するステップを含むことを特徴とする請求項4に記載の方法。
- 前記ソースデータブロックをコピーさせるステップは、前記リモートサーバが指定された全ソースデータをソースファイルから目的ファイルにコピーする場合、前記リモートサーバから成功の状態表示を前記コンピュータシステムが受信するステップを含むことを特徴とする請求項1に記載の方法。
- 前記ソースデータブロックをコピーさせるステップは、前記リモートサーバがソースデータのすべてを前記目的ファイルに格納するのに失敗することに応答して、
前記リモートサーバから失敗の状態表示を前記コンピュータシステムが受信するステップと、
ソースデータのすべてが前記ソースファイルから前記目的ファイルに格納されなかった理由を示す状態コードを前記コンピュータシステムが受信するステップと
を含むことを特徴とする請求項1に記載の方法。 - 前記ソースデータブロックをコピーさせるステップは、収集・コピーのfsctlコマンドがいずれかのサーバ制限を越えることに応答して、
前記リモートサーバから無効パラメータの表示を前記コンピュータシステムが受信するステップと、
サーバパラメータについて設定される最大限度を示す構成された最大限度を前記リモートサーバから前記コンピュータシステムが受信するステップと
を含むことを特徴とする請求項1に記載の方法。 - 前記構成された最大限度を前記リモートサーバから受信するステップは、
前記リモートサーバへの単一の収集・コピーのfsctlコマンドでコピーすることができるデータチャンクの数について構成された最大限度を前記コンピュータシステムが受信するステップと、
単一のデータチャンクでコピーすることができるデータ量について構成された最大限度を前記コンピュータシステムが受信するステップと、
前記リモートサーバへの前記単一の収集・コピーfsctlコマンドでコピーすることができるデータの最大量について構成された最大限度を前記コンピュータシステムが受信するステップと、
単一の収集・コピーのfsctlコマンドを処理する間に経過することができる時間について構成された最大限度を前記コンピュータシステムが受信するステップと
を含むことを特徴とする請求項8に記載の方法。 - 請求項1に記載の方法を実行するために構成されるプロセッサ実行可能な命令を備えたことを特徴とするコンピュータ記憶媒体。
- クライアントに対してソースファイルのコピーをリモートサーバが取り出すステップと、
前記クライアントからの第1のオープン要求に応答して前記ソースファイルを前記リモートサーバが開くステップと、
前記クライアントからの第2のオープン要求に応答して目的ファイルを前記リモートサーバが開くステップと、
前記ソースファイルのコピーから、前記ソースファイルから前記目的ファイルへコピーすべき1または複数のソースデータブロックの前記ソースファイル内の開始オフセット位置、前記ソースファイル内の開始オフセット位置とは異なる、前記ソースデータブロックを前記目的ファイルに格納するための前記目的ファイル内の開始オフセット位置、および前記ソースデータブロックの長さを取得することによって前記クライアントにより構築された、前記取得したソースファイル内の開始オフセット位置、前記取得した目的ファイル内の開始オフセット位置、および前記取得した長さを含むファイル領域のアレイを、収集・コピーのfsctlコマンドで受信することに応答して、前記受信したファイル領域のアレイに基づいて前記ソースファイル内の開始オフセット位置から前記目的ファイル内の開始オフセット位置に前記ソースデータブロックを前記リモートサーバがコピーするステップと
を備えたことを特徴とする方法。 - 前記ソースデータブロックをコピーするステップは、
前記目的ファイルに書込む新規データを含むデータ書込要求を前記クライアントから前記リモートサーバが受信するステップと、
ソースファイルのデータを欠いているオフセットにおいて前記目的ファイルに前記新規データを前記リモートサーバが書込むステップと
を含むことを特徴とする請求項11に記載の方法。 - 前記ソースデータブロックをコピーするステップは、前記収集・コピーのfsctlコマンドで指定される全ソースデータが前記ソースファイルから前記目的ファイルにコピーされることに応答して、前記クライアントに成功の状態表示を前記リモートサーバが送信するステップを含むことを特徴とする請求項11に記載の方法。
- 前記ソースデータブロックをコピーするステップは、前記収集・コピーのfsctlコマンドで指定される全ソースデータが前記ソースファイルから前記目的ファイルにコピーされないことに応答して、
前記クライアントに失敗の状態表示を前記リモートサーバが送信するステップと、
前記指定された全ソースデータが前記ソースファイルから前記目的ファイルにコピーされなかった理由を示す状態コードを前記リモートサーバが送信するステップと
を含むことを特徴とする請求項11に記載の方法。 - 前記ソースデータブロックをコピーするステップは、前記収集・コピーのfsctlコマンドがいずれかのサーバ制限を越えることに応答して、
前記クライアントに無効パラメータの表示を前記リモートサーバが送信するステップと、
サーバパラメータについて設定される最大限度を示す構成された最大限度を前記クライアントに前記リモートサーバが送信するステップと
を含むことを特徴とする請求項11に記載の方法。 - 前記構成された最大限度を前記クライアントに送信するステップは、
単一の収集・コピーfsctlコマンドでコピーすることができるデータチャンクの数について構成された最大限度を前記リモートサーバが送信するステップと、
単一のデータチャンクでコピーすることができるデータ量について構成された最大限度を前記リモートサーバが送信するステップと、
前記単一の収集・コピーのfsctlコマンドでコピーすることができるデータの最大量について構成された最大限度を前記リモートサーバが送信するステップと、
単一の収集・コピーのfsctlコマンドを処理する間に経過することができる時間について構成された最大限度を前記リモートサーバが送信するステップと
を含むことを特徴とする請求項15に記載の方法。 - 前記ソースファイルのコピーを取り出すステップは、前記クライアントにソースファイル識別子を前記リモートサーバが送信するステップをさらに備えたことを特徴とする請求項11に記載の方法。
- 請求項11に記載の方法を実行するために構成されるプロセッサ実行可能な命令を備えたことを特徴とするコンピュータ記憶媒体。
- コンピュータに、
リモートサーバに命令してソースファイルのコピーを取り出させる手順と、
前記リモートサーバに命令して前記ソースファイルを開かせ、および前記ソースファイルに少なくともデータ読取アクセスを提供する手順と、
前記ソースファイルの識別子を前記リモートサーバに要求する手順と、
前記リモートサーバに命令して目的ファイルを開かせ、および前記目的ファイルに少なくとも書込アクセスを提供する手順と、
前記ソースファイルのコピーから、前記ソースファイルから前記目的ファイルへコピーすべき1または複数のソースデータブロックの前記ソースファイル内の開始オフセット位置、前記ソースファイル内の開始オフセット位置とは異なる、前記ソースデータブロックを前記目的ファイルに格納するための前記目的ファイル内の開始オフセット位置、および前記ソースデータブロックの長さを取得することによって、前記取得したソースファイル内の開始オフセット位置、前記取得した目的ファイル内の開始オフセット位置、および前記取得した長さを含むファイル領域のアレイを構築する手順と、
前記ファイル領域のアレイを含む、収集・コピーのファイルシステム制御(fsctl)コマンドを前記リモートサーバに発行して、前記リモートサーバに命令して前記ファイル領域のアレイに基づいて前記ソースファイル内の開始オフセット位置から前記目的ファイル内の開始オフセット位置に前記ソースデータブロックをコピーさせる手順と
を実行させるためのプログラムを記録したことを特徴とするコンピュータ記憶媒体。 - 前記リモートサーバに命令して前記ソースデータブロックをコピーさせる手順は、
前記リモートサーバがソースデータブロック全部を前記ソースファイルから前記目的ファイルへのコピーに成功した場合に示す状態表示を前記リモートサーバから受信する手順と、
前記ソースファイルから前記目的ファイルにコピーされるデータの全バイト数を受信する手順と
を含むことを特徴とする請求項19に記載のコンピュータ記憶媒体。 - 請求項19に記載の前記コンピュータ記憶媒体を備えたことを特徴とするコンピュータ。
- クライアントコンピュータであって、
アプリケーションプログラムと、
リモートサーバ上のソースファイルにアクセスしおよび目的ファイルを開くことを前記アプリケーションプログラムに可能にするプロトコルと、
収集・コピーのファイルシステム制御(fsctl)コマンドによって、前記リモートサーバ上のデータファイルを更新することを前記アプリケーションプログラムに可能にする前記プロトコルの収集・コピー拡張であって、前記収集・コピーのfsctlコマンドは、前記ソースファイルのコピーから、前記ソースファイルから前記目的ファイルへコピーすべき1または複数のソースデータブロックの前記ソースファイル内の開始オフセット位置、前記ソースファイル内の開始オフセット位置とは異なる、前記ソースデータブロックを前記目的ファイルに格納するための前記目的ファイル内の開始オフセット位置、および前記ソースデータブロックの長さを取得することによって構築される、前記取得したソースファイル内の開始オフセット位置、前記取得した目的ファイル内の開始オフセット位置、および前記取得した長さを含むファイル領域のアレイを備える、前記プロトコルの収集・コピー拡張と
を備える、クライアントコンピュータと、
サーバコンピュータであって、
ファイル記憶と、
前記クライアントコンピュータからのコマンドに応答して、前記ファイル記憶のソースファイルにアクセスしおよび目的ファイルを開くように構成されたプロトコルと、
前記クライアントコンピュータから前記収集・コピーのfsctlコマンドで前記ファイル領域のアレイを受信することに応答して、前記受信したファイル領域のアレイに基づいて前記ソースファイル内の開始オフセット位置から前記目的ファイル内の開始オフセット位置に前記ソースデータブロックをコピーするように構成されたプロトコル拡張と
を備える、サーバコンピュータと
を備えたことを特徴とするシステム。 - 前記収集・コピーのfsctlコマンドは、
前記ソースファイルの識別子と、
目的ファイルハンドルと
をさらに備えたことを特徴とする請求項22に記載のシステム。 - 前記プロトコルは、
SMB(Server Message Block)プロトコルと、
NFS(Network File System)プロトコルと、
WebNFSプロトコルと、
CIFS(Common Internet File System)プロトコルと、
Sambaプロトコルと
を含むグループから選択されることを特徴とする請求項22に記載のシステム。
Applications Claiming Priority (4)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US58914504P | 2004-07-19 | 2004-07-19 | |
US60/589,145 | 2004-07-19 | ||
US10/954,747 US7617256B2 (en) | 2004-07-19 | 2004-09-30 | Remote file updates through remote protocol |
US10/954,747 | 2004-09-30 |
Publications (3)
Publication Number | Publication Date |
---|---|
JP2006031711A JP2006031711A (ja) | 2006-02-02 |
JP2006031711A5 JP2006031711A5 (ja) | 2008-10-02 |
JP4786954B2 true JP4786954B2 (ja) | 2011-10-05 |
Family
ID=35149606
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2005208724A Expired - Fee Related JP4786954B2 (ja) | 2004-07-19 | 2005-07-19 | リモートプロトコルによるリモートのファイル更新 |
Country Status (7)
Country | Link |
---|---|
US (1) | US7617256B2 (ja) |
EP (1) | EP1619600B1 (ja) |
JP (1) | JP4786954B2 (ja) |
KR (1) | KR101122890B1 (ja) |
CN (1) | CN1744603B (ja) |
AT (1) | ATE408197T1 (ja) |
DE (1) | DE602005009616D1 (ja) |
Families Citing this family (42)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US6412017B1 (en) * | 1996-07-01 | 2002-06-25 | Microsoft Corporation | Urgent replication facility |
US7162499B2 (en) * | 2000-06-21 | 2007-01-09 | Microsoft Corporation | Linked value replication |
US6879564B2 (en) * | 2001-02-28 | 2005-04-12 | Microsoft Corp. | Method for designating communication paths in a network |
US7035922B2 (en) * | 2001-11-27 | 2006-04-25 | Microsoft Corporation | Non-invasive latency monitoring in a store-and-forward replication system |
US7529778B1 (en) | 2001-12-12 | 2009-05-05 | Microsoft Corporation | System and method for providing access to consistent point-in-time file versions |
US7185359B2 (en) * | 2001-12-21 | 2007-02-27 | Microsoft Corporation | Authentication and authorization across autonomous network systems |
US20060288049A1 (en) * | 2005-06-20 | 2006-12-21 | Fabio Benedetti | Method, System and computer Program for Concurrent File Update |
KR100825724B1 (ko) * | 2005-12-08 | 2008-04-29 | 한국전자통신연구원 | 직접접속방식을 적용하는 고속 전송이 가능한PMEM(PCI Memory)를 이용한 객체 기반저장시스템 및 그 시스템에서의 전송 방법 |
CN1997006B (zh) * | 2006-01-06 | 2011-06-22 | 鸿富锦精密工业(深圳)有限公司 | 网络通信中转控制系统及方法 |
US8065661B2 (en) | 2006-08-29 | 2011-11-22 | Sap Ag | Test engine |
US7831637B2 (en) | 2006-08-29 | 2010-11-09 | Sap Ag | System on the fly |
US7823124B2 (en) | 2006-08-29 | 2010-10-26 | Sap Ag | Transformation layer |
US20080127082A1 (en) * | 2006-08-29 | 2008-05-29 | Miho Emil Birimisa | System and method for requirements-based application configuration |
US7831568B2 (en) * | 2006-08-29 | 2010-11-09 | Sap Ag | Data migration |
US7912800B2 (en) * | 2006-08-29 | 2011-03-22 | Sap Ag | Deduction engine to determine what configuration management scoping questions to ask a user based on responses to one or more previous questions |
US7827528B2 (en) * | 2006-08-29 | 2010-11-02 | Sap Ag | Delta layering |
US7908589B2 (en) | 2006-08-29 | 2011-03-15 | Sap Ag | Deployment |
US8131644B2 (en) * | 2006-08-29 | 2012-03-06 | Sap Ag | Formular update |
KR101079592B1 (ko) * | 2006-11-03 | 2011-11-04 | 삼성전자주식회사 | 디스플레이장치 및 그 정보갱신방법 |
CN101102280B (zh) * | 2007-08-01 | 2010-12-08 | 中兴通讯股份有限公司 | 一种ip多媒体子系统中优化通讯传输效率的方法 |
EP2195968A2 (en) * | 2007-09-14 | 2010-06-16 | Softkvm, Llc | Software method and system for controlling and observing computer networking devices |
US8140637B2 (en) * | 2007-10-25 | 2012-03-20 | Hewlett-Packard Development Company, L.P. | Communicating chunks between devices |
DE112007003645B4 (de) | 2007-10-25 | 2011-06-16 | Hewlett-Packard Development Co., L.P., Houston | Datenverarbeitungsvorrichtung und Verfahren zur Datenverarbeitung |
WO2009054827A1 (en) * | 2007-10-25 | 2009-04-30 | Hewlett-Packard Development Company, L.P. | Data processing apparatus and method of processing data |
US8135659B2 (en) | 2008-10-01 | 2012-03-13 | Sap Ag | System configuration comparison to identify process variation |
US8396893B2 (en) | 2008-12-11 | 2013-03-12 | Sap Ag | Unified configuration of multiple applications |
US8255429B2 (en) | 2008-12-17 | 2012-08-28 | Sap Ag | Configuration change without disruption of incomplete processes |
US8892789B2 (en) * | 2008-12-19 | 2014-11-18 | Netapp, Inc. | Accelerating internet small computer system interface (iSCSI) proxy input/output (I/O) |
US8185566B2 (en) | 2009-01-15 | 2012-05-22 | Microsoft Corporation | Client-based caching of remote files |
JP5192506B2 (ja) * | 2010-03-12 | 2013-05-08 | 株式会社日立製作所 | ファイルキャッシュの管理方法、装置、及び、プログラム |
CN103577210B (zh) * | 2012-08-06 | 2017-11-28 | 广州三星通信技术研究有限公司 | 移动终端之间挂载的系统和方法 |
US10592527B1 (en) * | 2013-02-07 | 2020-03-17 | Veritas Technologies Llc | Techniques for duplicating deduplicated data |
KR101529877B1 (ko) * | 2013-07-26 | 2015-06-18 | 서울시립대학교 산학협력단 | 원격 데이터 연산 방법 및 시스템 |
CN103401867A (zh) * | 2013-07-31 | 2013-11-20 | 珠海金山网络游戏科技有限公司 | 一种通过协议对打包文件进行更新的方法及系统 |
CN107430546B (zh) * | 2015-06-26 | 2020-04-21 | 华为技术有限公司 | 一种文件更新方法及存储设备 |
US10154079B2 (en) | 2015-08-11 | 2018-12-11 | Dell Products L.P. | Pre-boot file transfer system |
CN105451080A (zh) * | 2015-12-10 | 2016-03-30 | 安徽广行通信科技股份有限公司 | 一种智能机顶盒终端系统升级方法 |
KR101956602B1 (ko) * | 2017-06-14 | 2019-03-12 | (주)클라우드네트웍스 | 로그 데이터 수집 장치 |
CN107390970A (zh) * | 2017-06-15 | 2017-11-24 | 深信服科技股份有限公司 | 文本框展示方法、服务器、用户终端及存储介质 |
CN109347937B (zh) * | 2018-10-09 | 2021-08-27 | 深圳市亿联智能有限公司 | 一种应用于视频监控设备的智能远程升级方法 |
CN111666277B (zh) * | 2019-02-21 | 2023-05-26 | 阿里巴巴集团控股有限公司 | 数据图表、数据源文件更新方法、设备、系统及存储介质 |
CN112783828B (zh) * | 2019-11-11 | 2022-08-19 | 千寻位置网络有限公司 | Igs文件处理方法及装置 |
Family Cites Families (79)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US553375A (en) * | 1896-01-21 | Window-curtain | ||
US4399504A (en) | 1980-10-06 | 1983-08-16 | International Business Machines Corporation | Method and means for the sharing of data resources in a multiprocessing, multiprogramming environment |
US4825354A (en) | 1985-11-12 | 1989-04-25 | American Telephone And Telegraph Company, At&T Bell Laboratories | Method of file access in a distributed processing computer network |
US4780821A (en) | 1986-07-29 | 1988-10-25 | International Business Machines Corp. | Method for multiple programs management within a network having a server computer and a plurality of remote computers |
US4914570A (en) | 1986-09-15 | 1990-04-03 | Counterpoint Computers, Inc. | Process distribution and sharing system for multiple processor computer system |
US4887204A (en) * | 1987-02-13 | 1989-12-12 | International Business Machines Corporation | System and method for accessing remote files in a distributed networking environment |
US5202971A (en) | 1987-02-13 | 1993-04-13 | International Business Machines Corporation | System for file and record locking between nodes in a distributed data processing environment maintaining one copy of each file lock |
US4791566A (en) | 1987-03-27 | 1988-12-13 | Digital Equipment Corporation | Terminal device session management protocol |
US5008853A (en) | 1987-12-02 | 1991-04-16 | Xerox Corporation | Representation of collaborative multi-user activities relative to shared structured data objects in a networked workstation environment |
US4891785A (en) | 1988-07-08 | 1990-01-02 | Donohoo Theodore J | Method for transferring data files between computers in a network response to generalized application program instructions |
US5124909A (en) | 1988-10-31 | 1992-06-23 | Hewlett-Packard Company | Software program for providing cooperative processing between personal computers and a host computer |
US5109519A (en) | 1989-03-28 | 1992-04-28 | Wang Laboratories, Inc. | Local computer participating in mail delivery system abstracts from directory of all eligible mail recipients only served by local computer |
US5560008A (en) | 1989-05-15 | 1996-09-24 | International Business Machines Corporation | Remote authentication and authorization in a distributed data processing system |
US5113519A (en) * | 1989-05-15 | 1992-05-12 | International Business Machines Corporation | Maintenance of file attributes in a distributed data processing system |
US5218696A (en) | 1989-07-24 | 1993-06-08 | International Business Machines Corporation | Method for dynamically expanding and rapidly accessing file directories |
US5265261A (en) | 1989-08-14 | 1993-11-23 | Microsoft Corporation | Method and system for network communications using raw mode protocols |
US5261051A (en) | 1989-08-14 | 1993-11-09 | Microsoft Corporation | Method and system for open file caching in a networked computer system |
JP2575543B2 (ja) | 1990-04-04 | 1997-01-29 | インターナショナル・ビジネス・マシーンズ・コーポレイション | 同時アクセス管理方法 |
EP0453863A2 (en) * | 1990-04-27 | 1991-10-30 | National Semiconductor Corporation | Methods and apparatus for implementing a media access control/host system interface |
JPH0619771A (ja) | 1992-04-20 | 1994-01-28 | Internatl Business Mach Corp <Ibm> | 異種のクライアントによる共用ファイルのファイル管理機構 |
US5349642A (en) * | 1992-11-03 | 1994-09-20 | Novell, Inc. | Method and apparatus for authentication of client server communication |
US5452447A (en) | 1992-12-21 | 1995-09-19 | Sun Microsystems, Inc. | Method and apparatus for a caching file server |
US5493728A (en) * | 1993-02-19 | 1996-02-20 | Borland International, Inc. | System and methods for optimized access in a multi-user environment |
US5491752A (en) | 1993-03-18 | 1996-02-13 | Digital Equipment Corporation, Patent Law Group | System for increasing the difficulty of password guessing attacks in a distributed authentication scheme employing authentication tokens |
JP3528206B2 (ja) * | 1993-07-13 | 2004-05-17 | 富士ゼロックス株式会社 | ファイル管理システム |
US5631913A (en) * | 1994-02-09 | 1997-05-20 | Matsushita Electric Industrial Co., Ltd. | Test circuit and test method of integrated semiconductor device |
US5588117A (en) | 1994-05-23 | 1996-12-24 | Hewlett-Packard Company | Sender-selective send/receive order processing on a per message basis |
US5860022A (en) * | 1994-07-26 | 1999-01-12 | Hitachi, Ltd. | Computer system and method of issuing input/output commands therefrom |
US5513314A (en) * | 1995-01-27 | 1996-04-30 | Auspex Systems, Inc. | Fault tolerant NFS server system and mirroring protocol |
WO1996032685A1 (en) * | 1995-04-11 | 1996-10-17 | Kinetech, Inc. | Identifying data in a data processing system |
US5628005A (en) * | 1995-06-07 | 1997-05-06 | Microsoft Corporation | System and method for providing opportunistic file access in a network environment |
US5845280A (en) * | 1995-09-25 | 1998-12-01 | Microsoft Corporation | Method and apparatus for transmitting a file in a network using a single transmit request from a user-mode process to a kernel-mode process |
US5764887A (en) | 1995-12-11 | 1998-06-09 | International Business Machines Corporation | System and method for supporting distributed computing mechanisms in a local area network server environment |
US6438691B1 (en) | 1996-04-01 | 2002-08-20 | Hewlett-Packard Company | Transmitting messages over a network |
US6208952B1 (en) | 1996-10-24 | 2001-03-27 | Microsoft Corporation | Method and system for delayed registration of protocols |
US6088737A (en) * | 1996-10-25 | 2000-07-11 | Canon Kabushiki Kaisha | Information processing system and control method thereof |
US5931925A (en) * | 1996-12-02 | 1999-08-03 | International Business Machines Corporation | System and method for efficiently transferring datastreams in a multimedia system |
KR100287137B1 (ko) * | 1997-04-11 | 2001-04-16 | 윤종용 | 휴대형 정보 단말기의 버전 관리방법 |
US5931913A (en) | 1997-05-07 | 1999-08-03 | International Business Machines Corporation | Methods, system and computer program products for establishing a session between a host and a terminal using a reduced protocol |
US6065010A (en) * | 1997-06-10 | 2000-05-16 | Daikin Us Corporation | Computer implemented method of generating virtual files for sharing information of physical information file |
US6219799B1 (en) | 1997-07-01 | 2001-04-17 | Unisys Corporation | Technique to support pseudo-names |
US6092199A (en) | 1997-07-07 | 2000-07-18 | International Business Machines Corporation | Dynamic creation of a user account in a client following authentication from a non-native server domain |
CA2251456C (en) * | 1997-10-31 | 2007-02-13 | Sony Corporation | An apparatus for storing and transmitting data |
US6516351B2 (en) * | 1997-12-05 | 2003-02-04 | Network Appliance, Inc. | Enforcing uniform file-locking for diverse file-locking protocols |
US6061768A (en) * | 1997-12-18 | 2000-05-09 | Advanced Micro Devices, Inc. | Apparatus and method in a network interface device for storing tracking information indicating stored data status between contending memory controllers |
US7010532B1 (en) * | 1997-12-31 | 2006-03-07 | International Business Machines Corporation | Low overhead methods and apparatus for shared access storage devices |
US6757705B1 (en) | 1998-08-14 | 2004-06-29 | Microsoft Corporation | Method and system for client-side caching |
US6401123B1 (en) | 1998-11-24 | 2002-06-04 | International Busines Machines Corporation | Systems, methods and computer program products for employing presumptive negotiation in a data communications protocol |
US20030195974A1 (en) * | 1998-12-04 | 2003-10-16 | Ronning Joel A. | Apparatus and method for scheduling of search for updates or downloads of a file |
JP2000242574A (ja) * | 1999-02-22 | 2000-09-08 | Mitsubishi Electric Corp | データ転送方法および予定転送先データベース作成方法 |
US6324581B1 (en) * | 1999-03-03 | 2001-11-27 | Emc Corporation | File server system using file system storage, data movers, and an exchange of meta data among data movers for file locking and direct access to shared file systems |
US6453354B1 (en) | 1999-03-03 | 2002-09-17 | Emc Corporation | File server system using connection-oriented protocol and sharing data sets among data movers |
US6938096B1 (en) | 1999-04-12 | 2005-08-30 | Softricity, Inc. | Method and system for remote networking using port proxying by detecting if the designated port on a client computer is blocked, then encapsulating the communications in a different format and redirecting to an open port |
US6757698B2 (en) * | 1999-04-14 | 2004-06-29 | Iomega Corporation | Method and apparatus for automatically synchronizing data from a host computer to two or more backup data storage locations |
US6349350B1 (en) | 1999-05-04 | 2002-02-19 | International Business Machines Corporation | System, method, and program for handling failed connections in an input/output (I/O) system |
US6850962B1 (en) * | 1999-05-07 | 2005-02-01 | Commercequest, Inc. | File transfer system and method |
US6430691B1 (en) | 1999-06-21 | 2002-08-06 | Copytele, Inc. | Stand-alone telecommunications security device |
US6910082B1 (en) * | 1999-11-18 | 2005-06-21 | International Business Machines Corporation | Method, system and program products for reducing data movement within a computing environment by bypassing copying data between file system and non-file system buffers in a server |
US6658476B1 (en) | 1999-11-29 | 2003-12-02 | Microsoft Corporation | Client-server protocol support list for standard request-response protocols |
US6856993B1 (en) * | 2000-03-30 | 2005-02-15 | Microsoft Corporation | Transactional file system |
US6452903B1 (en) | 2000-05-31 | 2002-09-17 | Fujitsu Network Communications, Inc. | Network switch supporting rate-based and credit-based flow control mechanisms on a link-by-link basis |
US6766430B2 (en) * | 2000-07-06 | 2004-07-20 | Hitachi, Ltd. | Data reallocation among storage systems |
US6349250B1 (en) | 2000-10-26 | 2002-02-19 | Detroit Diesel Corporation | Clear historic data from a vehicle data recorder |
US6868417B2 (en) * | 2000-12-18 | 2005-03-15 | Spinnaker Networks, Inc. | Mechanism for handling file level and block level remote file accesses using the same server |
US7055036B2 (en) | 2001-04-06 | 2006-05-30 | Mcafee, Inc. | System and method to verify trusted status of peer in a peer-to-peer network environment |
US6587921B2 (en) * | 2001-05-07 | 2003-07-01 | International Business Machines Corporation | Method and apparatus for cache synchronization in a clustered environment |
US7394764B2 (en) * | 2001-12-14 | 2008-07-01 | Sasken Communication Technologies Limited | Technique for improving transmission control protocol performance in lossy networks |
US20030140129A1 (en) | 2002-01-24 | 2003-07-24 | Noam Livnat | Installing communication protocol in a handheld device |
CA2385344A1 (en) | 2002-05-08 | 2003-11-08 | Bell Globemedia Inc. | Data transfer method and apparatus |
JP4000905B2 (ja) | 2002-05-22 | 2007-10-31 | ソニー株式会社 | 情報処理システムおよび方法、情報処理装置および方法、記録媒体、並びにプログラム |
US7039659B2 (en) * | 2002-06-25 | 2006-05-02 | Emc Corporation | Method and apparatus for making differential independent data copies in a data processing system |
US7490152B2 (en) | 2003-04-11 | 2009-02-10 | Alcatel-Lucent Usa Inc. | Version caching mechanism |
US7363629B2 (en) | 2003-06-19 | 2008-04-22 | International Business Machines Corporation | Method, system, and program for remote resource management |
US7698115B2 (en) | 2003-06-30 | 2010-04-13 | Microsoft Corporation | System and method for dynamically allocating resources in a client/server environment |
US7870268B2 (en) | 2003-09-15 | 2011-01-11 | Intel Corporation | Method, system, and program for managing data transmission through a network |
FI20031779A0 (fi) | 2003-12-05 | 2003-12-05 | Nokia Corp | Menetelmä, järjestelmä ja lähetettävän puolen yhteyskäytäntöyksikkö datapakettien lähettämiseksi kuittaamattoman toimintamuodon palveluissa |
US7698361B2 (en) | 2003-12-31 | 2010-04-13 | Microsoft Corporation | Lightweight input/output protocol |
US20060271695A1 (en) | 2005-05-16 | 2006-11-30 | Electronics Line 3000 Ltd. | System for remote secured operation, monitoring and control of security and other types of events |
US8332526B2 (en) | 2005-05-25 | 2012-12-11 | Microsoft Corporation | Data communication protocol including negotiation and command compounding |
-
2004
- 2004-09-30 US US10/954,747 patent/US7617256B2/en not_active Expired - Fee Related
-
2005
- 2005-07-15 DE DE602005009616T patent/DE602005009616D1/de active Active
- 2005-07-15 AT AT05106517T patent/ATE408197T1/de not_active IP Right Cessation
- 2005-07-15 EP EP05106517A patent/EP1619600B1/en not_active Not-in-force
- 2005-07-18 KR KR1020050064946A patent/KR101122890B1/ko active IP Right Grant
- 2005-07-19 CN CN200510092392XA patent/CN1744603B/zh not_active Expired - Fee Related
- 2005-07-19 JP JP2005208724A patent/JP4786954B2/ja not_active Expired - Fee Related
Also Published As
Publication number | Publication date |
---|---|
DE602005009616D1 (de) | 2008-10-23 |
ATE408197T1 (de) | 2008-09-15 |
EP1619600B1 (en) | 2008-09-10 |
US7617256B2 (en) | 2009-11-10 |
EP1619600A3 (en) | 2006-05-24 |
US20060026165A1 (en) | 2006-02-02 |
KR101122890B1 (ko) | 2012-03-20 |
EP1619600A2 (en) | 2006-01-25 |
JP2006031711A (ja) | 2006-02-02 |
KR20060053864A (ko) | 2006-05-22 |
CN1744603B (zh) | 2010-12-22 |
CN1744603A (zh) | 2006-03-08 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4786954B2 (ja) | リモートプロトコルによるリモートのファイル更新 | |
US8972348B2 (en) | Method and system for supporting off-line mode of operation and synchronization | |
JP4696089B2 (ja) | 分散ストレージシステム | |
JP5260333B2 (ja) | Nas及びcas統合体でデータをバックアップする為の方法と装置 | |
CN1099785C (zh) | 用于复制数据的数据管理系统和方法 | |
US9122635B1 (en) | Efficient data backup with change tracking | |
US20060288056A1 (en) | File version management device, method, and program | |
US10684920B2 (en) | Optimized and consistent replication of file overwrites | |
CN112948340A (zh) | 数据同步方法、装置、电子设备及可读存储介质 | |
JP5482353B2 (ja) | 中継機器、中継方法およびプログラム | |
JPH11232159A (ja) | ファイル管理方法およびファイル管理のためのプログラムを記憶した媒体 | |
US20160044077A1 (en) | Policy use in a data mover employing different channel protocols | |
CN100473070C (zh) | 一种具有存储功能的usb设备在网络计算机上的映射方法 | |
US20180113874A1 (en) | Information processing apparatus, information processing method and recording medium with information processing program | |
WO2024169393A1 (zh) | 数据处理方法、装置、电子设备及存储介质 | |
CN115905114B (zh) | 元数据的批量更新方法、系统、电子设备及可读存储介质 | |
US8997124B2 (en) | Method for updating data in a distributed data storage system | |
JP2002334010A (ja) | 広域ネットワークシステム | |
WO2023236746A1 (zh) | 一种数据文件缓存处理方法、装置、存储介质及电子装置 | |
JP4274530B2 (ja) | ソフトウェア構成管理システムにおける構成管理対象ファイルの操作方法 | |
JP2006185463A (ja) | ゲートウェイ装置 | |
JP2009251764A (ja) | ジョブ管理システム、ジョブ制御方法、及びジョブ制御プログラム | |
JP2009534762A (ja) | 電子ファイル共有 | |
JP2000132447A (ja) | リモートファイル操作方式 | |
JP2002523827A (ja) | グローバル・トランスレータを使用してネットワーク上でワークスペース要素を一致させるためのシステムおよび方法 |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20080718 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20080819 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20101217 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20110317 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20110323 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20110418 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20110421 |
|
A601 | Written request for extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A601 Effective date: 20110517 |
|
A602 | Written permission of extension of time |
Free format text: JAPANESE INTERMEDIATE CODE: A602 Effective date: 20110520 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20110617 |
|
TRDD | Decision of grant or rejection written | ||
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 Effective date: 20110708 |
|
A01 | Written decision to grant a patent or to grant a registration (utility model) |
Free format text: JAPANESE INTERMEDIATE CODE: A01 |
|
A61 | First payment of annual fees (during grant procedure) |
Free format text: JAPANESE INTERMEDIATE CODE: A61 Effective date: 20110714 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4786954 Country of ref document: JP Free format text: JAPANESE INTERMEDIATE CODE: R150 Free format text: JAPANESE INTERMEDIATE CODE: R150 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140722 Year of fee payment: 3 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
S111 | Request for change of ownership or part of ownership |
Free format text: JAPANESE INTERMEDIATE CODE: R313113 |
|
R350 | Written notification of registration of transfer |
Free format text: JAPANESE INTERMEDIATE CODE: R350 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
R250 | Receipt of annual fees |
Free format text: JAPANESE INTERMEDIATE CODE: R250 |
|
LAPS | Cancellation because of no payment of annual fees |