JP2012234277A - Server device, memory management method and memory management program - Google Patents

Server device, memory management method and memory management program Download PDF

Info

Publication number
JP2012234277A
JP2012234277A JP2011101216A JP2011101216A JP2012234277A JP 2012234277 A JP2012234277 A JP 2012234277A JP 2011101216 A JP2011101216 A JP 2011101216A JP 2011101216 A JP2011101216 A JP 2011101216A JP 2012234277 A JP2012234277 A JP 2012234277A
Authority
JP
Japan
Prior art keywords
data
memory
unit
amount
request
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.)
Pending
Application number
JP2011101216A
Other languages
Japanese (ja)
Inventor
Satoshi Ogiwara
聡 荻原
Osamu Sato
佐藤  修
Atsushi Yajima
篤史 矢嶋
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.)
Fujitsu Frontech Ltd
Original Assignee
Fujitsu Frontech Ltd
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 Fujitsu Frontech Ltd filed Critical Fujitsu Frontech Ltd
Priority to JP2011101216A priority Critical patent/JP2012234277A/en
Publication of JP2012234277A publication Critical patent/JP2012234277A/en
Pending legal-status Critical Current

Links

Images

Abstract

PROBLEM TO BE SOLVED: To efficiently use memory.SOLUTION: A server device 3 determines a data amount corresponding to a type of data which is executed in response to a request from a client 2, on the basis of used memory amount information 3b showing a data amount which is calculated from an execution history of data for each type of data which the client 2 acquires, and allocates the determined data amount to memory 3a. By this way, the data amount can be efficiently allocated to the memory 3a according to its capacity. Thus it is possible to reduce introduction cost of the server device 3 because the number of clients 2 connectable to one server device 3 can be increased and additional server device 3 is not necessary.

Description

サーバ装置、メモリ管理方法及びメモリ管理プログラムに関する。   The present invention relates to a server device, a memory management method, and a memory management program.

銀行等の金融機関では、取引業務を行うためのクライアントが設置されている。クライアントは、通帳プリンタユニットと、帳票読取ユニット、手のひら静脈認証ユニット、現金処理ユニット、文字及び数字を入力するためのキーボードユニット、これらのユニットが接続される制御ユニット(クライアント端末)等とを備えている。クライアント端末はオペレータによる操作入力に応じて接続されているユニットを制御し、また、接続されているユニットから入力された情報に応じて所定の処理を実行する。また、このような複数のクライアントはクライアント端末から、取引に関する情報の処理及び管理を行うサーバに接続されている。   A financial institution such as a bank has a client for conducting a transaction. The client includes a passbook printer unit, a form reading unit, a palm vein authentication unit, a cash processing unit, a keyboard unit for inputting characters and numbers, and a control unit (client terminal) to which these units are connected. Yes. The client terminal controls the connected unit according to the operation input by the operator, and executes a predetermined process according to the information input from the connected unit. A plurality of such clients are connected from a client terminal to a server that processes and manages information related to transactions.

例えば、オペレータはクライアント端末に接続されている帳票読取ユニットに帳票を読み取らせ、オペレータの操作入力に基づきクライアント端末は読み取った帳票の画像データをサーバに送信する。サーバは受信した帳票の画像データを保持することができる。また、オペレータは、サーバから所望の帳票の画像データの取り出し要求の操作入力をクライアント端末に対して行うと、クライアント端末からサーバに対して当該取り出し要求が通知される。サーバはクライアント端末からの要求に基づいた帳票の画像データをクライアント端末に通知すると、オペレータは所望の帳票の画像データをクライアント端末を介して取り扱うことができる(例えば、特許文献1参照)。   For example, the operator causes the form reading unit connected to the client terminal to read the form, and the client terminal transmits image data of the read form to the server based on the operation input of the operator. The server can hold the image data of the received form. In addition, when the operator inputs an operation request for taking out image data of a desired form from the server to the client terminal, the client terminal notifies the server of the take-out request. When the server notifies the client terminal of the image data of the form based on the request from the client terminal, the operator can handle the image data of the desired form via the client terminal (see, for example, Patent Document 1).

また、サーバに接続されるクライアント端末の台数はサーバのメモリ使用量を考慮して各クライアント端末で取り扱われる帳票の画像データのうち最も大きなメモリ量を要するものを基準にして決定されている。   In addition, the number of client terminals connected to the server is determined based on the image data that requires the largest amount of memory among the image data of the forms handled by each client terminal in consideration of the memory usage of the server.

特開2011−076407号公報JP 2011-076407

しかし、このような接続台数の決定方法では、各クライアント端末で取り扱われる帳票の画像データが1つでも非常に大きいもの、または一度に取り扱う枚数が大量のものがあれば、この画像データ量を基準に台数が決定されるために、サーバに接続させるクライアント端末の台数が制限されてしまう。   However, in such a method for determining the number of connected devices, if even one image data of a form handled by each client terminal is very large or if there is a large number of images handled at a time, this image data amount is used as a reference. Therefore, the number of client terminals to be connected to the server is limited.

このため、大量の帳票を処理したい場合には、サーバを大量に導入して、各サーバにクライアント端末を接続させる必要があり、サーバの導入コストが増加するという問題点があった。   For this reason, when it is desired to process a large amount of forms, it is necessary to introduce a large number of servers and connect a client terminal to each server, resulting in an increase in server installation cost.

本発明はこのような点に鑑みてなされたものであり、メモリを効率的に使用するサーバ装置、メモリ管理方法及びメモリ管理プログラムを提供することを目的とする。   The present invention has been made in view of these points, and an object thereof is to provide a server device, a memory management method, and a memory management program that efficiently use a memory.

上記目的を達成するために、クライアントが通信可能に接続されるサーバ装置において、前記クライアントが取得するデータの種類ごとに前記データの実行履歴から算出したデータ量を表す使用メモリ量情報から、前記クライアントからの要求に応じて実行するデータの種類に対応するデータ量を特定する要求実行手段と、前記要求実行手段が特定した前記データ量をメモリに割り当てるメモリ管理手段と、を有するサーバ装置が提供される。   In order to achieve the above object, in the server device to which the client is communicably connected, the client uses the memory usage information representing the data amount calculated from the data execution history for each type of data acquired by the client. There is provided a server apparatus comprising: a request execution unit that specifies a data amount corresponding to a type of data to be executed in response to a request from a memory; and a memory management unit that allocates the data amount specified by the request execution unit to a memory. The

また、上記目的を達成するために、上記サーバ装置と同様のメモリ管理を実行する方法及びプログラムが提供される。   In order to achieve the above object, a method and program for executing memory management similar to that of the server apparatus are provided.

このようなサーバ装置、メモリ管理方法及びメモリ管理プログラムにより、メモリを効率的に使用することができる。   With such a server device, a memory management method, and a memory management program, the memory can be used efficiently.

第1の実施の形態に係るサーバ装置の概念図である。It is a conceptual diagram of the server apparatus which concerns on 1st Embodiment. 第2の実施の形態に係るクライアント及びサーバを備える取引システムを説明するための図である。It is a figure for demonstrating the transaction system provided with the client and server which concern on 2nd Embodiment. 第2の実施の形態に係るクライアント及び周辺装置のハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the client and peripheral device which concern on 2nd Embodiment. 第2の実施の形態に係るサーバのハードウェア構成例を示す図である。It is a figure which shows the hardware structural example of the server which concerns on 2nd Embodiment. 第2の実施の形態に係るサーバが備える機能を示すブロック図である。It is a block diagram which shows the function with which the server which concerns on 2nd Embodiment is provided. 第2の実施の形態に係るサーバのメモリ統計情報保持部を保持する情報を示す図である。It is a figure which shows the information which hold | maintains the memory statistics information holding part of the server which concerns on 2nd Embodiment. 第2の実施の形態に係るメモリ統計情報保持部が保持する情報を示す図である。It is a figure which shows the information which the memory statistics information holding part which concerns on 2nd Embodiment hold | maintains. 第2の実施の形態に係るサーバの帳票情報を保持する帳票情報保持部を示す図である。It is a figure which shows the form information holding | maintenance part which hold | maintains the form information of the server which concerns on 2nd Embodiment. 第2の実施の形態に係るサーバにおける帳票の画像データの読取格納処理を示すフローチャート(その1)である。It is a flowchart (the 1) which shows the reading storage process of the image data of the form in the server which concerns on 2nd Embodiment. 第2の実施の形態に係るサーバにおける帳票の画像データの読取格納処理を示すフローチャート(その2)である。It is a flowchart (the 2) which shows the reading storage process of the image data of the form in the server which concerns on 2nd Embodiment. 第2の実施の形態に係るサーバにおける帳票の画像データの読取格納処理の場合のシーケンス図である。It is a sequence diagram in the case of the reading storage process of the image data of the form in the server which concerns on 2nd Embodiment. 第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理を示すフローチャート(その1)である。It is a flowchart (the 1) which shows the taking-out process of the image data of the form in the server which concerns on 3rd Embodiment. 第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理を示すフローチャート(その2)である。It is a flowchart (the 2) which shows the taking-out process of the image data of the form in the server which concerns on 3rd Embodiment. 第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理を示すフローチャート(その3)である。It is a flowchart (the 3) which shows the taking-out process of the image data of the form in the server which concerns on 3rd Embodiment. 第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理の場合のシーケンス図である。It is a sequence diagram in the case of the extraction process of the image data of the form in the server according to the third embodiment.

以下、図面を参照して実施の形態について説明する。
[第1の実施の形態]
図1は、第1の実施の形態に係るサーバ装置の概念図である。
Hereinafter, embodiments will be described with reference to the drawings.
[First Embodiment]
FIG. 1 is a conceptual diagram of a server device according to the first embodiment.

サーバ装置は、クライアントからの要求に応じて実行するデータの種類に対応するデータ量を予め特定して、特定したデータ量をメモリに割り当てることでメモリを効率的に使用することができるものである。   The server device can efficiently use the memory by previously specifying a data amount corresponding to the type of data to be executed in response to a request from the client and assigning the specified data amount to the memory. .

