JP2006252374A - Electronic filing system - Google Patents

Electronic filing system Download PDF

Info

Publication number
JP2006252374A
JP2006252374A JP2005070412A JP2005070412A JP2006252374A JP 2006252374 A JP2006252374 A JP 2006252374A JP 2005070412 A JP2005070412 A JP 2005070412A JP 2005070412 A JP2005070412 A JP 2005070412A JP 2006252374 A JP2006252374 A JP 2006252374A
Authority
JP
Japan
Prior art keywords
file
check
time
client
filing system
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.)
Withdrawn
Application number
JP2005070412A
Other languages
Japanese (ja)
Inventor
Takayuki Yamane
隆之 山根
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Toshiba Corp
Toshiba Digital Solutions Corp
Original Assignee
Toshiba Corp
Toshiba Solutions Corp
Priority date (The priority date 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 date listed.)
Filing date
Publication date
Application filed by Toshiba Corp, Toshiba Solutions Corp filed Critical Toshiba Corp
Priority to JP2005070412A priority Critical patent/JP2006252374A/en
Publication of JP2006252374A publication Critical patent/JP2006252374A/en
Withdrawn legal-status Critical Current

Links

Images

Landscapes

  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide an electronic filing system preventing a lowering of processing speed of software and reducing traffic by reducing the amount of information transmitted to a network, to a required minimum in checking in a file and a folder. <P>SOLUTION: In a client/server type electronic filing system wherein the file 12 stored in a server 11 is shared with a client 13, the client 13 prepares a time and date file 14 when checking out the file 12 stored in the server 11, collates the file 12 at the check-in with the time and date file 14 to determine whether it is a check-in object, and checks in only the check-in object file 12. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、ネットワークを介してファイルやフォルダをチェックアウトし、変更を加えてチェックインする電子ファイリングシステムに関する。   The present invention relates to an electronic filing system that checks out files and folders via a network, changes them, and checks them in.

近年、インターネットの発達に伴い、ネットワークを介してファイルやフォルダをやり取りする処理が増えている。また、構成管理やセキュリティの観点から、ファイルやフォルダをチェックアウトし、変更してチェックインするような処理もよく見られる。   In recent years, with the development of the Internet, processing for exchanging files and folders via a network has increased. Also, from the viewpoint of configuration management and security, it is common to check out files and folders, change them, and check in.

すなわち、サーバに格納されたファイルまたはフォルダを複数のクライアントが共有するクライアント/サーバ型の電子ファイリングシステムでは、あるクライアントがネットワークを介してチェックアウトし変更を加えてチェックインしたときには、その変更されたファイルやフォルダを他のクライアントが参照できるようになっている。   In other words, in a client / server type electronic filing system in which a plurality of clients share a file or folder stored on a server, when a client checks out through the network and makes a change, the change is made. Files and folders can be referenced by other clients.

この際、さまざまな情報を扱うために、複数のファイルやフォルダを同時にチェックアウト/チェックインすることも多い。そこで、サーバに、クライアントが共有する文書のチェックインチェックアウト管理を行い、複数クライアントによる同一ファイルやフォルダのチェックアウトを規制する機能を持たせて、同一文書に対する同時2重更新を確実に禁止できるようにしたものがある(例えば、特許文献1参照)。
特開平11−85598号公報
At this time, in order to handle various information, a plurality of files and folders are often checked out / checked in at the same time. Therefore, the server can perform check-in / check-out management of documents shared by clients, and have a function of restricting check-out of the same file or folder by a plurality of clients, so that simultaneous double updates to the same document can be reliably prohibited. There is what has been made (for example, see Patent Document 1).
Japanese Patent Laid-Open No. 11-85598

ところが、チェックアウトした場合、すべてのファイルやフォルダを更新するとは限らないにもかかわらず、まとめてチェックインすることが多い。また、更新したかどうかのチェックを行なう場合もあるが、その際には、サーバ側のファイルの情報をネットワークを介して取得し、それとクライアントのファイルの情報とを比較するのが一般的である。   However, when checking out, all files and folders are not always updated, but they are often checked in at once. In some cases, it is checked whether it has been updated or not. In such a case, it is common to obtain server file information via the network and compare it with the client file information. .

