JP2004265415A - 編集時にサーバファイルのロックを遅延させる方法 - Google Patents
編集時にサーバファイルのロックを遅延させる方法 Download PDFInfo
- Publication number
- JP2004265415A JP2004265415A JP2004055388A JP2004055388A JP2004265415A JP 2004265415 A JP2004265415 A JP 2004265415A JP 2004055388 A JP2004055388 A JP 2004055388A JP 2004055388 A JP2004055388 A JP 2004055388A JP 2004265415 A JP2004265415 A JP 2004265415A
- Authority
- JP
- Japan
- Prior art keywords
- file
- user
- computer
- edit
- copy
- 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.)
- Granted
Links
Images
Classifications
-
- G—PHYSICS
- G09—EDUCATION; CRYPTOGRAPHY; DISPLAY; ADVERTISING; SEALS
- G09B—EDUCATIONAL OR DEMONSTRATION APPLIANCES; APPLIANCES FOR TEACHING, OR COMMUNICATING WITH, THE BLIND, DEAF OR MUTE; MODELS; PLANETARIA; GLOBES; MAPS; DIAGRAMS
- G09B23/00—Models for scientific, medical, or mathematical purposes, e.g. full-sized devices for demonstration purposes
- G09B23/24—Models for scientific, medical, or mathematical purposes, e.g. full-sized devices for demonstration purposes for chemistry
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F21/00—Security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F21/60—Protecting data
- G06F21/62—Protecting access to data via a platform, e.g. using keys or access control rules
- G06F21/6218—Protecting access to data via a platform, e.g. using keys or access control rules to a system of files or objects, e.g. local or distributed file system or database
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/16—File or folder operations, e.g. details of user interfaces specifically adapted to file systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/10—File systems; File servers
- G06F16/17—Details of further file system functions
- G06F16/176—Support for shared access to files; File sharing support
- G06F16/1767—Concurrency control, e.g. optimistic or pessimistic approaches
- G06F16/1774—Locking methods, e.g. locking methods for file systems allowing shared and concurrent access to files
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/23—Updating
- G06F16/2308—Concurrency control
- G06F16/2336—Pessimistic concurrency control approaches, e.g. locking or multiple versions without time stamps
- G06F16/2343—Locking methods, e.g. distributed locking or locking implementation details
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/20—Information retrieval; Database structures therefor; File system structures therefor of structured data, e.g. relational data
- G06F16/27—Replication, distribution or synchronisation of data between databases or within a distributed database system; Distributed database system architectures therefor
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F16/00—Information retrieval; Database structures therefor; File system structures therefor
- G06F16/90—Details of database functions independent of the retrieved data types
- G06F16/93—Document management systems
-
- G—PHYSICS
- G06—COMPUTING; CALCULATING OR COUNTING
- G06F—ELECTRIC DIGITAL DATA PROCESSING
- G06F2221/00—Indexing scheme relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/21—Indexing scheme relating to G06F21/00 and subgroups addressing additional information or applications relating to security arrangements for protecting computers, components thereof, programs or data against unauthorised activity
- G06F2221/2147—Locking files
Landscapes
- Engineering & Computer Science (AREA)
- Theoretical Computer Science (AREA)
- Databases & Information Systems (AREA)
- Physics & Mathematics (AREA)
- General Physics & Mathematics (AREA)
- General Engineering & Computer Science (AREA)
- Data Mining & Analysis (AREA)
- Health & Medical Sciences (AREA)
- General Health & Medical Sciences (AREA)
- Business, Economics & Management (AREA)
- Computer Security & Cryptography (AREA)
- Bioethics (AREA)
- Software Systems (AREA)
- Computer Hardware Design (AREA)
- Human Computer Interaction (AREA)
- General Business, Economics & Management (AREA)
- Computing Systems (AREA)
- Mathematical Optimization (AREA)
- Chemical & Material Sciences (AREA)
- Medicinal Chemistry (AREA)
- Computational Mathematics (AREA)
- Mathematical Analysis (AREA)
- Educational Administration (AREA)
- Educational Technology (AREA)
- Algebra (AREA)
- Mathematical Physics (AREA)
- Pure & Applied Mathematics (AREA)
- Information Retrieval, Db Structures And Fs Structures Therefor (AREA)
- Document Processing Apparatus (AREA)
- Computer And Data Communications (AREA)
- Financial Or Insurance-Related Operations Such As Payment And Settlement (AREA)
- Storage Device Security (AREA)
Abstract
【解決手段】 修正ファイルオープン動作では、ユーザが修正オープンを実行するとき、当初はファイルをロックせずにファイルが開かれる。ユーザがそのファイルを開くよう試みている、またはそのファイルを開く意図があることをユーザが(明示的または暗黙的に)示したとき、そのファイルを編集用にロックすることができる。このように、ユーザがファイルを要求するときのデフォルト動作は、他のユーザがファイルにアクセスすることを拒否することなくファイルを開くことである。次いで、ユーザが編集を行うことを示したとき、そのファイルに対するロックがかけられる。
【選択図】 図4
Description
ユーザが共用サーバ上の文書を開くときの柔軟性を可能にするために、修正オープンが実装される。修正オープンを使用してファイルを開くとき、ファイルは読取り専用で開かれる。修正オープンを使用してファイルを開いたユーザが、ファイルに対して編集を行うことを指示したときにだけ、ファイルに対しロックがかけられ、そのユーザに関してファイル読取り/書込みが行われ、その他のユーザはファイルに対する編集特権を得ることができない。
図1および以下の記載により、本発明を実施することができる適切なコンピューティング環境について、簡潔で一般的な説明が与えられる。しかし、前述のように、ハンドヘルド装置、ポータブル装置、およびその他のコンピューティング装置と、すべての種類のコンピューティングオブジェクトとが、本発明と共に使用するように企図されることを理解されたい。したがって、汎用コンピュータについて以下で説明するが、これは一例であって、本発明は、ネットワーク/バス互換性があり対話型のシンクライアントなど、その他のコンピューティング装置でも実施することができる。したがって、非常にわずかな、または最小のクライアント資源しか含まれないネットワークホストのサービス環境、例えば、情報家電(appliance)内に配置されたオブジェクトのようなクライアント装置が単にネットワーク/バスに対するインターフェースとして働くネットワーク環境や、その他のコンピューティング装置とオブジェクトとで本発明を実施することができる。実質的には、データを格納することができ、またはデータをそこから取り出すことができるどんな場所も、本発明による操作に対して望ましく、または適した環境である。
図2を参照すると、ファイル210がサーバコンピュータ200上に常駐している。権限を有するユーザが、ファイルを開くよう要求を行う。ユーザは、いくつかの方法でサーバコンピュータに接続することができる。例えばユーザは、直接に、ローカルエリアネットワーク(LAN)を介して、またはインターネットなどのネットワークを介してリモートに接続することができる。図2の例では、ユーザコンピュータ230が、ネットワーク220を介してサーバコンピュータ200に接続される。
上述のように、様々なコンピューティング装置およびネットワークアーキテクチャに関連して本発明の例示的実施形態を説明したが、基礎となる概念は、修正ファイルオープンを実装することが望ましいどんなコンピューティング装置またはシステムにも適用することができる。したがって、本発明の方法およびシステムは、様々なアプリケーションおよび装置に適用することができる。本明細書では例示的なプログラミング言語、名前、および実施例を様々な選択肢の代表として選んだが、こうした言語、名前、および実施例は限定を意図するものではない。本発明で達成されるのと同じ、類似の、または同等のシステムおよび方法を達成するオブジェクトコードを提供する多数の方法があることを当業者は理解されよう。
110 コンピュータシステム
120 処理装置
121 システムバス
130 システムメモリ
131 読取り専用メモリ(ROM)
132 ランダムアクセスメモリ(RAM)
133 基本入出力システム(BIOS)
134、144 オペレーティングシステム
135、145 アプリケーションプログラム
136、146 他のプログラムモジュール
137、147 プログラムデータ
140、150 インターフェース
141 ハードディスクドライブ
151 磁気ディスクドライブ
152 磁気ディスク
155 光ディスクドライブ
156 光ディスク
160 ユーザ入力インターフェース
161 ポインティングデバイス
162 キーボード
170 ネットワークインターフェース/アダプタ
171 LAN
172 モデム
173 WAN
180 リモートコンピュータ
181 メモリ記憶装置
182 グラフィックインターフェース
184 グラフィックス処理装置(GPU)
185 リモートアプリケーションプログラム
186 ビデオメモリ
190 ビデオインターフェース
191 モニタ
195 出力周辺インターフェース
196 プリンタ
197 スピーカ
200 サーバコンピュータ
210 ファイル
220 ネットワーク
230 ユーザコンピュータ
240 アプリケーション
Claims (36)
- 開かれるファイルのロックを遅延させる方法であって、
前記ファイルを開く要求を受け取るステップと、
前記ファイルを読み取るために開くステップと、
編集発生イベントが発生したことを判定するステップと、
前記ファイルにロックをかけるステップと
を備えたことを特徴とする方法。 - 前記ファイルを開くステップは、前記ファイルを読取り専用モードで開くステップを含み、前記ロックをかけるステップは、前記ユーザについて読取り/書込みモードを変更するステップを含むことを特徴とする請求項1に記載の方法。
- 前記編集発生イベントが発生したことを判定するステップは、前記ファイルに対する変更を受け取るステップを含むことを特徴とする請求項1に記載の方法。
- 前記編集発生イベントが発生したことを判定するステップは、前記ファイルを編集する要求をユーザから受け取るステップを含むことを特徴とする請求項1に記載の方法。
- 前記編集発生イベントが発生したことを判定するステップは、予め定められた期間、ユーザが前記ファイルをオープンにしていることについての判定を含むことを特徴とする請求項1に記載の方法。
- 前記ファイルを開くステップは、前記ファイルのユーザコピーを作成するステップを含むことを特徴とする請求項1に記載の方法。
- 前記ファイルはサーバコンピュータ上に配置され、ユーザはユーザコンピュータを使用しており、前記サーバコンピュータと前記ユーザコンピュータは動作可能に接続され、前記ファイルのユーザコピーは前記ユーザコンピュータに対してローカルであることを特徴とする請求項6に記載の方法。
- 前記ファイルにロックをかけるステップは、
前記ユーザコピーが作成されてから前記ファイルが変更されたか否かを判定するステップと、
前記ファイルが変更された場合、前記ファイルにロックをかけるステップと
を含むことを特徴とする請求項6に記載の方法。 - 前記ファイルが変更されたか否かを判定するステップは、前記サーバコンピュータ上の現在のバージョンのファイルのバージョン情報を、前記ユーザコピーのバージョン情報と比較するステップを含むことを特徴とする請求項8に記載の方法。
- 所定のバージョンの前記ファイルのバージョン情報は、前記所定のバージョンに対する最後の変更時に関する情報を含むことを特徴とする請求項9に記載の方法。
- 前記ファイルにロックをかけるステップは、
前記ファイルが変更された場合、1つまたは複数の不一致解決の選択肢を前記ユーザに提供するステップをさらに含むことを特徴とする請求項8に記載の方法。 - 前記不一致解決の選択肢は、前記ファイルのユーザコピーを保存する選択肢を含むことを特徴とする請求項8に記載の方法。
- 前記不一致解決の選択肢は、前記サーバコンピュータ上の前記ファイルの現在のバージョンを取り出す選択肢を含むことを特徴とする請求項8に記載の方法。
- 請求項1に記載の方法を実行することを特徴とする、オペレーティングシステムの少なくとも1つ、複数のコンピュータ実行可能命令が格納されたコンピュータ読取可能媒体、コプロセッシング装置、コンピューティング装置、およびコンピュータ実行可能命令を搬送する被変調データ信号。
- 動作可能に接続されたサーバにファイルを要求するコンピュータシステムであって、
サーバコンピュータ上のファイルを開く要求を受け取る入力モジュールと、
前記ファイルを読取り専用モードで開くための、前記ユーザ入力モジュールに動作可能に接続された読取り専用モードオープニングモジュールと、
編集が発生したか否かを判定する編集発生表示モジュールと、
前記ファイルを読取り書込みモードで開くための、前記編集発生表示モジュールに動作可能に接続された読取り書込みモードオープニングモジュールと、
前記ファイルを使用するための、前記読取り専用モードオープニングモジュールおよび前記読取り書込みモードオープニングモジュールに動作可能に接続されたファイル使用モジュールと
を備えたことを特徴とするコンピュータシステム。 - 前記動作可能な接続は、ネットワーク接続を含むことを特徴とする請求項15に記載のシステム。
- 前記編集発生表示モジュールは、前記ユーザが前記ファイルに対する変更を要求したか否かを判定することを特徴とする請求項15に記載のシステム。
- 前記編集発生表示モジュールは、前記ファイルを編集用に使用可能とすることを前記ユーザが要求したか否かを判定することを特徴とする請求項15に記載のシステム。
- 前記編集発生表示モジュールは、予め定められた期間の間、前記ユーザが前記ファイルをオープンにしているか否かを判定することを特徴とする請求項15に記載のシステム。
- 前記ファイルのユーザコピーを格納するための記憶装置をさらに備えたことを特徴とする請求項15に記載のシステム。
- 前記ファイルのユーザコピーが前記サーバ上の前記現在のバージョンのファイルのコピーであるか否かを検出するための、前記読取り書込みモードオープニングモジュールに動作可能に接続された変更検出モジュールをさらに備えたことを特徴とする請求項20に記載のシステム。
- 前記サーバ上の前記ファイルの現在のバージョンの変更が前記変更検出モジュールによって検出されなかった場合、前記読取り書込みモードオープニングモジュールは、前記ファイルを前記ユーザに対して読取り書込みモードで開くことを特徴とする請求項21に記載のシステム。
- 前記サーバ上のファイルの現在のバージョンの変化を検出する際に、前記ユーザに少なくとも1つの変更解決の選択肢を提示する変更解決モジュールをさらに備えることを特徴とする請求項21に記載のシステム。
- 前記不一致解決の選択肢は、前記ファイルの前記ユーザコピーを保存する選択肢を含むことを特徴とする請求項23に記載のシステム。
- 前記不一致解決の選択肢は、前記サーバコンピュータ上の前記現在のバージョンのファイルを取り出す選択肢を含むことを特徴とする請求項23に記載のシステム。
- 前記変更検出モジュールは、前記サーバコンピュータ上の前記現在のバージョンのファイルのバージョン情報を、前記ユーザコピーのバージョン情報と比較することを特徴とする請求項20に記載のシステム。
- 前記ファイルの所定のバージョンについての前記バージョン情報は、前記所定のバージョンに対する最後の変更時に関する情報を含むことを特徴とする請求項26に記載のシステム。
- リモートサーバ上のリモートファイルを使用する方法であって、
ユーザからの前記リモートファイルのオープンを要求するとの表示の際、前記リモートサーバから前記現在のバージョンのリモートファイルのコピーを受け取るステップと、
前記リモートファイルと同一のタイプのファイルと共に使用するように適合されたソフトウェアアプリケーションを使用して、前記ユーザに対して前記コピーを表示するステップと、
前記ユーザからの前記リモートファイルの編集を意図するとの表示の際、他のユーザからの書き込みに対して前記リモートサーバ上のファイルをロックすることを要求するステップと
を備えたことを特徴とする方法。 - 前記リモートファイルのオープンを要求するとのユーザからの表示は、前記ユーザがハイパーリンクをクリックすることを含むことを特徴とする請求項28に記載の方法。
- 前記ユーザが前記リモートファイルの編集を意図するとの表示は、前記アプリケーションにおけるの前記コピーに対する変更を受け取ることを含むことを特徴とする請求項28に記載の方法。
- 前記ユーザが前記リモートファイルの編集を意図するとの表示は、前記ユーザから前記アプリケーションにおいて前記コピーを編集する要求を受け取ることを含むことを特徴とする請求項28に記載の方法。
- 前記ユーザが前記リモートファイルの編集を意図するとの表示は、予め定められた期間、前記ユーザが前記コピーをオープンにしているとの判定を含むことを特徴とする請求項28に記載の方法。
- 前記他のユーザからの書き込みに対して前記リモートサーバ上のファイルをロックすることを要求するステップは、
前記コピーが作成されて以降前記リモートファイルが変更されたか否かを判定するステップと、
前記リモートファイルが変更された場合、他のユーザからの書き込みに対して前記リモートサーバ上のリモートファイルをロックすることを要求するステップと
を含むことを特徴とする請求項28に記載の方法。 - 前記ファイルが変更されているか否かを判定するステップは、前記リモートサーバ上のリモートファイルのバージョン情報と、前記コピーのバージョン情報とを比較するステップを有することを特徴とする請求項33に記載の方法。
- 前記ユーザのためにロックをかけるステップは、
前記リモートファイルが変更された場合、1つまたは複数の不一致解決の選択肢を前記ユーザに提供するステップをさらに含むことを特徴とする請求項33に記載の方法。 - 請求項28に記載の方法を実行することを特徴とする、オペレーティングシステムの少なくとも1つ、複数のコンピュータ実行可能命令が格納されたコンピュータ読取可能媒体、コプロセッシング装置、コンピューティング装置、およびコンピュータ実行可能命令を搬送する被変調データ信号。
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
US10/376,716 US8706760B2 (en) | 2003-02-28 | 2003-02-28 | Method to delay locking of server files on edit |
Publications (2)
Publication Number | Publication Date |
---|---|
JP2004265415A true JP2004265415A (ja) | 2004-09-24 |
JP4455100B2 JP4455100B2 (ja) | 2010-04-21 |
Family
ID=32771504
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
JP2004055388A Expired - Fee Related JP4455100B2 (ja) | 2003-02-28 | 2004-02-27 | 編集時にサーバファイルのロックを遅延させる方法 |
Country Status (19)
Country | Link |
---|---|
US (3) | US8706760B2 (ja) |
EP (1) | EP1452981A3 (ja) |
JP (1) | JP4455100B2 (ja) |
KR (1) | KR101024769B1 (ja) |
CN (1) | CN100386731C (ja) |
AU (1) | AU2004200458A1 (ja) |
BR (1) | BRPI0400358A (ja) |
CA (1) | CA2458247C (ja) |
CO (1) | CO5550076A1 (ja) |
IL (1) | IL160355A0 (ja) |
MX (1) | MXPA04001925A (ja) |
MY (1) | MY150936A (ja) |
NO (1) | NO332246B1 (ja) |
NZ (1) | NZ531281A (ja) |
PL (1) | PL365552A1 (ja) |
RU (1) | RU2344476C2 (ja) |
SG (1) | SG135020A1 (ja) |
TW (1) | TWI379193B (ja) |
ZA (1) | ZA200401309B (ja) |
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006243883A (ja) * | 2005-03-01 | 2006-09-14 | Hitachi Information Technology Co Ltd | 電子データファイル管理システム、管理方法及び管理プログラム |
JP2007265135A (ja) * | 2006-03-29 | 2007-10-11 | Murata Mach Ltd | データ管理サーバおよび通信システム |
JPWO2007034858A1 (ja) * | 2005-09-22 | 2009-03-26 | 株式会社ジャストシステム | データ管理装置、データ編集装置、データ閲覧装置、データ管理方法、データ編集方法およびデータ閲覧方法 |
US8069246B2 (en) | 2007-12-28 | 2011-11-29 | Murata Machinery, Ltd. | Relay server and relay communication system including a relay group information registration unit, a shared resource information registration unit, and a control unit |
US8296391B2 (en) | 2008-09-05 | 2012-10-23 | Murata Machinery, Ltd. | Relay server, relay communication system, and communication apparatus |
US8307100B2 (en) | 2007-05-09 | 2012-11-06 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8316134B2 (en) | 2006-10-11 | 2012-11-20 | Murata Machinery, Ltd. | File server device arranged in a local area network and being communicable with an external server arranged in a wide area network |
US8321575B2 (en) | 2007-12-27 | 2012-11-27 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8356116B2 (en) | 2008-09-01 | 2013-01-15 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8443088B2 (en) | 2006-10-11 | 2013-05-14 | Murata Machinery, Ltd. | File transfer server |
US8472454B2 (en) | 2006-09-12 | 2013-06-25 | Murata Machinery, Ltd. | Relay-server arranged to carry out communications between communication terminals on different LANS |
US8499083B2 (en) | 2006-03-29 | 2013-07-30 | Murata Kikai Kabushiki Kaisha | Relay device and communication system |
US8606941B2 (en) | 2007-05-02 | 2013-12-10 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8738788B2 (en) | 2009-03-13 | 2014-05-27 | Murata Machinery, Ltd. | First relay server and second relay server |
US8949419B2 (en) | 2007-12-25 | 2015-02-03 | Murata Machinery, Ltd. | Synchronizing sharing servers |
JP2019506643A (ja) * | 2015-12-30 | 2019-03-07 | ドロップボックス, インコーポレイテッド | 共有コンテンツの制御転送 |
Families Citing this family (31)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US8706760B2 (en) * | 2003-02-28 | 2014-04-22 | Microsoft Corporation | Method to delay locking of server files on edit |
US20040236752A1 (en) * | 2003-05-19 | 2004-11-25 | Keli Han | Document sharing in a distributed server system |
US20050091215A1 (en) * | 2003-09-29 | 2005-04-28 | Chandra Tushar D. | Technique for provisioning storage for servers in an on-demand environment |
US8135755B2 (en) | 2005-06-29 | 2012-03-13 | Microsoft Corporation | Templates in a schema editor |
US7716168B2 (en) | 2005-06-29 | 2010-05-11 | Microsoft Corporation | Modifying table definitions within a database application |
US7487548B1 (en) * | 2004-04-21 | 2009-02-03 | Symantec Corporation | Granular access control method and system |
CN100438416C (zh) * | 2005-12-02 | 2008-11-26 | 无锡永中科技有限公司 | 一种实现文件协同处理的方法 |
US7743026B2 (en) * | 2006-01-31 | 2010-06-22 | Microsoft Corporation | Redirection to local copies of server-based files |
FR2912520B1 (fr) * | 2007-02-13 | 2009-05-15 | Stg Interactive Sa | Procede de gestion de fichiers. |
US20080243847A1 (en) * | 2007-04-02 | 2008-10-02 | Microsoft Corporation | Separating central locking services from distributed data fulfillment services in a storage system |
US8433693B2 (en) * | 2007-04-02 | 2013-04-30 | Microsoft Corporation | Locking semantics for a storage system based on file types |
US7941399B2 (en) * | 2007-11-09 | 2011-05-10 | Microsoft Corporation | Collaborative authoring |
US8028229B2 (en) | 2007-12-06 | 2011-09-27 | Microsoft Corporation | Document merge |
US8825758B2 (en) | 2007-12-14 | 2014-09-02 | Microsoft Corporation | Collaborative authoring modes |
US8301588B2 (en) | 2008-03-07 | 2012-10-30 | Microsoft Corporation | Data storage for file updates |
US8352870B2 (en) | 2008-04-28 | 2013-01-08 | Microsoft Corporation | Conflict resolution |
US8825594B2 (en) | 2008-05-08 | 2014-09-02 | Microsoft Corporation | Caching infrastructure |
US8429753B2 (en) | 2008-05-08 | 2013-04-23 | Microsoft Corporation | Controlling access to documents using file locks |
US8417666B2 (en) | 2008-06-25 | 2013-04-09 | Microsoft Corporation | Structured coauthoring |
US8346768B2 (en) | 2009-04-30 | 2013-01-01 | Microsoft Corporation | Fast merge support for legacy documents |
CN102193927A (zh) * | 2010-03-05 | 2011-09-21 | 新奥特(北京)视频技术有限公司 | 一种文稿系统中文稿编辑的控制方法及装置 |
WO2012051298A2 (en) * | 2010-10-12 | 2012-04-19 | Nasuni Corporation | Versioned file system with sharing |
US9542237B2 (en) * | 2012-09-04 | 2017-01-10 | Red Hat Israel, Ltd. | Shared locking for storage centric exclusive locks |
RU2526282C2 (ru) * | 2012-09-21 | 2014-08-20 | Открытое Акционерное Общество "Информационные Технологии И Коммуникационные Системы" | Способ синхронизации доступа к разделяемым ресурсам вычислительной системы и обнаружения и устранения повисших блокировок с использованием блокировочных файлов |
RU2577200C1 (ru) * | 2014-10-31 | 2016-03-10 | Открытое Акционерное Общество "Информационные Технологии И Коммуникационные Системы" | Способ синхронизации доступа к разделяемым ресурсам вычислительной системы под управлением posix-совместимой ос и обнаружения и устранения повисших блокировок с использованием блокировочных файлов |
US10108688B2 (en) | 2015-12-22 | 2018-10-23 | Dropbox, Inc. | Managing content across discrete systems |
GB2560010B (en) * | 2017-02-24 | 2021-08-11 | Sage Uk Ltd | Data collaboration |
CN110968563B (zh) * | 2018-09-29 | 2023-11-17 | 华为技术有限公司 | 一种数据存储方法、元数据服务器及客户端 |
US11100053B2 (en) | 2018-11-06 | 2021-08-24 | Dropbox, Inc. | Technologies for integrating cloud content items across platforms |
CN114090503B (zh) * | 2021-11-10 | 2024-06-14 | 中国航空工业集团公司雷华电子技术研究所 | 一种文件管理方法、系统、电子设备及其可读存储介质 |
US20230418624A1 (en) * | 2022-06-24 | 2023-12-28 | Microsoft Technology Licensing, Llc | File opening optimization |
Family Cites Families (58)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JPH0340042A (ja) | 1989-07-06 | 1991-02-20 | Nec Corp | 多重アクセス装置 |
US5799320A (en) * | 1989-08-23 | 1998-08-25 | John R. Klug | Remote multiple-user editing system and method |
EP0569605A1 (de) * | 1992-05-06 | 1993-11-18 | International Business Machines Corporation | Verfahren zur Zugriffsverwaltung und -steuerung mehrerer Rechner auf gemeinsame Daten |
US5555388A (en) * | 1992-08-20 | 1996-09-10 | Borland International, Inc. | Multi-user system and methods providing improved file management by reading |
US5689699A (en) * | 1992-12-23 | 1997-11-18 | International Business Machines Corporation | Dynamic verification of authorization in retention management schemes for data processing systems |
US5649200A (en) * | 1993-01-08 | 1997-07-15 | Atria Software, Inc. | Dynamic rule-based version control system |
CA2165201C (en) | 1993-06-15 | 2010-08-17 | Wayne David Michaels | Telecommunications system |
GB9505939D0 (en) | 1995-03-23 | 1995-05-10 | Intelligence Quotient Int | A method of operating a computer system |
US5615373A (en) * | 1993-08-26 | 1997-03-25 | International Business Machines Corporation | Data lock management in a distributed file server system determines variable lock lifetime in response to request to access data object |
US5678040A (en) * | 1993-10-29 | 1997-10-14 | Motorola, Inc. | Method for managing a hierarchical design transaction |
JP3488500B2 (ja) | 1994-02-07 | 2004-01-19 | 富士通株式会社 | 分散ファイルシステム |
US6760840B1 (en) * | 1994-03-15 | 2004-07-06 | Kabushiki Kaisha Toshiba | File editing system and shared file editing system with file content secrecy, file version management, and asynchronous editing |
JPH0816553A (ja) * | 1994-06-27 | 1996-01-19 | Canon Inc | 文書処理システム及び文書処理方法 |
US5628005A (en) * | 1995-06-07 | 1997-05-06 | Microsoft Corporation | System and method for providing opportunistic file access in a network environment |
FI98587C (fi) | 1995-07-06 | 1997-07-10 | Nokia Telecommunications Oy | Järjestelmä pakettiverkon yhdistämiseksi digitaaliseen radioverkkoon |
US5892954A (en) * | 1995-07-07 | 1999-04-06 | Sun Microsystems, Inc. | Method and apparatus for refreshing file locks to minimize conflicting accesses to data files |
US5774717A (en) * | 1995-12-15 | 1998-06-30 | International Business Machines Corporation | Method and article of manufacture for resynchronizing client/server file systems and resolving file system conflicts |
US5960173A (en) | 1995-12-22 | 1999-09-28 | Sun Microsystems, Inc. | System and method enabling awareness of others working on similar tasks in a computer work environment |
EP0972247B1 (en) * | 1996-08-02 | 2004-03-17 | Hewlett-Packard Company | Method and apparatus for allowing distributed control of shared resources |
US6151609A (en) * | 1996-08-16 | 2000-11-21 | Electronic Data Systems Corporation | Remote editor system |
US6134705A (en) * | 1996-10-28 | 2000-10-17 | Altera Corporation | Generation of sub-netlists for use in incremental compilation |
DE19647833B4 (de) | 1996-11-19 | 2005-07-07 | Deutsches Zentrum für Luft- und Raumfahrt e.V. | Verfahren zur gleichzeitigen Funkübertragung digitaler Daten zwischen mehreren Teilnehmerstationen und einer Basisstation |
US6021413A (en) | 1997-04-01 | 2000-02-01 | The University Of Illinois Board Of Trustees | Application-directed variable-granularity caching and consistency management |
US6081807A (en) * | 1997-06-13 | 2000-06-27 | Compaq Computer Corporation | Method and apparatus for interfacing with a stateless network file system server |
JPH1196209A (ja) | 1997-09-24 | 1999-04-09 | Oki Electric Ind Co Ltd | 共有データベースの編集方法 |
US6094659A (en) * | 1997-09-26 | 2000-07-25 | 3Com Corporation | Web server for use in a LAN modem |
US6240414B1 (en) * | 1997-09-28 | 2001-05-29 | Eisolutions, Inc. | Method of resolving data conflicts in a shared data environment |
US6067551A (en) * | 1997-11-14 | 2000-05-23 | Microsoft Corporation | Computer implemented method for simultaneous multi-user editing of a document |
US6801911B1 (en) * | 1997-11-21 | 2004-10-05 | International Business Machines Corporation | Data processing system and method for accessing files |
US6516351B2 (en) * | 1997-12-05 | 2003-02-04 | Network Appliance, Inc. | Enforcing uniform file-locking for diverse file-locking protocols |
US6073161A (en) * | 1997-12-16 | 2000-06-06 | International Business Machines Corporation | Method and apparatus for determining editing conflicts in a multi-authoring system |
US6393437B1 (en) * | 1998-01-27 | 2002-05-21 | Microsoft Corporation | Web developer isolation techniques |
US6405225B1 (en) * | 1998-06-17 | 2002-06-11 | Microsoft Corporation | Integrating email functionality into a word processor by incorporating an email GUI within the word processor |
JP2000181863A (ja) * | 1998-12-14 | 2000-06-30 | Dream Technologies Kk | 排他制御を行うクライアントサーバシステム |
US6393419B1 (en) * | 1999-02-08 | 2002-05-21 | Telefonaktiebolaget Lm Ericsson (Publ) | Multipoint database synchronization protocol to avoid data corruption |
US6343301B1 (en) * | 1999-02-24 | 2002-01-29 | Navigation Technologies Corp. | Method and system for collecting data for updating a geographic database |
JP2000305831A (ja) | 1999-04-22 | 2000-11-02 | Tadamitsu Ryu | 分散環境におけるファイル管理の方法、システム。 |
CN1154054C (zh) * | 1999-06-04 | 2004-06-16 | 网络装置公司 | 对不同文件锁定协议强制实施统一文件锁定的方法及文件服务器 |
US6529905B1 (en) * | 2000-01-11 | 2003-03-04 | Frontline Solutions, Inc. | Method and system for allowing multiple users to edit a hierarchical data structure |
JP2003521061A (ja) * | 2000-01-25 | 2003-07-08 | オートデスク,インコーポレイテッド | インターネット上で建築図面へのアクセスを提供し、処理する方法および装置 |
US6535893B1 (en) * | 2000-02-24 | 2003-03-18 | International Business Machines Corporation | Method for estimating the elapsed time required for a log apply process |
US6289000B1 (en) | 2000-05-19 | 2001-09-11 | Intellon Corporation | Frame control encoder/decoder for robust OFDM frame transmissions |
CN1200369C (zh) | 2000-06-16 | 2005-05-04 | 未来理想科技股份有限公司 | 客户机服务器系统、排他控制方法和数据同步方法 |
WO2002017115A2 (en) * | 2000-08-21 | 2002-02-28 | Thoughtslinger Corporation | Simultaneous multi-user document editing system |
US8719703B2 (en) * | 2000-12-08 | 2014-05-06 | Xerox Corporation | Systems and methods for editing a web page |
US7222291B2 (en) * | 2000-12-29 | 2007-05-22 | International Business Machines Corporation | Method and system for importing HTML forms |
US7107518B2 (en) * | 2001-04-03 | 2006-09-12 | Microsoft Corporation | Automating a document review cycle |
US7398323B1 (en) * | 2001-09-19 | 2008-07-08 | Juniper Networks, Inc. | Configuring a network router |
US7051031B2 (en) * | 2001-10-09 | 2006-05-23 | Sun Microsystems, Inc. | Method, system, and program for managing accesses to data objects by multiple user programs over a network |
US6708313B2 (en) * | 2001-12-10 | 2004-03-16 | Charles Pfeil | Parallel electronic design automation: shared simultaneous editing |
US20030225764A1 (en) * | 2002-05-29 | 2003-12-04 | Smith Keith W. | Method and system for displaying data in a collaborative work environment |
US6993713B2 (en) * | 2002-06-06 | 2006-01-31 | International Business Machines Corporation | Web content management software utilizing a workspace aware JSP servlet |
US20040068505A1 (en) * | 2002-10-04 | 2004-04-08 | Chung-I Lee | System and method for synchronously editing a file on different client computers |
US8706760B2 (en) * | 2003-02-28 | 2014-04-22 | Microsoft Corporation | Method to delay locking of server files on edit |
US7602933B2 (en) | 2004-09-28 | 2009-10-13 | Westone Laboratories, Inc. | Conformable ear piece and method of using and making same |
US7897781B2 (en) * | 2006-05-10 | 2011-03-01 | Janssen Pharmaceutica Nv | Cold menthol receptor-1 antagonists |
US7926748B2 (en) | 2008-03-10 | 2011-04-19 | Illinois Tool Works Inc. | Generator for air-powered electrostatically aided coating dispensing device |
JP5010665B2 (ja) | 2009-11-02 | 2012-08-29 | 株式会社東芝 | 営業支援システム |
-
2003
- 2003-02-28 US US10/376,716 patent/US8706760B2/en not_active Expired - Fee Related
-
2004
- 2004-02-10 AU AU2004200458A patent/AU2004200458A1/en not_active Abandoned
- 2004-02-12 SG SG200400766-2A patent/SG135020A1/en unknown
- 2004-02-12 IL IL16035504A patent/IL160355A0/xx unknown
- 2004-02-13 MY MYPI20040471 patent/MY150936A/en unknown
- 2004-02-16 EP EP04003415A patent/EP1452981A3/en not_active Ceased
- 2004-02-17 CA CA 2458247 patent/CA2458247C/en not_active Expired - Fee Related
- 2004-02-18 ZA ZA2004/01309A patent/ZA200401309B/en unknown
- 2004-02-20 NZ NZ531281A patent/NZ531281A/en not_active IP Right Cessation
- 2004-02-24 PL PL36555204A patent/PL365552A1/xx not_active Application Discontinuation
- 2004-02-25 TW TW093104829A patent/TWI379193B/zh not_active IP Right Cessation
- 2004-02-25 CO CO04016521A patent/CO5550076A1/es not_active Application Discontinuation
- 2004-02-25 NO NO20040830A patent/NO332246B1/no not_active IP Right Cessation
- 2004-02-26 BR BR0400358-6A patent/BRPI0400358A/pt not_active IP Right Cessation
- 2004-02-27 RU RU2004105882/09A patent/RU2344476C2/ru not_active IP Right Cessation
- 2004-02-27 JP JP2004055388A patent/JP4455100B2/ja not_active Expired - Fee Related
- 2004-02-27 KR KR1020040013356A patent/KR101024769B1/ko active IP Right Grant
- 2004-02-27 MX MXPA04001925A patent/MXPA04001925A/es active IP Right Grant
- 2004-02-27 CN CNB2004100082898A patent/CN100386731C/zh not_active Expired - Fee Related
-
2014
- 2014-04-18 US US14/256,313 patent/US9280553B2/en not_active Expired - Fee Related
-
2016
- 2016-02-01 US US15/012,179 patent/US9594925B2/en not_active Expired - Lifetime
Cited By (16)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2006243883A (ja) * | 2005-03-01 | 2006-09-14 | Hitachi Information Technology Co Ltd | 電子データファイル管理システム、管理方法及び管理プログラム |
JPWO2007034858A1 (ja) * | 2005-09-22 | 2009-03-26 | 株式会社ジャストシステム | データ管理装置、データ編集装置、データ閲覧装置、データ管理方法、データ編集方法およびデータ閲覧方法 |
JP2007265135A (ja) * | 2006-03-29 | 2007-10-11 | Murata Mach Ltd | データ管理サーバおよび通信システム |
US8499083B2 (en) | 2006-03-29 | 2013-07-30 | Murata Kikai Kabushiki Kaisha | Relay device and communication system |
US8472454B2 (en) | 2006-09-12 | 2013-06-25 | Murata Machinery, Ltd. | Relay-server arranged to carry out communications between communication terminals on different LANS |
US8316134B2 (en) | 2006-10-11 | 2012-11-20 | Murata Machinery, Ltd. | File server device arranged in a local area network and being communicable with an external server arranged in a wide area network |
US8443088B2 (en) | 2006-10-11 | 2013-05-14 | Murata Machinery, Ltd. | File transfer server |
US8606941B2 (en) | 2007-05-02 | 2013-12-10 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8307100B2 (en) | 2007-05-09 | 2012-11-06 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8949419B2 (en) | 2007-12-25 | 2015-02-03 | Murata Machinery, Ltd. | Synchronizing sharing servers |
US8321575B2 (en) | 2007-12-27 | 2012-11-27 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8069246B2 (en) | 2007-12-28 | 2011-11-29 | Murata Machinery, Ltd. | Relay server and relay communication system including a relay group information registration unit, a shared resource information registration unit, and a control unit |
US8356116B2 (en) | 2008-09-01 | 2013-01-15 | Murata Machinery, Ltd. | Relay server and relay communication system |
US8296391B2 (en) | 2008-09-05 | 2012-10-23 | Murata Machinery, Ltd. | Relay server, relay communication system, and communication apparatus |
US8738788B2 (en) | 2009-03-13 | 2014-05-27 | Murata Machinery, Ltd. | First relay server and second relay server |
JP2019506643A (ja) * | 2015-12-30 | 2019-03-07 | ドロップボックス, インコーポレイテッド | 共有コンテンツの制御転送 |
Also Published As
Publication number | Publication date |
---|---|
MXPA04001925A (es) | 2005-04-25 |
CO5550076A1 (es) | 2005-08-31 |
TW200506605A (en) | 2005-02-16 |
KR101024769B1 (ko) | 2011-03-24 |
TWI379193B (en) | 2012-12-11 |
US20140229507A1 (en) | 2014-08-14 |
SG135020A1 (en) | 2007-09-28 |
CA2458247C (en) | 2015-04-07 |
AU2004200458A1 (en) | 2004-09-16 |
US20160171230A1 (en) | 2016-06-16 |
JP4455100B2 (ja) | 2010-04-21 |
RU2344476C2 (ru) | 2009-01-20 |
ZA200401309B (en) | 2005-11-30 |
IL160355A0 (en) | 2004-07-25 |
MY150936A (en) | 2014-03-14 |
US9280553B2 (en) | 2016-03-08 |
CN100386731C (zh) | 2008-05-07 |
NO20040830L (no) | 2004-09-01 |
EP1452981A3 (en) | 2005-02-09 |
US20040172395A1 (en) | 2004-09-02 |
BRPI0400358A (pt) | 2004-12-28 |
RU2004105882A (ru) | 2005-08-10 |
US9594925B2 (en) | 2017-03-14 |
KR20040077531A (ko) | 2004-09-04 |
CN1525324A (zh) | 2004-09-01 |
NZ531281A (en) | 2005-07-29 |
EP1452981A2 (en) | 2004-09-01 |
US8706760B2 (en) | 2014-04-22 |
CA2458247A1 (en) | 2004-08-28 |
NO332246B1 (no) | 2012-08-06 |
PL365552A1 (en) | 2004-09-06 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
JP4455100B2 (ja) | 編集時にサーバファイルのロックを遅延させる方法 | |
JP4643915B2 (ja) | 複製ファイルの複数のファイル状態を管理する方法 | |
US8516486B2 (en) | Loading applications in non-designated environments | |
JP2912840B2 (ja) | ファイル管理システム | |
US9705946B2 (en) | Method to initiate server based collaboration on e-mail attachments | |
US10242181B2 (en) | Isolating applications hosted by plug-in code | |
KR101099297B1 (ko) | 전자파일의 제1 버전과 제2 버전을 동기화하기 위한 방법 및 컴퓨터 판독가능 기록 매체 | |
US12079171B2 (en) | Symbolic link based placeholders | |
US7496576B2 (en) | Isolated access to named resources | |
TW200521676A (en) | Method, system, and program for processing a file request | |
JP2006195968A (ja) | ツリービューベースエディタでのインラインプロパティ編集のシステムおよび方法 | |
US20070234359A1 (en) | Isolation of application execution |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
A621 | Written request for application examination |
Free format text: JAPANESE INTERMEDIATE CODE: A621 Effective date: 20070227 |
|
A131 | Notification of reasons for refusal |
Free format text: JAPANESE INTERMEDIATE CODE: A131 Effective date: 20090908 |
|
A521 | Request for written amendment filed |
Free format text: JAPANESE INTERMEDIATE CODE: A523 Effective date: 20091208 |
|
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: 20100129 |
|
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: 20100203 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20130212 Year of fee payment: 3 |
|
R150 | Certificate of patent or registration of utility model |
Ref document number: 4455100 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: 20130212 Year of fee payment: 3 |
|
FPAY | Renewal fee payment (event date is renewal date of database) |
Free format text: PAYMENT UNTIL: 20140212 Year of fee payment: 4 |
|
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 |
|
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 |
|
LAPS | Cancellation because of no payment of annual fees |