図1には、クライアント2とこのようなサーバ装置3とを備える情報処理システム1が示されている。
クライアント2は、オペレータの操作入力に応じて取得したデータをサーバ装置3に格納させる。また、サーバ装置3に格納されているデータをサーバ装置3から取り出す。クライアント2は、例えば、帳票読取装置が接続された営業店システムを構成するクライアント端末であって、オペレータは帳票読取装置に帳票の画像データを読み取らせる。帳票読取装置が読み取った画像データをクライアント端末からサーバ装置3に通知して、サーバ装置3に当該画像データを格納させる。または、オペレータは所望の画像データの送信要求をクライアント端末からサーバ装置3に通知することで、サーバ装置3から当該画像データが通知される。また、クライアント2のその他の例としては、書類を保管するファイリングセンターの端末等である。
FIG. 1 shows an information processing system 1 including a client 2 and such a server device 3.
The client 2 causes the server device 3 to store the data acquired according to the operator's operation input. Further, the data stored in the server device 3 is extracted from the server device 3. The client 2 is, for example, a client terminal that constitutes a branch office system to which a form reading device is connected, and the operator causes the form reading device to read the image data of the form. The image data read by the form reading device is notified from the client terminal to the server device 3, and the server device 3 stores the image data. Alternatively, the operator notifies the server apparatus 3 of a request for transmitting desired image data from the client terminal, whereby the image data is notified from the server apparatus 3. Another example of the client 2 is a filing center terminal for storing documents.

サーバ装置3は、図1に示されるように、メモリ3aと、使用メモリ量情報3b、データ構成情報3c、要求実行手段3d、メモリ管理手段3e、情報管理手段3fとを有する。   As shown in FIG. 1, the server device 3 includes a memory 3a, used memory amount information 3b, data configuration information 3c, request execution means 3d, memory management means 3e, and information management means 3f.

メモリ3aは、データを格納することができ、例えば、RAM(Random Access Memory)等の記憶装置である。または、このような物理的なメモリに限らず、Java(登録商標)VM(Virtual Machine)の割り当てでも構わない。   The memory 3a can store data and is, for example, a storage device such as a RAM (Random Access Memory). Alternatively, not only such physical memory but also Java (registered trademark) VM (Virtual Machine) allocation may be used.

使用メモリ量情報3bは、クライアント2が取得するデータの種類ごとにデータの実行履歴から算出したデータ量を表す。例えば、上記のクライアント2がクライアントのクライアント端末である場合には、使用メモリ量情報3bは、サーバ装置3がクライアント2からの要求に応じて帳票の画像データに関して所定の処理を実行した際の実行した画像データの実際のデータ量に基づいて算出した画像データの種類ごとのデータ量である。   The used memory amount information 3b represents the data amount calculated from the data execution history for each type of data acquired by the client 2. For example, when the client 2 is the client terminal of the client, the used memory amount information 3b is executed when the server device 3 executes a predetermined process on the image data of the form in response to a request from the client 2. The amount of data for each type of image data calculated based on the actual amount of image data.

データ構成情報3cは、実行種別ごとのデータの種類の構成を表す。例えば、複数種類の帳票が存在する場合に、サーバ装置3がこのような帳票の画像データに対して所定の処理を実行する場合に、実行される画像データの種類の構成を表す。   The data configuration information 3c represents the configuration of the data type for each execution type. For example, when there are a plurality of types of forms, the configuration of the type of image data to be executed when the server apparatus 3 executes a predetermined process on the image data of such a form is shown.

要求実行手段3dは、使用メモリ量情報3bから、クライアント2からの要求に応じて実行するデータの種類に対応するデータ量を特定する。
メモリ管理手段3eは、要求実行手段3dが特定したデータ量をメモリ3aに割り当てる。
The request execution means 3d specifies the data amount corresponding to the type of data to be executed in response to the request from the client 2 from the used memory amount information 3b.
The memory management unit 3e allocates the data amount specified by the request execution unit 3d to the memory 3a.

情報管理手段3fは、クライアント2からの要求に応じて実行したデータの実際のデータ量に基づいて使用メモリ量情報3bを更新する。また、使用メモリ量情報3b及びデータ構成情報3cの情報を要求実行手段3dに通知する。   The information management means 3f updates the used memory amount information 3b based on the actual data amount of data executed in response to a request from the client 2. Further, the request execution means 3d is notified of information on the used memory amount information 3b and the data configuration information 3c.

このような構成を備えるサーバ装置3によるメモリ管理方法について説明する。
サーバ装置3に、クライアント2から、例えば、データの格納要求またはデータの取り出し要求が通知されると、要求実行手段3dは当該要求に応じて実行するデータの種類に対応するデータ量を情報管理手段3fを介して使用メモリ量情報3bから特定する。
A memory management method by the server device 3 having such a configuration will be described.
When the server 2 is notified of, for example, a data storage request or a data retrieval request from the client 2, the request execution means 3d determines the data amount corresponding to the type of data to be executed in response to the request as information management means. It is specified from the used memory amount information 3b via 3f.

メモリ管理手段3eはメモリ3aに十分な容量があることを確認して特定したデータ量をメモリ3aに割り当てる。
この後、要求実行手段3dは、割り当てられたメモリ3aに要求実行のデータを適切に読み込ませることでクライアント2からの要求に基づいた処理を当該データに実行する。
The memory management means 3e confirms that the memory 3a has a sufficient capacity and allocates the specified data amount to the memory 3a.
Thereafter, the request execution unit 3d executes the processing based on the request from the client 2 on the data by appropriately reading the requested execution data into the allocated memory 3a.

また、情報管理手段3fは、このようにしてクライアント2からの要求に応じて実行したデータの実際のデータ量を使用メモリ量情報3bに反映させて、使用メモリ量情報3bを更新することができる。   Further, the information management unit 3f can update the used memory amount information 3b by reflecting the actual data amount of the data executed in response to the request from the client 2 in the used memory amount information 3b. .

このようにサーバ装置3は、クライアント2が取得するデータの種類ごとにデータの実行履歴から算出したデータ量を表す使用メモリ量情報3bから、クライアント2からの要求に応じて実行するデータの種類に対応するデータ量を特定し、特定したデータ量をメモリ3aに割り当てるようにした。このため、メモリ3aの容量に対してデータ量を効率的に割り当てることが可能となる。したがって、1台のサーバ装置3に対して接続できるクライアント2の台数を増加させることが可能となり、サーバ装置3の増設を防ぎ、サーバ装置3の導入コストを抑制することができる。   As described above, the server device 3 changes the used memory amount information 3b representing the amount of data calculated from the data execution history for each type of data acquired by the client 2 to the type of data to be executed in response to a request from the client 2. The corresponding data amount is specified, and the specified data amount is assigned to the memory 3a. For this reason, it becomes possible to efficiently allocate the data amount to the capacity of the memory 3a. Therefore, it is possible to increase the number of clients 2 that can be connected to one server device 3, prevent an increase in the number of server devices 3, and suppress the introduction cost of the server device 3.

また、使用メモリ量情報3bは、クライアント2からの要求に応じて実行したデータの実際のデータ量が反映されるため、使用メモリ量情報3bのデータ量は随時更新されるようになり、使用メモリ量情報3bのデータ量の信頼性が向上する。   Further, since the used memory amount information 3b reflects the actual data amount of the data executed in response to the request from the client 2, the used memory amount information 3b is updated as needed. The reliability of the data amount of the amount information 3b is improved.

[第2の実施の形態]
第2の実施の形態では、第1の実施の形態で金融機関を想定して、情報処理システム1が営業店システム、クライアント2がクライアント端末である場合を例に挙げてより具体的に説明する。特に、帳票読取ユニットで読み取った帳票の画像データを利用して説明する。
[Second Embodiment]
In the second embodiment, assuming a financial institution in the first embodiment, a case where the information processing system 1 is a branch office system and the client 2 is a client terminal will be described more specifically as an example. . In particular, description will be made using image data of a form read by a form reading unit.

図2は第2の実施の形態に係るクライアント及びサーバを備える取引システムを説明するための図である。
金融機関の店舗内には、図2に示されるように、複数のクライアント20とサーバ30とが相互に通信可能に接続されている営業店システム10が構築されている。
FIG. 2 is a diagram for explaining a transaction system including a client and a server according to the second embodiment.
In the store of the financial institution, as shown in FIG. 2, a branch office system 10 is constructed in which a plurality of clients 20 and a server 30 are connected to be able to communicate with each other.

このような営業店システム10では、クライアント20からサーバ30に対してデータの格納及びデータの取り出し要求を行うことができる。また、サーバ30は各クライアント20からの要求に応じて処理を実行してデータの格納及び取り出したデータの通知を行うことができる。   In such a branch office system 10, data storage and data retrieval requests can be made from the client 20 to the server 30. In addition, the server 30 can execute processing in response to a request from each client 20 to notify data stored and retrieved data.

次に、このように店舗内に構築されている営業店システム10を構成するクライアント20及びサーバ30について説明する。
図3は、第2の実施の形態に係るクライアント及び周辺装置のハードウェア構成例を示す図である。
Next, the client 20 and the server 30 that constitute the sales office system 10 constructed in the store will be described.
FIG. 3 is a diagram illustrating a hardware configuration example of the client and the peripheral device according to the second embodiment.

クライアント20は、図3に示されるように、クライアント端末20aを備え、当該クライアント端末20aにタッチパネル20bと、キーボード20c、マウス20d、帳票読取ユニット20e、通帳プリンタユニット20f、現金処理ユニット20g等との各ユニットがそれぞれ接続されている。また、タッチパネル20bと、キーボード20c、帳票読取ユニット20e、通帳プリンタユニット20f、現金処理ユニット20gとがクライアント端末20aから取り付け及び取り外し可能となっている。   As shown in FIG. 3, the client 20 includes a client terminal 20a. The client terminal 20a includes a touch panel 20b, a keyboard 20c, a mouse 20d, a form reading unit 20e, a passbook printer unit 20f, a cash processing unit 20g, and the like. Each unit is connected. A touch panel 20b, a keyboard 20c, a form reading unit 20e, a passbook printer unit 20f, and a cash processing unit 20g can be attached and detached from the client terminal 20a.

クライアント端末20aは、接続されている各ユニットをそれぞれ制御し、各ユニットが取得した情報が通知されて、通知された情報に基づいた処理を実行する。また、クライアント端末20aはサーバ30にも通信可能に接続されている。   The client terminal 20a controls each connected unit, is notified of information acquired by each unit, and executes processing based on the notified information. The client terminal 20a is also connected to the server 30 so as to be communicable.

このようなクライアント端末20aは、CPU(Central Processing Unit)20a1と、RAM20a2、通信部20a3、グラフィック処理部20a4、HDD(Hard Disk Drive)20a5、入力インタフェース20a6、入出力制御部20a7とを備えており、これらの各部はバス20a8で相互に接続されている。   The client terminal 20a includes a CPU (Central Processing Unit) 20a1, a RAM 20a2, a communication unit 20a3, a graphic processing unit 20a4, an HDD (Hard Disk Drive) 20a5, an input interface 20a6, and an input / output control unit 20a7. These units are connected to each other by a bus 20a8.