ソフトウェアの実行速度において、もっともボトルネックになりやすいのは、ネットワークを介した処理であるが、ここに負荷がかかるため全体の処理速度も低下する。ファイルの数が多かったり、サイズが大きかったりしても、すべてをそのまま流すため、トラフィックが増大する。また、更新チェックを行なう場合も、サーバの情報を取得するためにはネットワークを使用せざるを得ないため、結局トラフィックは増大する。その結果、他の情報の転送に遅延が発生したり、最悪の場合は情報が欠落してしまう可能性もある。   In the software execution speed, processing that is most likely to become a bottleneck is processing via a network. However, since the load is applied here, the overall processing speed also decreases. Even if the number of files is large or the file size is large, the traffic increases because all files are streamed as they are. Also, when performing an update check, the network must be used in order to acquire server information, so traffic eventually increases. As a result, there may be a delay in transferring other information, or in the worst case, information may be lost.

本発明の目的は、ファイルやフォルダをチェックインする際に、ネットワークに流す情報の量を必要最低限でき、ソフトウェアの処理速度低下を防ぐとともにトラフィックを軽減できる電子ファイリングシステムを提供することである。   An object of the present invention is to provide an electronic filing system capable of minimizing the amount of information to be sent to a network when checking in a file or folder, preventing a reduction in software processing speed and reducing traffic.

請求項1の発明に係わる電子ファイリングシステムは、サーバに格納されたファイルまたはフォルダを複数のクライアントが共有するクライアント/サーバ型の電子ファイリングシステムにおいて、前記クライアントは、前記サーバに格納されたファイルまたはフォルダのチェックアウト時に日時ファイルを作成し、チェックイン時のファイルまたはフォルダと前記日時ファイルとの照合を行いチェックイン対象かどうかを判定し、チェックイン対象のファイルまたはフォルダだけをチェックインすることを特徴とする。   The electronic filing system according to the invention of claim 1 is a client / server type electronic filing system in which a plurality of clients share a file or folder stored in a server. The client is a file or folder stored in the server. A date / time file is created at the time of check-out, the file / folder at the time of check-in is compared with the date / time file to determine whether it is a check-in target, and only the file or folder to be checked-in is checked in And

請求項2の発明に係わる電子ファイリングシステムは、請求項1の発明において、前記クライアントは、チェックアウトしたファイルまたはフォルダの中に前記日時ファイルのタイムスタンプより新しいものがあるとき、または前記日時ファイルに登録したファイルおよびフォルダの数とチェックイン時のファイルおよびフォルダのとの数が異なるときに、チェックイン対象と判定することを特徴とする。   The electronic filing system according to a second aspect of the present invention is the electronic filing system according to the first aspect of the present invention, wherein when the client has a newer one than the time stamp of the date / time file in the checked-out file or folder, When the number of registered files and folders is different from the number of files and folders at the time of check-in, it is determined to be a check-in target.

本発明によれば、チェックイン処理において、ネットワークを介した更新チェックを行なわずに済むため、ソフトウェアの実行速度のボトルネックとネットワークのトラフィックの軽減を図ることができる。   According to the present invention, since it is not necessary to perform an update check via the network in the check-in process, it is possible to reduce the bottleneck of software execution speed and network traffic.