CPU20a1は、HDD20a5等の記憶媒体に記憶された各種プログラムを実行することにより、このクライアント端末20a全体を統括的に制御する。
RAM20a2には、CPU20a1に実行させるOS(Operating System)並びにプログラムの少なくとも一部が一時的に格納される。RAM20a2には、CPU20a1により実行するデータに対応するデータ量が割り当てられる。また、必要な各種データが格納される。
The CPU 20a1 comprehensively controls the entire client terminal 20a by executing various programs stored in a storage medium such as the HDD 20a5.
The RAM 20a2 temporarily stores at least part of an OS (Operating System) and programs to be executed by the CPU 20a1. A data amount corresponding to data executed by the CPU 20a1 is allocated to the RAM 20a2. Various necessary data are also stored.

通信部20a3は、サーバ30、後述する現金処理ユニット20gと通信可能に、例えばLAN(Local Area Network)で接続されており、送受信信号の通信を行うことができる。   The communication unit 20a3 is connected to, for example, a LAN (Local Area Network) so as to be communicable with the server 30 and a cash processing unit 20g described later, and can perform transmission / reception signal communication.

グラフィック処理部20a4は、具体例としては、ビデオカード、グラフィックボードであって、CPU20a1からの命令に従って、タッチパネル20bに表示させる画像データを後述するタッチパネル20bのモニタ20b1に送信する。   As a specific example, the graphic processing unit 20a4 is a video card or a graphic board, and transmits image data to be displayed on the touch panel 20b to the monitor 20b1 of the touch panel 20b described later in accordance with a command from the CPU 20a1.

HDD20a5には、クライアント端末20a上のOSやアプリケーションのプログラムが格納される。また、HDD20a5には、CPU20a1による処理に必要な各種データが格納される。   The HDD 20a5 stores the OS and application programs on the client terminal 20a. The HDD 20a5 stores various data necessary for processing by the CPU 20a1.

入力インタフェース20a6は、顧客による操作入力を受け付けた後述するタッチパネル20bのタッチ検知部20b2、マウス20d及びキーボード20cから当該操作入力の情報を受信して、CPU20a1にそれぞれ通知する。   The input interface 20a6 receives information on the operation input from the touch detection unit 20b2, the mouse 20d, and the keyboard 20c of the touch panel 20b (described later) that has received the operation input from the customer, and notifies the CPU 20a1 of the information.

入出力制御部20a7には、帳票読取ユニット20e及び通帳プリンタユニット20fが接続されている。帳票読取ユニット20e及び通帳プリンタユニット20fは、バス20a8を介してCPU20a1と相互に信号の送受信を行う。   A form reading unit 20e and a passbook printer unit 20f are connected to the input / output control unit 20a7. The form reading unit 20e and the passbook printer unit 20f exchange signals with the CPU 20a1 via the bus 20a8.

また、タッチパネル20bは、通知された画像情報に基づいて画像を表示する例えばLCD(Liquid Crystal Display)であるモニタ20b1と、オペレータによる操作入力を受け付けるタッチ検知部20b2とを備える。   The touch panel 20b includes a monitor 20b1 that is an LCD (Liquid Crystal Display) that displays an image based on the notified image information, and a touch detection unit 20b2 that receives an operation input by an operator.

キーボード20cは、オペレータの操作入力に応じた文字情報を、入力インタフェース20a6を介してCPU20a1に通知する。
マウス20dは、オペレータの操作に応じた信号を入力インタフェース20a6に通知する。当該信号に応じて、モニタ20b1に表示されるカーソルの移動、クリックに対応した処理が実行される。
The keyboard 20c notifies the CPU 20a1 of character information corresponding to the operation input by the operator via the input interface 20a6.
The mouse 20d notifies the input interface 20a6 of a signal corresponding to the operation of the operator. In response to the signal, processing corresponding to the movement and click of the cursor displayed on the monitor 20b1 is executed.

帳票読取ユニット20eは、例えば、オーバーヘッドリーダにより1枚ずつ帳票の画像データを読み取るもの、または、ADF(Auto Document Feeder)が設けられた帳票読取装置により種類が混合した複数枚の帳票の画像を連続して読み取るもの等である。このような帳票読取ユニット20eはオペレータによる操作入力に応じて、帳票の画像データを読み取り、読み取った画像データを入出力制御部20a7を介してCPU20a1に通知する。   The form reading unit 20e reads, for example, the image data of the form one by one with an overhead reader, or the images of a plurality of forms mixed by a form reading apparatus provided with an ADF (Auto Document Feeder). And so on. Such a form reading unit 20e reads the image data of the form in response to an operation input by the operator, and notifies the read image data to the CPU 20a1 via the input / output control unit 20a7.

通帳プリンタユニット20fは、オペレータにより挿入された通帳を所定位置まで搬送し、オペレータからの実行指示に応じた処理の処理結果を記録する。また、通帳プリンタユニット20fは、処理結果の記録が完了した通帳を搬送して、オペレータに返却する。   The bankbook printer unit 20f conveys the bankbook inserted by the operator to a predetermined position, and records the processing result of the process according to the execution instruction from the operator. The passbook printer unit 20f transports the passbook for which the processing result has been recorded and returns it to the operator.

現金処理ユニット20gは、紙幣挿入/放出口から挿入された紙幣を受け入れて、紙幣をそれぞれ計数する。また、オペレータの所定の実行指示に応じて、紙幣挿入/放出口から処理に応じた額の紙幣をそれぞれ放出することができる。   The cash processing unit 20g receives banknotes inserted from the banknote insertion / discharge port and counts the banknotes. Moreover, according to a predetermined | prescribed execution instruction of an operator, the banknote of the amount according to a process can be discharge | released from a banknote insertion / discharge port, respectively.

このようなタッチパネル20bと、キーボード20c、マウス20d、帳票読取ユニット20e、通帳プリンタユニット20f、現金処理ユニット20gとは、CPU20a1によってそれぞれ制御される。   The touch panel 20b, the keyboard 20c, the mouse 20d, the form reading unit 20e, the passbook printer unit 20f, and the cash processing unit 20g are controlled by the CPU 20a1, respectively.

図4は、第2の実施の形態に係るサーバのハードウェア構成例を示す図である。
なお、これらは図3のクライアント端末20aが保持する構成と同じであるためにそれぞれの詳細な説明は省略する。
FIG. 4 is a diagram illustrating a hardware configuration example of the server according to the second embodiment.
Since these are the same as the configurations held by the client terminal 20a in FIG. 3, detailed descriptions thereof are omitted.

サーバ30は、図4に示されるように、CPU30aと、RAM30b、通信部30c、モニタ30hが接続されたグラフィック処理部30d、HDD30e、キーボード30i及びマウス30jがそれぞれ接続された入力インタフェース30fとを備えており、これらの各部はバス30gで相互に接続されている。   As shown in FIG. 4, the server 30 includes a CPU 30a, a RAM 30b, a communication unit 30c, a graphic processing unit 30d to which a monitor 30h is connected, an HDD 30e, a keyboard 30i, and an input interface 30f to which a mouse 30j is connected. These parts are connected to each other by a bus 30g.

次に、このようなサーバ30が備える機能について説明する。
図5は、第2の実施の形態に係るサーバが備える機能を示すブロック図である。
サーバ30は、クライアント端末20aからの要求に応じて実行する帳票の画像データの種類に対応するデータ量を予め特定して、特定したデータ量をメモリ部に割り当てることでメモリ部を効率的に使用することができるものである。
Next, functions provided in such a server 30 will be described.
FIG. 5 is a block diagram illustrating functions provided in the server according to the second embodiment.
The server 30 specifies the data amount corresponding to the type of image data of the form to be executed in response to the request from the client terminal 20a in advance, and efficiently uses the memory unit by assigning the specified data amount to the memory unit. Is something that can be done.

このようなサーバ30は、メモリ部31と、メモリ統計情報保持部32、帳票情報保持部33とを備える。さらに、受付部34と、要求実行部35、情報管理部36、メモリ管理部37、帳票情報制御部38、応答部39とを備える。   Such a server 30 includes a memory unit 31, a memory statistical information holding unit 32, and a form information holding unit 33. Furthermore, it includes a reception unit 34, a request execution unit 35, an information management unit 36, a memory management unit 37, a form information control unit 38, and a response unit 39.

メモリ部31は、例えば、共有メモリ、JavaVMのメモリ等である。
メモリ統計情報保持部32は、メモリ部31及び帳票の画像データ等に関する情報を保持する。
The memory unit 31 is, for example, a shared memory, a JavaVM memory, or the like.
The memory statistical information holding unit 32 holds information regarding the memory unit 31 and image data of the form.

図6は、第2の実施の形態に係るサーバのメモリ統計情報保持部を保持する情報を示す図である。
メモリ統計情報保持部32には、使用メモリ量情報32aと、帳票データ量情報32b、案件構成情報32c、メモリ状態情報32dとを保持している。
FIG. 6 is a diagram illustrating information stored in the memory statistical information storage unit of the server according to the second embodiment.
The memory statistical information holding unit 32 holds used memory amount information 32a, form data amount information 32b, item configuration information 32c, and memory state information 32d.

図7は、第2の実施の形態に係るメモリ統計情報保持部が保持する情報を示す図である。
なお、図7(A)〜(D)は、使用メモリ量情報32aと、帳票データ量情報32b、案件構成情報32c、メモリ状態情報32dとをそれぞれ表している。
FIG. 7 is a diagram illustrating information held by the memory statistical information holding unit according to the second embodiment.
7A to 7D show used memory amount information 32a, form data amount information 32b, item configuration information 32c, and memory state information 32d, respectively.

使用メモリ量情報32aは、図7(A)に示されるように、帳票種ごとのメモリ部31の各メモリ1〜3に対する使用メモリ量(平均)である。なお、帳票には、帳票種ごとに帳票1,2,3,…,Nの番号が付されている。例えば、帳票種の「帳票1」はメモリ1に「300KB」のデータ量(平均)を、メモリ2に「50KB」のデータ量(平均)をそれぞれ使用する。   As shown in FIG. 7A, the used memory amount information 32a is the used memory amount (average) for each of the memories 1 to 3 in the memory unit 31 for each form type. The forms are numbered 1, 2, 3,..., N for each form type. For example, the form type “form 1” uses a data amount (average) of “300 KB” in the memory 1 and a data amount (average) of “50 KB” in the memory 2.

帳票データ量情報32bは、メモリ1〜3について、帳票種ごとの画像データのこれまでに実行された回数(頻度)と、最大データ量(最大)、最小データ量(最小)、平均データ量(平均)との情報である。なお、図7(B)では、メモリ1の場合のみを例に示している。これによれば、「帳票2」は、これまでに「12000回」実行されており、そのうち最大データ量は「500KB」で、最小データ量は「100KB」であり、平均データ量は「250KB」である。帳票データ量情報32bは、画像データが実際に実行されることで得られる実際のデータ量が随時反映される。そして、帳票データ量情報32bの平均データ量は、使用メモリ量情報32aの平均データ量に反映される。   The form data amount information 32b includes, for the memories 1 to 3, the number of times (frequency) the image data for each form type has been executed so far, the maximum data amount (maximum), the minimum data amount (minimum), and the average data amount ( Average). FIG. 7B shows only the case of the memory 1 as an example. According to this, “Form 2” has been executed “12000 times” so far, of which the maximum data amount is “500 KB”, the minimum data amount is “100 KB”, and the average data amount is “250 KB”. It is. The form data amount information 32b reflects the actual amount of data obtained by actually executing the image data as needed. The average data amount of the form data amount information 32b is reflected in the average data amount of the used memory amount information 32a.

案件構成情報32cは、図7(C)に示されるように、取引種別ごとの案件構成のデータである。なお、取引種別は、帳票の画像データの種類の構成を種別するものである。具体的には、例えば、銀行口座を開設する際には、申込書と本人確認証(免許書等)との2種の帳票(書類)が1枚ずつ必要となる。この場合には、「帳票1」として申込書と「帳票2」として本人確認証(コピー)とが1枚ずつ用いられる。図7(C)の場合には、取引種別の案件aは、帳票寸法がA4の「帳票1」(1枚)と、A3の「帳票2」(1枚)とで構成されている。また、取引種別の案件bは、帳票寸法がA3の「帳票2」(2枚)と、A4の「帳票3」(1枚)とで構成されている。また、このような取引種別は、クライアント端末20aからサーバ30に対して所望の処理実行要求と共に通知される。   The item configuration information 32c is item configuration data for each transaction type, as shown in FIG. The transaction type is for classifying the configuration of the image data type of the form. Specifically, for example, when opening a bank account, two types of forms (documents), that is, an application form and an identification card (license etc.) are required one by one. In this case, an application form is used as “form 1” and an identity confirmation (copy) is used as “form 2” one by one. In the case of FIG. 7C, the transaction type item “a” is composed of “form 1” (one sheet) with a form size A4 and “form 2” (one sheet) with A3. The transaction type item “b” is composed of “form 2” (two sheets) with a form dimension A3 and “form 3” (one sheet) with A4. Such a transaction type is notified from the client terminal 20a to the server 30 together with a desired process execution request.

メモリ状態情報32dは、図7(D)に示されるように、メモリ部31のメモリ種類に応じた各メモリ種類の最上限及び現在の使用メモリ量の情報である。例えば、「メモリ1」、「メモリ2」、「メモリ3」の使用メモリの最上限はそれぞれ、「3000MB」、「2000MB」、「1000MB」である。また、現在の使用メモリ量はそれぞれ「300MB」、「800MB」、「500MB」である。   As shown in FIG. 7D, the memory status information 32d is information on the maximum upper limit of each memory type and the current used memory amount according to the memory type of the memory unit 31. For example, the maximum memory used by “Memory 1”, “Memory 2”, and “Memory 3” is “3000 MB”, “2000 MB”, and “1000 MB”, respectively. Further, the current used memory amounts are “300 MB”, “800 MB”, and “500 MB”, respectively.

メモリ統計情報保持部32はこのような情報を保持している。
そして、帳票情報保持部33は、クライアント端末20aからの格納要求に基づき帳票の画像データを保持する。
The memory statistical information holding unit 32 holds such information.
The form information holding unit 33 holds the image data of the form based on the storage request from the client terminal 20a.

図8は、第2の実施の形態に係るサーバが格納する帳票情報を保持する帳票情報保持部を示す図である。
帳票情報保持部33は、図8に示されるように、図7(C)で説明した案件構成ごとに帳票の画像データを保持する。例えば、図8(A)では、「帳票1」(1枚)と、「帳票2」(1枚)とを案件aとして保持している。また、図8(B)では、「帳票2」(2枚)と、「帳票3」(1枚)とを案件bとして保持している。
FIG. 8 is a diagram illustrating a form information holding unit that holds form information stored in the server according to the second embodiment.
As shown in FIG. 8, the form information holding unit 33 holds image data of the form for each item configuration described with reference to FIG. For example, in FIG. 8A, “Form 1” (one sheet) and “Form 2” (one sheet) are held as a case a. In FIG. 8B, “Form 2” (two sheets) and “Form 3” (one sheet) are held as the case b.

帳票情報保持部33はこのような情報を保持している。
また、受付部34は、各クライアント端末20aからデータの格納要求を、サーバ30が保持するデータの取り出し要求をそれぞれ受け付ける。例えば、クライアント端末20aから読み取った帳票の画像データのサーバ30への格納要求と共に取引種別の情報を受け付ける。また、クライアント端末20aからサーバ30に対する所望の帳票の画像データの取り出し要求と共に取引種別の情報を受け付ける。受付部34はクライアント端末20aから受け付けた要求等を要求実行部35に出力する。
The form information holding unit 33 holds such information.
The accepting unit 34 accepts a data storage request from each client terminal 20 a and a data retrieval request held by the server 30. For example, the transaction type information is received together with a request to store the image data of the form read from the client terminal 20a in the server 30. In addition, the client terminal 20a accepts transaction type information together with a request to retrieve image data of a desired form from the server 30. The receiving unit 34 outputs a request received from the client terminal 20 a to the request execution unit 35.

要求実行部35は、受付部34から受け付けた要求等に基づいた処理を実行する。まず、受付部34から帳票の画像データの格納要求を受け付けた場合には、取引種別に基づきメモリ統計情報保持部32から画像データのデータ量の通知要求を情報管理部36に通知する。要求実行部35は通知されたデータ量に基づいたメモリ部31の割り当て要求をメモリ管理部37に通知する。要求実行部35はメモリ部31に読み込まれた画像データの帳票情報保持部33に対する格納要求を帳票情報制御部38に通知する。   The request execution unit 35 executes processing based on the request received from the reception unit 34. First, when a storage request for image data of a form is received from the reception unit 34, a notification request for the amount of image data is sent from the memory statistical information holding unit 32 to the information management unit 36 based on the transaction type. The request execution unit 35 notifies the memory management unit 37 of an allocation request for the memory unit 31 based on the notified data amount. The request execution unit 35 notifies the form information control unit 38 of a storage request for the image information read into the memory unit 31 to the form information holding unit 33.

また、受付部34から画像データの取り出し要求を受け付けた場合には、要求実行部35は取引種別に基づきメモリ統計情報保持部32から案件構成のデータの通知要求を情報管理部36に通知する。情報管理部36から通知された案件構成のデータを後述する応答部39からクライアント端末20aに通知する。また、格納要求の場合と同様にデータ量に基づいたメモリ部31の割り当て要求をメモリ管理部37に通知する。そして、メモリ部31に読み込まれた画像データを応答部39からクライアント端末20aに送信する。   When receiving a request for extracting image data from the receiving unit 34, the request execution unit 35 notifies the information management unit 36 of a notification request for data of the case configuration from the memory statistical information holding unit 32 based on the transaction type. The item configuration data notified from the information management unit 36 is notified to the client terminal 20a from the response unit 39 described later. Similarly to the case of the storage request, the memory management unit 37 is notified of an allocation request for the memory unit 31 based on the data amount. Then, the image data read into the memory unit 31 is transmitted from the response unit 39 to the client terminal 20a.

情報管理部36は、要求実行部35からの要求に基づきメモリ統計情報保持部32のデータを要求実行部35に通知する。また、帳票の画像データに所定の処理が実行されると、画像データの実際のデータ量をメモリ統計情報保持部32の帳票データ量情報32bに反映させて更新する。   The information management unit 36 notifies the request execution unit 35 of the data in the memory statistical information holding unit 32 based on the request from the request execution unit 35. When a predetermined process is executed on the image data of the form, the actual data amount of the image data is reflected in the form data amount information 32b of the memory statistical information holding unit 32 and updated.

メモリ管理部37は、要求実行部35からの要求に基づきメモリ部31に対して所定のデータ量を使用メモリ量として割り当て、また、当該データに関する所定の処理が完了するとメモリ部31に割り当てた使用メモリ量を開放する。   Based on a request from the request execution unit 35, the memory management unit 37 allocates a predetermined amount of data to the memory unit 31 as a used memory amount, and when the predetermined processing related to the data is completed, the usage allocated to the memory unit 31 Free up memory.

帳票情報制御部38は、要求実行部35からの要求に基づきメモリ部31に読み込ませた帳票の画像データを帳票情報保持部33に格納させ、また、帳票情報保持部33の帳票の画像データをメモリ部31に読み込ませる。   The form information control unit 38 causes the form information holding unit 33 to store the form image data read into the memory unit 31 based on the request from the request execution unit 35, and the form information data of the form information holding unit 33. The data is read into the memory unit 31.

応答部39は、要求実行部35の要求に基づいてクライアント端末20aにデータを応答する。
次に、サーバ30で行われるクライアント端末20aの要求に応じた帳票の画像データの格納処理について説明する。
The response unit 39 returns data to the client terminal 20a based on the request from the request execution unit 35.
Next, a process for storing the image data of the form in response to a request from the client terminal 20a performed by the server 30 will be described.

図9及び図10は、第2の実施の形態に係るサーバにおける帳票の画像データの読取格納処理を示すフローチャートである。
[ステップS10] 要求実行部35は、クライアント端末20aから受け付けた帳票の画像データの格納要求及び取引種別の情報を受付部34から取得する。
9 and 10 are flowcharts showing the reading and storing process of the form image data in the server according to the second embodiment.
[Step S <b> 10] The request execution unit 35 acquires from the reception unit 34 the storage request for the image data of the form received from the client terminal 20 a and the transaction type information.