以下、本発明の実施の形態を説明する。図1は本発明の実施の形態に係わる電子ファイリングシステムのチェックアウト時の処理内容を示すブロック図である。サーバ11に格納されたファイル12をクライアント13がチェックアウトする際には、クライアント13は、サーバ11に格納されたファイル12のコピーの受信を受けてファイル12’として格納するとともに(S1)、日時ファイル14を作成する(S2)。日時ファイル14には、チェックアウトした日時及びファイルとフォルダとの数を登録する。すわなち、ファイルおよびフォルダをクライアント13に払い出し終わったら、日時ファイル14を作成し、その中にチェックアウトしたファイルとフォルダの数を登録する。   Embodiments of the present invention will be described below. FIG. 1 is a block diagram showing the processing contents at the time of check-out of the electronic filing system according to the embodiment of the present invention. When the client 13 checks out the file 12 stored in the server 11, the client 13 receives a copy of the file 12 stored in the server 11 and stores it as a file 12 '(S1). A file 14 is created (S2). The date and time file 14 registers the date and time of checkout and the number of files and folders. That is, when paying out files and folders to the client 13, a date and time file 14 is created, and the number of checked out files and folders is registered therein.

図2は本発明の実施の形態に係わる電子ファイリングシステムのチェックイン時の処理内容を示すブロック図である。クライアント13からサーバ11にチェックインする際には、クライアント13は、チェックイン時のファイルまたはフォルダと日時ファイル14との照合を行い、チェックイン対象かどうかを判定する(S11)。チェックイン対象であるときには、ファイル12’をサーバ11に送信し(S12)、日時ファイル14を削除する(S13)。これにより、チェックイン対象のファイルまたはフォルダだけをチェックインする。   FIG. 2 is a block diagram showing processing contents at the time of check-in of the electronic filing system according to the embodiment of the present invention. When checking in the server 11 from the client 13, the client 13 collates the file or folder at the time of check-in with the date and time file 14, and determines whether or not it is a check-in target (S11). If it is a check-in target, the file 12 'is transmitted to the server 11 (S12), and the date / time file 14 is deleted (S13). As a result, only the file or folder to be checked in is checked in.

チェックイン対象かどうかの判定は、以下のいずれかの条件が成立したか否かで判定する。そして、いずれの条件も成立しない場合には、ファイル12’はサーバ11に送信しない。   It is determined whether or not it is a check-in target based on whether or not any of the following conditions is satisfied. If neither condition is satisfied, the file 12 ′ is not transmitted to the server 11.

(1)チェックアウトしたファイルまたはフォルダの中に、日時ファイル14のタイムスタンプより新しいものがあるとき。 (1) A file or folder that has been checked out is newer than the time stamp of the date / time file 14.

(2)日時ファイル14に登録したファイルおよびフォルダの数と、チェックイン時のファイルおよびフォルダとの数が異なるとき。 (2) When the number of files and folders registered in the date and time file 14 is different from the number of files and folders at the time of check-in.

以上により、ファイル12’に更新があったかどうかの判定をクライアント13内で完結することができる。その結果、必要なファイルのみをネットワークに流すことができるので、ボトルネックおよびトラフィックの軽減が実現できる。なお、以上の説明では、チェックアウトしたひとまとまりのファイル群全体を対象としているが、個々のファイルを対象とすることにより、より性能の向上を期待することもできる。   As described above, the determination as to whether or not the file 12 ′ has been updated can be completed within the client 13. As a result, since only necessary files can be flowed over the network, bottlenecks and traffic can be reduced. In the above description, the entire group of checked-out files is targeted. However, by improving the performance of individual files, further improvement in performance can be expected.

本発明の実施の形態に係わる電子ファイリングシステムのチェックアウト時の処理内容を示すブロック図。The block diagram which shows the processing content at the time of check-out of the electronic filing system concerning embodiment of this invention. 本発明の実施の形態に係わる電子ファイリングシステムのチェックイン時の処理内容を示すブロック図。The block diagram which shows the processing content at the time of check-in of the electronic filing system concerning embodiment of this invention.

符号の説明Explanation of symbols

11…サーバ、12…ファイル、13…クライアント、14…日時ファイル
11 ... server, 12 ... file, 13 ... client, 14 ... date and time file

Claims (2)