[ステップS11] 要求実行部35は取引種別に基づいた案件構成のデータと案件構成に対応する画像データのデータ量との通知要求を情報管理部36に通知する。
情報管理部36は、メモリ統計情報保持部32の案件構成情報32cから取引種別に対応する案件構成のデータを特定し、当該案件を構成する帳票の画像データのデータ量を要求実行部35に通知する。
[Step S <b> 11] The request execution unit 35 notifies the information management unit 36 of a notification request for the data of the item configuration based on the transaction type and the data amount of the image data corresponding to the item configuration.
The information management unit 36 identifies the item configuration data corresponding to the transaction type from the item configuration information 32c of the memory statistical information holding unit 32, and notifies the request execution unit 35 of the data amount of the image data of the form constituting the item. To do.

要求実行部35は取引種別に対応した案件構成のデータ及び各帳票の画像データのデータ量を取得する。
[ステップS12] 要求実行部35は、帳票iに1をセットする。
The request execution unit 35 acquires the data amount of the item configuration data corresponding to the transaction type and the image data of each form.
[Step S12] The request execution unit 35 sets 1 to the form i.

[ステップS13] 要求実行部35は、ステップS11で取得した帳票の画像データに帳票iに対応する画像データの有無を判定する。
判定の結果、帳票iに対応する帳票の画像データがある場合にはステップS14に進められ、無い場合にはステップS20(図10)に進められる。
[Step S13] The request execution unit 35 determines the presence or absence of image data corresponding to the form i in the image data of the form acquired in step S11.
As a result of the determination, if there is form image data corresponding to the form i, the process proceeds to step S14; otherwise, the process proceeds to step S20 (FIG. 10).

[ステップS14] 要求実行部35は、帳票iの画像データのデータ量を当該帳票iの使用メモリ量とする。
[ステップS15] 要求実行部35は、メモリ部31に対するステップS14の帳票iの画像データの使用メモリ量の空きの有無の判定要求をメモリ管理部37に通知する。
[Step S14] The request execution unit 35 sets the data amount of the image data of the form i as the used memory amount of the form i.
[Step S15] The request execution unit 35 notifies the memory management unit 37 of a request for determining whether or not the memory amount of the image data of the form i in Step S14 is empty.

メモリ管理部37の判定結果、ステップS14で取得した使用メモリ量の空きがある場合にはステップS16に進められ、空きが無い場合にはステップS25(図10)に進められる。   As a result of the determination by the memory management unit 37, if the used memory amount acquired in step S14 is free, the process proceeds to step S16, and if there is no free space, the process proceeds to step S25 (FIG. 10).

[ステップS16] メモリ管理部37はメモリ部31にステップS14の使用メモリ量を割り当てる。
[ステップS17] メモリ管理部37はメモリ部31に対する使用メモリ量の割り当てが正常に行われたか否かを判定する。
[Step S <b> 16] The memory management unit 37 allocates the used memory amount of Step S <b> 14 to the memory unit 31.
[Step S <b> 17] The memory management unit 37 determines whether the used memory amount is normally allocated to the memory unit 31.

判定の結果、使用メモリ量の割り当てが正常に行われた場合にはステップS18に進められ、正常に行われなかった場合にはステップS25(図10)に進められる。
[ステップS18] 要求実行部35は、ステップS16で割り当てた使用メモリ量によるメモリ統計情報保持部32のメモリ状態情報32dの更新要求を情報管理部36に通知して、情報管理部36は当該更新要求に基づいてメモリ統計情報保持部32のメモリ状態情報32dを更新する。
As a result of the determination, when the allocation of the used memory amount is normally performed, the process proceeds to step S18, and when it is not normally performed, the process proceeds to step S25 (FIG. 10).
[Step S18] The request execution unit 35 notifies the information management unit 36 of an update request for the memory state information 32d of the memory statistical information holding unit 32 based on the used memory amount allocated in step S16, and the information management unit 36 performs the update. Based on the request, the memory status information 32d of the memory statistical information holding unit 32 is updated.

[ステップS19] 要求実行部35は、帳票iに対応する帳票の画像データが他にもあるか否かを判定する。
判定の結果、帳票iに対応する帳票の画像データが他にもある場合にはステップS14に再び進められ、他に無い場合にはステップS20(図10)に進められる。
[Step S19] The request execution unit 35 determines whether there is any other image data of the form corresponding to the form i.
As a result of the determination, if there is another image data of the form corresponding to the form i, the process proceeds again to step S14, and if there is no other image data, the process proceeds to step S20 (FIG. 10).

[ステップS20] 要求実行部35は、帳票iに1を加えて、帳票i+1をセットする。
[ステップS21] 要求実行部35は、セットした帳票iのiがN以下であるか否かを判定する。
[Step S20] The request execution unit 35 adds 1 to the form i and sets the form i + 1.
[Step S21] The request execution unit 35 determines whether i of the set form i is N or less.

判定の結果、N以下である場合にはステップS12に再び進められ、Nを超える場合にはステップS22に進められる。
[ステップS22] 要求実行部35は、案件構成のデータの格納要求を帳票情報制御部38に通知すると、帳票情報制御部38は帳票情報保持部33に案件構成のデータを格納する。
As a result of the determination, if it is N or less, the process proceeds again to step S12, and if it exceeds N, the process proceeds to step S22.
[Step S <b> 22] When the request execution unit 35 notifies the form information control unit 38 of a storage request for the case configuration data, the form information control unit 38 stores the case configuration data in the form information holding unit 33.

[ステップS23] 要求実行部35は、クライアント端末20aから帳票の画像データが通知されて、当該画像データをメモリ部31に読み込ませる。そして、メモリ部31に読み込ませた帳票の画像データの格納要求を帳票情報制御部38に通知する。   [Step S23] The request execution unit 35 is notified of the image data of the form from the client terminal 20a, and causes the memory unit 31 to read the image data. Then, it notifies the form information control unit 38 of a storage request for the image data of the form read into the memory unit 31.

帳票情報制御部38は、格納要求に基づき、メモリ部31から帳票の画像データを帳票情報保持部33の案件構成に対して格納する。
[ステップS24] 要求実行部35は、メモリ部31に読み込ませた帳票の画像データの実際のデータ量に基づいた帳票データ量情報の更新要求を情報管理部36に通知する。
The form information control unit 38 stores the image data of the form from the memory unit 31 in the case configuration of the form information holding unit 33 based on the storage request.
[Step S24] The request execution unit 35 notifies the information management unit 36 of an update request for the form data amount information based on the actual data amount of the form image data read into the memory unit 31.

情報管理部36は更新要求に基づいて帳票データ量情報32bに実際のデータ量を反映して、帳票データ量情報32bを更新する。
[ステップS25] 要求実行部35は、クライアント端末20aの要求がエラーであった旨を応答部39からクライアント端末20aに通知する。
Based on the update request, the information management unit 36 reflects the actual data amount in the form data amount information 32b and updates the form data amount information 32b.
[Step S25] The request execution unit 35 notifies the client terminal 20a from the response unit 39 that the request from the client terminal 20a is an error.

[ステップS26] 要求実行部35は、メモリ部31に割り当てた使用メモリ量の開放要求をメモリ管理部37に通知する。
メモリ管理部37は、メモリ部31のメモリ量を開放する。
[Step S <b> 26] The request execution unit 35 notifies the memory management unit 37 of a request to release the used memory amount allocated to the memory unit 31.
The memory management unit 37 releases the memory amount of the memory unit 31.

[ステップS27] 要求実行部35は、ステップS26で割り当てた使用メモリ量によるメモリ統計情報保持部32のメモリ状態情報32dの更新要求を情報管理部36に通知して、情報管理部36は当該更新要求に基づいてメモリ統計情報保持部32のメモリ状態情報32dを更新する。   [Step S27] The request execution unit 35 notifies the information management unit 36 of an update request for the memory state information 32d of the memory statistical information holding unit 32 based on the used memory amount allocated in step S26, and the information management unit 36 performs the update. Based on the request, the memory status information 32d of the memory statistical information holding unit 32 is updated.

次に、このようなサーバ30による画像データの読取格納処理の具体例についてシーケンス図を用いて説明する。
図11は、第2の実施の形態に係るサーバにおける帳票の画像データの読取格納処理の場合のシーケンス図である。
Next, a specific example of such image data reading and storing processing by the server 30 will be described with reference to a sequence diagram.
FIG. 11 is a sequence diagram in the case of reading and storing processing of image data of a form in the server according to the second embodiment.

[ステップS30] クライアント端末20aは帳票読取ユニット20eで読み取った帳票1,2から構成される案件aを取引種別とする格納要求をサーバ30に通知する。
サーバ30の受付部34は、当該取引種別を受け付けると、要求実行部35に通知する(図9:ステップS10)。
[Step S <b> 30] The client terminal 20 a notifies the server 30 of a storage request in which the transaction “a” is composed of the forms 1 and 2 read by the form reading unit 20 e.
When accepting the transaction type, the accepting unit 34 of the server 30 notifies the request executing unit 35 (FIG. 9: Step S10).

[ステップS31] 要求実行部35は取引種別に基づいた案件構成(案件a)のデータと案件構成の帳票1,2の画像データのデータ量との通知要求を情報管理部36に通知する(図9:ステップS11)。   [Step S31] The request execution unit 35 notifies the information management unit 36 of a notification request for the data of the case configuration (case a) based on the transaction type and the data amount of the image data of the forms 1 and 2 of the case configuration (FIG. 9: Step S11).

[ステップS32] 情報管理部36は、メモリ統計情報保持部32の案件構成情報32cから取引種別に対応する案件構成(案件a)のデータを特定し、当該案件aを構成する帳票1,2の画像データのデータ量を要求実行部35に通知する。   [Step S32] The information management unit 36 identifies the data of the case configuration (case a) corresponding to the transaction type from the case configuration information 32c of the memory statistical information holding unit 32, and the forms 1 and 2 constituting the case a are identified. The request execution unit 35 is notified of the amount of image data.

要求実行部35は取引種別に対応した案件構成(案件a)のデータ、帳票1の画像データのデータ量(メモリ1:500KB、メモリ2:50KB)と、帳票2の画像データのデータ量(メモリ1:250KB)とを取得する(図9:ステップS11)。   The request execution unit 35 stores the data of the item structure (item a) corresponding to the transaction type, the amount of image data of the form 1 (memory 1: 500 KB, memory 2: 50 KB), and the amount of image data of the form 2 (memory). 1: 250 KB) (FIG. 9: Step S11).

[ステップS33] 要求実行部35は、まず、取得した帳票1の画像データのデータ量を使用メモリ量として、当該使用メモリ量の割り当て要求をメモリ管理部37に通知する(図9:ステップS12〜S14)。   [Step S33] The request execution unit 35 first notifies the memory management unit 37 of an allocation request for the used memory amount by using the acquired amount of image data of the form 1 as the used memory amount (FIG. 9: Steps S12 to S12). S14).

[ステップS34] メモリ管理部37は、メモリ部31に十分な空きがあることを判定して、通知された帳票1のデータ量に対応する使用メモリ量をメモリ部31に正常に割り当てる(図9:ステップS15〜S17)。   [Step S34] The memory management unit 37 determines that there is sufficient space in the memory unit 31, and normally allocates the used memory amount corresponding to the notified data amount of the form 1 to the memory unit 31 (FIG. 9). : Steps S15 to S17).

[ステップS35] 要求実行部35は、帳票1の画像データの使用メモリ量によるメモリ統計情報保持部32のメモリ状態情報32dの更新要求を情報管理部36に通知して、情報管理部36は当該更新要求に基づいてメモリ統計情報保持部32のメモリ状態情報32dを更新する(図9:ステップS18)。   [Step S35] The request execution unit 35 notifies the information management unit 36 of an update request for the memory status information 32d of the memory statistical information holding unit 32 based on the used memory amount of the image data of the form 1, and the information management unit 36 Based on the update request, the memory status information 32d of the memory statistical information holding unit 32 is updated (FIG. 9: Step S18).

なお、帳票2についてもステップS33〜S35と同様の処理を実行する。
[ステップS36] 要求実行部35は、案件構成のデータの格納要求を帳票情報制御部38に通知する(図10:ステップS22)。
Note that the same processing as steps S33 to S35 is executed for the form 2 as well.
[Step S36] The request execution unit 35 notifies the form information control unit 38 of a storage request for the data of the case configuration (FIG. 10: Step S22).

[ステップS37] 帳票情報制御部38は帳票情報保持部33に案件aのデータを格納する(図10:ステップS22)。
[ステップS38] クライアント端末20aは帳票1,2の画像データをサーバ30に通知する。
[Step S37] The form information control unit 38 stores the data of the case a in the form information holding unit 33 (FIG. 10: step S22).
[Step S38] The client terminal 20a notifies the server 30 of the image data of the forms 1 and 2.

サーバ30の受付部34は、当該画像データを受け付けると、要求実行部35に通知する(図10:ステップS23)。
[ステップS39] 要求実行部35は、帳票1,2の画像データをメモリ部31に読み込ませる(図10:ステップS23)。
When receiving the image data, the receiving unit 34 of the server 30 notifies the request execution unit 35 (FIG. 10: step S23).
[Step S39] The request execution unit 35 reads the image data of the forms 1 and 2 into the memory unit 31 (FIG. 10: Step S23).

[ステップS40] メモリ部31に読み込ませた帳票1,2の画像データの格納要求を帳票情報制御部38に通知する(図10:ステップS23)。
[ステップS41] 帳票情報制御部38は、格納要求に基づき、帳票1,2の画像データを帳票情報保持部33の案件構成に対して格納する(図10:ステップS23)。
[Step S40] The storage request of the image data of the forms 1 and 2 read into the memory unit 31 is notified to the form information control unit 38 (FIG. 10: step S23).
[Step S41] Based on the storage request, the form information control unit 38 stores the image data of the forms 1 and 2 in the case configuration of the form information holding unit 33 (FIG. 10: step S23).

[ステップS42] 要求実行部35は、メモリ部31に読み込ませた帳票1,2の画像データの実際のデータ量に基づいた帳票データ量情報32bの更新要求を情報管理部36に通知する。   [Step S42] The request execution unit 35 notifies the information management unit 36 of an update request for the form data amount information 32b based on the actual data amount of the image data of the forms 1 and 2 read into the memory unit 31.

情報管理部36は更新要求に基づいて帳票データ量情報32bに帳票1,2の画像データの実際のデータ量を反映して、帳票データ量情報32bを更新する(図10:ステップS24)。   Based on the update request, the information management unit 36 reflects the actual data amount of the image data of the forms 1 and 2 in the form data amount information 32b to update the form data amount information 32b (FIG. 10: Step S24).

[ステップS43] 要求実行部35は、メモリ部31に割り当てた帳票1,2の画像データの使用メモリ量の開放要求をメモリ管理部37に通知する。メモリ管理部37は、メモリ部31のメモリ量を開放する(図10:ステップS26)。   [Step S <b> 43] The request execution unit 35 notifies the memory management unit 37 of a request to release the used memory amount of the image data of the forms 1 and 2 allocated to the memory unit 31. The memory management unit 37 releases the memory amount of the memory unit 31 (FIG. 10: step S26).

[ステップS44] メモリ管理部37は、メモリ部31のメモリ量を開放する(図10:ステップS26)。
[ステップS45] 要求実行部35は、帳票1,2の画像データの使用メモリ量によるメモリ統計情報保持部32のメモリ状態情報32dの更新要求を情報管理部36に通知して、情報管理部36は当該更新要求に基づいてメモリ統計情報保持部32のメモリ状態情報32dを更新する(図10:ステップS27)。
[Step S44] The memory management unit 37 releases the memory capacity of the memory unit 31 (FIG. 10: step S26).
[Step S45] The request execution unit 35 notifies the information management unit 36 of an update request for the memory status information 32d of the memory statistical information holding unit 32 based on the amount of used memory of the image data of the forms 1 and 2, and the information management unit 36 Updates the memory status information 32d of the memory statistical information holding unit 32 based on the update request (FIG. 10: step S27).

このようにサーバ30は、クライアント端末20aが帳票読取ユニット20eで読み取った帳票の画像データの種類ごとに画像データの実行履歴から算出したデータ量を表す使用メモリ量情報32aから、クライアント端末20aからの読取格納要求に応じて格納する帳票の画像データの種類に対応するデータ量を特定し、特定したデータ量をメモリ部31に割り当てるようにした。このため、メモリ部31の容量に対して帳票の画像データのデータ量を効率的に割り当てることが可能となる。したがって、1台のサーバ30に対して接続できるクライアント端末20aの台数を増加させることが可能となり、サーバ30の増設を防ぎ、サーバ30の導入コストを抑制することができる。   As described above, the server 30 uses the memory usage information 32a representing the data amount calculated from the execution history of the image data for each type of image data of the form read by the form reading unit 20e by the client terminal 20a, from the client terminal 20a. A data amount corresponding to the type of image data of the form to be stored in response to the reading and storing request is specified, and the specified data amount is assigned to the memory unit 31. Therefore, it is possible to efficiently allocate the data amount of the form image data to the capacity of the memory unit 31. Therefore, the number of client terminals 20a that can be connected to one server 30 can be increased, and the server 30 can be prevented from being added and the introduction cost of the server 30 can be suppressed.

また、クライアント端末20aからの読取格納要求に応じて実行した帳票の画像データの実際のデータ量が使用メモリ量情報32aに反映されて更新されるため、使用メモリ量情報32aのデータ量の信頼性が向上する。したがって、メモリ部31に対して使用メモリ量をより適切に割り当てることができるようになる。   Further, since the actual data amount of the image data of the form executed in response to the reading / storage request from the client terminal 20a is reflected and updated in the used memory amount information 32a, the reliability of the data amount of the used memory amount information 32a is updated. Will improve. Therefore, the used memory amount can be more appropriately allocated to the memory unit 31.

[第3の実施の形態]
第3の実施の形態では、第2の実施の形態にクライアント20のクライアント端末20aがサーバ30に対して取り出し要求を通知する場合について説明する。
[Third Embodiment]
In the third embodiment, a case will be described in which the client terminal 20a of the client 20 notifies the server 30 of an extraction request in the second embodiment.

なお、第3の実施の形態においても、第2の実施の形態のクライアント20とサーバ30とを備える営業店システム10を利用する(図2〜図9)。
このようなサーバ30で行われるクライアント端末20aの要求に応じた帳票の画像データの取り出し処理について説明する。
In the third embodiment, the branch office system 10 including the client 20 and the server 30 according to the second embodiment is used (FIGS. 2 to 9).
A process for taking out image data of a form in response to a request from the client terminal 20a performed in the server 30 will be described.

図12〜図14は、第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理を示すフローチャートである。
なお、図9,図10のフローチャートで実行される処理と同じ処理が行われるものにはそれらと同じステップ番号を付しており、それらについては簡単に説明する。
FIG. 12 to FIG. 14 are flowcharts showing the process of extracting form image data in the server according to the third embodiment.
In addition, the same step number is attached | subjected to what performs the same process as the process performed with the flowchart of FIG. 9, FIG. 10, and they are demonstrated easily.

[ステップS50] 要求実行部35は、クライアント端末20aから通知された任意の帳票から構成される案件の取り出し要求を受付部34から取得する。
[ステップS51] 要求実行部35は、取り出し対象の案件構成のデータの通知要求を帳票情報制御部38に通知する。
[Step S <b> 50] The request execution unit 35 acquires from the reception unit 34 a request to retrieve a case composed of an arbitrary form notified from the client terminal 20 a.
[Step S <b> 51] The request execution unit 35 notifies the form information control unit 38 of a notification request for data of the item configuration to be extracted.

帳票情報制御部38は、通知された案件構成のデータを帳票情報保持部33から特定し、当該データを要求実行部35に通知する。
要求実行部35は案件構成のデータをクライアント端末20aに送信する。
The form information control unit 38 identifies the notified item configuration data from the form information holding unit 33 and notifies the request execution unit 35 of the data.
The request execution unit 35 transmits the item configuration data to the client terminal 20a.

[ステップS11〜S21] 取り出し対象の案件を構成する帳票の画像データのデータ量に対応する使用メモリ量をメモリ部31に割り当てる。
[ステップS52] 要求実行部35は、帳票i=1をセットする。
[Steps S <b> 11 to S <b> 21] An amount of used memory corresponding to the data amount of the image data of the form constituting the item to be extracted is allocated to the memory unit 31.
[Step S52] The request execution unit 35 sets the form i = 1.

[ステップS53] 要求実行部35は、取り出し対象の案件構成に帳票iが含まれているか否かを判定する。
判定の結果、取り出し対象の案件構成に帳票iが含まれている場合にはステップS54に進められ、含まれていない場合にはステップS57に進められる。
[Step S53] The request execution unit 35 determines whether or not the form i is included in the item configuration to be extracted.
As a result of the determination, if the form i to be taken out includes the form i, the process proceeds to step S54, and if not, the process proceeds to step S57.