サーバに格納されたファイルまたはフォルダを複数のクライアントが共有するクライアント/サーバ型の電子ファイリングシステムにおいて、前記クライアントは、前記サーバに格納されたファイルまたはフォルダのチェックアウト時に日時ファイルを作成し、チェックイン時のファイルまたはフォルダと前記日時ファイルとの照合を行いチェックイン対象かどうかを判定し、チェックイン対象のファイルまたはフォルダだけをチェックインすることを特徴とする電子ファイリングシステム。   In a client / server type electronic filing system in which a plurality of clients share a file or folder stored in a server, the client creates a date / time file when checking out the file or folder stored in the server, and checks An electronic filing system characterized by collating a time file or folder with the date and time file to determine whether or not it is a check-in target and checking in only the check-in target file or folder. 前記クライアントは、チェックアウトしたファイルまたはフォルダの中に前記日時ファイルのタイムスタンプより新しいものがあるとき、または前記日時ファイルに登録したファイルおよびフォルダの数とチェックイン時のファイルおよびフォルダのとの数が異なるときに、チェックイン対象と判定することを特徴とする請求項1記載の電子ファイリングシステム。
When the client has a check-out file or folder that is newer than the time stamp of the date and time file, or the number of files and folders registered in the date and time file and the number of files and folders at the time of check-in The electronic filing system according to claim 1, wherein the electronic filing system is determined to be a check-in target when they are different.
JP2005070412A 2005-03-14 2005-03-14 Electronic filing system Withdrawn JP2006252374A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2005070412A JP2006252374A (en) 2005-03-14 2005-03-14 Electronic filing system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2005070412A JP2006252374A (en) 2005-03-14 2005-03-14 Electronic filing system

Publications (1)

Publication Number Publication Date
JP2006252374A true JP2006252374A (en) 2006-09-21

Family

ID=37092786

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2005070412A Withdrawn JP2006252374A (en) 2005-03-14 2005-03-14 Electronic filing system

Country Status (1)

Country Link
JP (1) JP2006252374A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140013251A (en) * 2012-07-23 2014-02-05 삼성전자주식회사 Support system and method for cloud service

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR20140013251A (en) * 2012-07-23 2014-02-05 삼성전자주식회사 Support system and method for cloud service
KR102005315B1 (en) * 2012-07-23 2019-07-30 삼성전자 주식회사 Support System And Method For Cloud Service

Similar Documents

Publication Publication Date Title
US10904009B2 (en) Blockchain implementing delta storage
US11663348B2 (en) Dynamic entitlement for blockchain data
US8560853B2 (en) Digital signing policy
US7836053B2 (en) Apparatus and methods of identifying potentially similar content for data reduction
RU2573760C2 (en) Declaration-based content reputation service
US20040203624A1 (en) Technique for sharing of files with minimal increase of storage space usage
CN111989705A (en) Priority in licensed block chains
US7102774B2 (en) Print processing system and method
US6449633B1 (en) Access source control of resources within standard request-response protocols
US11048689B2 (en) Consensus transaction scheduler
US10902185B1 (en) Distributed collaborative storage with operational transformation
US9686119B2 (en) System, method and computer program product for scanning portions of data
US9607134B2 (en) System and method for protected publication of sensitive documents
EP2104039A1 (en) Archive stream based install
CN111831739A (en) Database composite endorsement
US9002909B2 (en) Tracking marked documents
US20150089578A1 (en) Mitigating policy violations through textual redaction
US7707299B2 (en) Data package with recovery data
CN101755255A (en) File access management system
US20200057822A1 (en) Secure url shortening
JP2006252374A (en) Electronic filing system
US8464097B1 (en) Method and apparatus for efficiently creating backup files with less redundancy
US20020116470A1 (en) Document distribution system and method
US11010346B2 (en) Methods and apparatus for managing access to file content
Wissfeld Character counting in message bodies

Legal Events

Date Code Title Description
A300 Application deemed to be withdrawn because no request for examination was validly filed

Free format text: JAPANESE INTERMEDIATE CODE: A300

Effective date: 20080603