[ステップS54] 帳票情報制御部38は、要求実行部35からの要求に応じて帳票情報保持部33から帳票iの画像データを取り出す。そして、取り出した帳票iの画像データをメモリ部31の割り当てた所定箇所に出力する。   [Step S <b> 54] The form information control unit 38 extracts the image data of the form i from the form information holding unit 33 in response to a request from the request execution unit 35. Then, the image data of the retrieved form i is output to a predetermined location assigned in the memory unit 31.

[ステップS55] 要求実行部35は、メモリ部31の所定箇所に出力された帳票iの画像データを応答部39からクライアント端末20aに送信する。
[ステップS56] 要求実行部35は、帳票iに対応する帳票の画像データが他にもあるか否かを判定する。
[Step S55] The request execution unit 35 transmits the image data of the form i output to a predetermined location in the memory unit 31 from the response unit 39 to the client terminal 20a.
[Step S56] The request execution unit 35 determines whether there is another image data of the form corresponding to the form i.

判定の結果、帳票iに対応する帳票の画像データが他にもある場合にはステップS54に再び進められ、他に無い場合にはステップS57に進められる。
[ステップS57] 要求実行部35は、帳票iに1を加えて、帳票i+1をセットする。
As a result of the determination, if there is other image data of the form corresponding to the form i, the process proceeds again to step S54, and if there is no other image data, the process proceeds to step S57.
[Step S57] The request execution unit 35 adds 1 to the form i and sets the form i + 1.

[ステップS58] 要求実行部35は、セットした帳票iのiがN以下であるか否かを判定する。
判定の結果、iがN以下である場合にはステップS53に再び進められ、Nを超える場合にはステップS24(図14)に進められる。
[Step S58] The request execution unit 35 determines whether i of the set form i is N or less.
As a result of the determination, if i is N or less, the process proceeds to step S53 again. If i exceeds N, the process proceeds to step S24 (FIG. 14).

[ステップS24,S26,S27] 帳票データ量情報32bを更新し、メモリ部31において使用メモリ量を開放し、メモリ状態情報32dを更新する。
[ステップS25] クライアント端末20aにエラーであった旨を通知する。
[Steps S24, S26, S27] The form data amount information 32b is updated, the used memory amount is released in the memory unit 31, and the memory state information 32d is updated.
[Step S25] The client terminal 20a is notified that an error has occurred.

次に、このようなサーバ30による画像データ取り出し処理の具体例についてシーケンス図を用いて説明する。
図15は、第3の実施の形態に係るサーバにおける帳票の画像データの取り出し処理の場合のシーケンス図である。
Next, a specific example of such image data extraction processing by the server 30 will be described with reference to a sequence diagram.
FIG. 15 is a sequence diagram in the case of a form image data extraction process in the server according to the third embodiment.

なお、図11のシーケンス図で実行される処理と同じ処理が行われるものにはそれらと同じステップ番号を付しており、それらについては簡単に説明する。
[ステップS60] クライアント端末20aは帳票1,2で構成される案件aの取り出し要求をサーバ30に通知する。
In addition, the same step number is attached | subjected to what performs the same process as the process performed in the sequence diagram of FIG. 11, and they are demonstrated easily.
[Step S <b> 60] The client terminal 20 a notifies the server 30 of a request to retrieve the item a composed of the forms 1 and 2.

サーバ30の受付部34は、当該取り出し要求を受け付けると、要求実行部35に通知する(図12:ステップS50)。
[ステップS61] 取り出し対象の案件aの構成のデータの通知要求を帳票情報制御部38に通知する(図12:ステップS51)。
When accepting the take-out request, the accepting unit 34 of the server 30 notifies the request executing unit 35 (FIG. 12: step S50).
[Step S61] A notification request for data of the configuration of the item a to be extracted is sent to the form information control unit 38 (FIG. 12: Step S51).

[ステップS62,S63] 帳票情報制御部38は、通知された案件構成のデータを帳票情報保持部33から特定し、当該データを要求実行部35に通知する(図12:ステップS51)。   [Steps S62, S63] The form information control unit 38 identifies the notified data of the item configuration from the form information holding unit 33, and notifies the request execution unit 35 of the data (FIG. 12: step S51).

[ステップS64] 要求実行部35は案件構成のデータをクライアント端末20aに送信する(図12:ステップS51)。
[ステップS31〜S35] 要求実行部35が取り出し対象の案件aの構成のデータと案件aを構成する画像データのデータ量とを情報管理部36を介してメモリ統計情報保持部32から取得する。また、メモリ管理部37に当該データ量に基づいてメモリ部31に使用メモリ量を割り当てさせる。要求実行部35は割り当てられたメモリ部31に応じてメモリ状態情報32dを情報管理部36に更新させる。
[Step S64] The request execution unit 35 transmits the item configuration data to the client terminal 20a (FIG. 12: Step S51).
[Steps S <b> 31 to S <b> 35] The request execution unit 35 acquires the data of the configuration of the item a to be extracted and the amount of image data configuring the item a from the memory statistical information holding unit 32 via the information management unit 36. Further, the memory management unit 37 is caused to allocate the used memory amount to the memory unit 31 based on the data amount. The request execution unit 35 causes the information management unit 36 to update the memory state information 32d according to the allocated memory unit 31.

[ステップS65,S66] 帳票情報制御部38は、帳票情報保持部33から帳票1の画像データを取り出し、取り出した帳票1の画像データをメモリ部31の割り当てた所定箇所に出力する(図13:ステップS54)。   [Steps S65, S66] The form information control unit 38 extracts the image data of the form 1 from the form information holding unit 33, and outputs the extracted image data of the form 1 to a predetermined location assigned in the memory unit 31 (FIG. 13: Step S54).

[ステップS67,S68] 要求実行部35は、メモリ部31の所定箇所に出力された帳票1の画像データを応答部39からクライアント端末20aに送信する(図13:ステップS55)。   [Steps S67, S68] The request execution unit 35 transmits the image data of the form 1 output to a predetermined location in the memory unit 31 from the response unit 39 to the client terminal 20a (FIG. 13: Step S55).

なお、帳票2についてもステップS65〜S68と同様の処理を実行してクライアント端末20aに帳票2の画像データを送信する。
[ステップS42〜S45] 要求実行部35は、帳票データ量情報32bの帳票1,2について情報管理部36に更新させて、メモリ管理部37にメモリ部31に割り当てた使用メモリ量を開放させる。そして、要求実行部35は、メモリ状態情報32dの帳票1,2が読み込まれていたメモリについてメモリ管理部37に更新させる。
Note that the same processing as steps S65 to S68 is executed for the form 2 and the image data of the form 2 is transmitted to the client terminal 20a.
[Steps S42 to S45] The request execution unit 35 causes the information management unit 36 to update the forms 1 and 2 of the form data amount information 32b, and causes the memory management unit 37 to release the used memory amount. Then, the request execution unit 35 causes the memory management unit 37 to update the memory in which the forms 1 and 2 of the memory state information 32d have been read.

このようにサーバ30は、クライアント端末20aが帳票読取ユニット20eで読み取った帳票の画像データの種類ごとに画像データの実行履歴から算出したデータ量を表す使用メモリ量情報32aから、クライアント端末20aからの取り出し要求に応じて取り出す帳票の画像データの種類に対応するデータ量を特定し、特定したデータ量をメモリ部31に割り当てるようにした。このため、メモリ部31の容量に対して帳票の画像データのデータ量を効率的に割り当てることが可能となる。したがって、1台のサーバ30に対して接続できるクライアント端末20aの台数を増加させることが可能となり、サーバ30の増設を防ぎ、サーバ30の導入コストを抑制することができる。   As described above, the server 30 uses the memory usage information 32a representing the data amount calculated from the execution history of the image data for each type of image data of the form read by the form reading unit 20e by the client terminal 20a, from the client terminal 20a. A data amount corresponding to the type of image data of the form to be extracted in response to the extraction request is specified, and the specified data amount is assigned to the memory unit 31. Therefore, it is possible to efficiently allocate the data amount of the form image data to the capacity of the memory unit 31. Therefore, the number of client terminals 20a that can be connected to one server 30 can be increased, and the server 30 can be prevented from being added and the introduction cost of the server 30 can be suppressed.

また、取り出し処理においても、クライアント端末20aからの読取格納要求に応じて実行した帳票の画像データの実際のデータ量が使用メモリ量情報32aに反映されて更新されるため、使用メモリ量情報32aのデータ量の信頼性が向上する。したがって、メモリ部31に対して使用メモリ量をより適切に割り当てることができるようになる。   In the take-out process, the actual data amount of the image data of the form executed in response to the reading / storage request from the client terminal 20a is updated and reflected in the used memory amount information 32a. The reliability of the data volume is improved. Therefore, the used memory amount can be more appropriately allocated to the memory unit 31.

なお、上記の処理機能は、コンピュータによって実現することができる。その場合、サーバ装置3及びサーバ30が有すべき機能の処理内容を記述したプログラムが提供される。そのプログラムをコンピュータで実行することにより、上記処理機能がコンピュータ上で実現される。処理内容を記述したプログラムは、コンピュータで読み取り可能な記録媒体に記録しておくことができる。コンピュータで読み取り可能な記録媒体としては、磁気記憶装置、光ディスク、光磁気記録媒体、半導体メモリ等がある。磁気記憶装置には、ハードディスク装置(HDD)、フレキシブルディスク(FD)、磁気テープ等がある。光ディスクには、DVD(Digital Versatile Disc)、DVD−RAM、CD(Compact Disc)−ROM(Read Only Memory)/RW(ReWritable)等がある。光磁気記録媒体には、MO(Magneto-Optical disk)等がある。   The above processing functions can be realized by a computer. In that case, a program describing the processing contents of the functions that the server device 3 and the server 30 should have is provided. By executing the program on a computer, the above processing functions are realized on the computer. The program describing the processing contents can be recorded on a computer-readable recording medium. Examples of the computer-readable recording medium include a magnetic storage device, an optical disk, a magneto-optical recording medium, and a semiconductor memory. Magnetic storage devices include hard disk devices (HDD), flexible disks (FD), magnetic tapes, and the like. Optical discs include DVD (Digital Versatile Disc), DVD-RAM, CD (Compact Disc) -ROM (Read Only Memory) / RW (ReWritable), and the like. Magneto-optical recording media include MO (Magneto-Optical disk).

プログラムを流通させる場合には、例えば、そのプログラムが記録されたDVD、CD−ROM等の可搬型記録媒体が販売される。また、プログラムをサーバコンピュータの記憶装置に格納しておき、ネットワークを介して、サーバコンピュータから他のコンピュータにそのプログラムを転送することもできる。   When distributing the program, for example, a portable recording medium such as a DVD or a CD-ROM in which the program is recorded is sold. It is also possible to store the program in a storage device of a server computer and transfer the program from the server computer to another computer via a network.

プログラムを実行するコンピュータは、例えば、可搬型記録媒体に記録されたプログラムもしくはサーバコンピュータから転送されたプログラムを、自己の記憶装置に格納する。そして、コンピュータは、自己の記憶装置からプログラムを読み取り、プログラムに従った処理を実行する。なお、コンピュータは、可搬型記録媒体から直接プログラムを読み取り、そのプログラムに従った処理を実行することもできる。また、コンピュータは、ネットワークを介して接続されたサーバコンピュータからプログラムが転送されるごとに、逐次、受け取ったプログラムに従った処理を実行することもできる。   The computer that executes the program stores, for example, the program recorded on the portable recording medium or the program transferred from the server computer in its own storage device. Then, the computer reads the program from its own storage device and executes processing according to the program. The computer can also read the program directly from the portable recording medium and execute processing according to the program. In addition, each time a program is transferred from a server computer connected via a network, the computer can sequentially execute processing according to the received program.

また、上記の処理機能の少なくとも一部を、DSP(Digital Signal Processor)、ASIC(Application Specific Integrated Circuit)、PLD(Programmable Logic Device)等の電子回路で実現することもできる。   Further, at least a part of the above processing functions can be realized by an electronic circuit such as a DSP (Digital Signal Processor), an ASIC (Application Specific Integrated Circuit), or a PLD (Programmable Logic Device).

1 情報処理システム
2,20 クライアント
3 サーバ装置
3a メモリ
3b 使用メモリ量情報
3c データ構成情報
3d 要求実行手段
3e メモリ管理手段
3f 情報管理手段
10 営業店システム
20a クライアント端末
20a1,30a CPU
20a2,30b RAM
20a3,30c 通信部
20a4,30d グラフィック処理部
20a5,30e HDD
20a6,30f 入力インタフェース
20a7 入出力制御部
20a8,30g バス
20b タッチパネル
20b1,30h モニタ
20b2 タッチ検知部
20c,30i キーボード
20d,30j マウス
20e 帳票読取ユニット
20f 通帳プリンタユニット
20g 現金処理ユニット
30 サーバ
31 メモリ部
32 メモリ統計情報保持部
32a 使用メモリ量情報
32b 帳票データ量情報
32c 案件構成情報
32d メモリ状態情報
33 帳票情報保持部
34 受付部
35 要求実行部
36 情報管理部
37 メモリ管理部
38 帳票情報制御部
39 応答部
DESCRIPTION OF SYMBOLS 1 Information processing system 2,20 Client 3 Server apparatus 3a Memory 3b Memory usage information 3c Data structure information 3d Request execution means 3e Memory management means 3f Information management means 10 Branch office system 20a Client terminal 20a1, 30a CPU
20a2, 30b RAM
20a3, 30c Communication unit 20a4, 30d Graphic processing unit 20a5, 30e HDD
20a6, 30f Input interface 20a7 Input / output control unit 20a8, 30g Bus 20b Touch panel 20b1, 30h Monitor 20b2 Touch detection unit 20c, 30i Keyboard 20d, 30j Mouse 20e Form reading unit 20f Passbook printer unit 20g Cash processing unit 30 Server 31 Memory unit 32 Memory statistics information holding unit 32a Memory usage information 32b Form data amount information 32c Item configuration information 32d Memory status information 33 Form information holding unit 34 Reception unit 35 Request execution unit 36 Information management unit 37 Memory management unit 38 Form information control unit 39 Response Part

Claims (6)

クライアントが通信可能に接続されるサーバ装置において、
前記クライアントが取得するデータの種類ごとに前記データの実行履歴から算出したデータ量を表す使用メモリ量情報から、前記クライアントからの要求に応じて実行するデータの種類に対応するデータ量を特定する要求実行手段と、
前記要求実行手段が特定した前記データ量をメモリに割り当てるメモリ管理手段と、
を有することを特徴とするサーバ装置。
In the server device to which the client is communicably connected,
A request for specifying the amount of data corresponding to the type of data to be executed in response to a request from the client, from used memory amount information representing the amount of data calculated from the execution history of the data for each type of data acquired by the client Execution means;
Memory management means for allocating the amount of data specified by the request execution means to a memory;
The server apparatus characterized by having.
前記要求実行手段は、前記使用メモリ量情報と共に、実行種別ごとのデータの種類の構成を表すデータ構成情報から、前記クライアントからの実行種別に基づく要求に応じて実行する各種類のデータのデータ量をそれぞれ特定する、
ことを特徴とする請求項1記載のサーバ装置。
The request execution means includes the data amount of each type of data to be executed in response to the request based on the execution type from the client, from the data configuration information representing the configuration of the data type for each execution type together with the memory usage information Identify each
The server device according to claim 1, wherein:
前記クライアントからの要求に応じて実行したデータの実際のデータ量に基づいて前記使用メモリ量情報を更新する情報管理手段を更に有することを特徴とする請求項1記載のサーバ装置。   2. The server apparatus according to claim 1, further comprising information management means for updating the used memory amount information based on an actual data amount of data executed in response to a request from the client. 前記使用メモリ量情報の前記算出したデータ量は、前記実行したデータの実際のデータ量の平均値であることを特徴とする請求項3記載のサーバ装置。   4. The server apparatus according to claim 3, wherein the calculated data amount of the used memory amount information is an average value of an actual data amount of the executed data. クライアントが接続されるサーバ装置のメモリ管理方法において、
要求実行手段が、前記クライアントが取得したデータの種類ごとに前記データの実行実績から予測したデータ量を表す使用メモリ量情報から、前記クライアントからの要求に応じて実行するデータの種類に対応するデータ量を特定し、
メモリ管理手段が、前記要求実行手段が特定した前記データ量をメモリに割り当てる、
ことを特徴とするメモリ管理方法。
In the memory management method of the server device to which the client is connected,
Data corresponding to the type of data to be executed in response to a request from the client, from the used memory amount information representing the amount of data predicted from the execution result of the data for each type of data acquired by the client Identify the quantity,
Memory management means allocates the amount of data specified by the request execution means to a memory,
And a memory management method.
クライアントが接続されるサーバ装置のメモリ管理プログラムにおいて、
コンピュータに、
前記クライアントが取得したデータの種類ごとに前記データの実行実績から予測したデータ量を表す使用メモリ量情報から、前記クライアントからの要求に応じて実行するデータの種類に対応するデータ量を特定させ、
特定させた前記データ量をメモリに割り当てさせる、
処理を実行させることを特徴とするメモリ管理プログラム。
In the memory management program of the server device to which the client is connected,
On the computer,
For each type of data acquired by the client, from the used memory amount information representing the amount of data predicted from the execution performance of the data, the data amount corresponding to the type of data executed in response to a request from the client is specified,
Assigning the specified amount of data to the memory;
A memory management program for executing a process.
JP2011101216A 2011-04-28 2011-04-28 Server device, memory management method and memory management program Pending JP2012234277A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2011101216A JP2012234277A (en) 2011-04-28 2011-04-28 Server device, memory management method and memory management program

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2011101216A JP2012234277A (en) 2011-04-28 2011-04-28 Server device, memory management method and memory management program

Publications (1)

Publication Number Publication Date
JP2012234277A true JP2012234277A (en) 2012-11-29

Family

ID=47434560

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2011101216A Pending JP2012234277A (en) 2011-04-28 2011-04-28 Server device, memory management method and memory management program

Country Status (1)

Country Link
JP (1) JP2012234277A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018101325A (en) * 2016-12-21 2018-06-28 株式会社リコー Information processing system, information processing unit and program
CN108694241A (en) * 2018-05-14 2018-10-23 平安科技(深圳)有限公司 A kind of storage method and equipment of data

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001184453A (en) * 1999-12-22 2001-07-06 Hitachi Ltd Document processing system and document filing system
JP2001256111A (en) * 2000-03-14 2001-09-21 Toshiba Corp System monitoring device

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2001184453A (en) * 1999-12-22 2001-07-06 Hitachi Ltd Document processing system and document filing system
JP2001256111A (en) * 2000-03-14 2001-09-21 Toshiba Corp System monitoring device

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2018101325A (en) * 2016-12-21 2018-06-28 株式会社リコー Information processing system, information processing unit and program
CN108694241A (en) * 2018-05-14 2018-10-23 平安科技(深圳)有限公司 A kind of storage method and equipment of data
CN108694241B (en) * 2018-05-14 2023-04-18 平安科技(深圳)有限公司 Data storage method and device

Similar Documents

Publication Publication Date Title
JP2007102319A (en) Portable terminal and settlement device
JP2013125375A (en) Server device, browsing system, distribution method, and program
JP2012234277A (en) Server device, memory management method and memory management program
JP3330020B2 (en) Automatic transaction equipment
US8171218B2 (en) Memory card system, memory card and method for executing an application program thereon
JP3752193B2 (en) How to allocate access device usage between the host operating system and the guest operating system
JP6434896B2 (en) POS terminal device, POS terminal exclusive control method, and POS system
JP6191162B2 (en) Server device, service free use management method and service free use management program
JP6704333B2 (en) Transaction program, transaction method, and terminal device
JP5003212B2 (en) Online trading terminal, online trading system
CN107667343A (en) On-demand loading resource
KR20130082800A (en) Convenient transfer method and system
JP5937991B2 (en) Automatic transaction equipment
US9712942B2 (en) Performance of secure mobile applications
JP2014119790A (en) Financial network system, financial institution device, financial network server, and transaction information communication method
JP7315199B2 (en) Transfer management system, transfer management method and program
JP5685210B2 (en) Storage system, backup method, and data restoration method
EP4195018A1 (en) Financial service providing method using visualized financial relationship content-based ui, financial service providing apparatus for performing same, and recording medium having same recorded therein
JP2023176846A (en) Bank book updating system
TWM646926U (en) Open automated teller machine system
CN114331347A (en) Task processing method and device, electronic equipment and medium
CN103823764A (en) Method and system for mobile application cache
JP2022153948A (en) Information processing apparatus, information processing method, and information processing program
CN117273639A (en) Service information input system and service information input method
JP5969934B2 (en) Automatic transaction apparatus and system information restoration method for automatic transaction apparatus

Legal Events

Date Code Title Description
A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20130614

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20140318