WO2018083857A1 - 情報処理装置及び情報処理方法 - Google Patents

情報処理装置及び情報処理方法 Download PDF

Info

Publication number
WO2018083857A1
WO2018083857A1 PCT/JP2017/029536 JP2017029536W WO2018083857A1 WO 2018083857 A1 WO2018083857 A1 WO 2018083857A1 JP 2017029536 W JP2017029536 W JP 2017029536W WO 2018083857 A1 WO2018083857 A1 WO 2018083857A1
Authority
WO
WIPO (PCT)
Prior art keywords
file size
size
file
compression
total
Prior art date
Application number
PCT/JP2017/029536
Other languages
English (en)
French (fr)
Inventor
知樹 親里
Original Assignee
京セラドキュメントソリューションズ株式会社
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 京セラドキュメントソリューションズ株式会社 filed Critical 京セラドキュメントソリューションズ株式会社
Priority to US15/761,869 priority Critical patent/US10664446B2/en
Priority to JP2018507739A priority patent/JP6443583B2/ja
Priority to CN201780003066.8A priority patent/CN108292263B/zh
Priority to EP17838168.7A priority patent/EP3343379B1/en
Publication of WO2018083857A1 publication Critical patent/WO2018083857A1/ja

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F12/00Accessing, addressing or allocating within memory systems or architectures
    • G06F12/02Addressing or allocation; Relocation
    • G06F12/0223User address space allocation, e.g. contiguous or non contiguous base addressing
    • G06F12/023Free address space management
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/174Redundancy elimination performed by the file system
    • G06F16/1744Redundancy elimination performed by the file system using compression, e.g. sparse files
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/10File systems; File servers
    • G06F16/17Details of further file system functions
    • G06F16/1727Details of free space management performed by the file system
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2212/00Indexing scheme relating to accessing, addressing or allocation within memory systems or architectures
    • G06F2212/40Specific encoding of data in memory or cache
    • G06F2212/401Compressed data

Definitions

  • the present disclosure relates to an information processing apparatus and an information processing method capable of compressing a file to be written and writing the compressed file in a storage area.
  • Patent Document 1 A technique for compressing a file to be written and writing the compressed file in a storage area is known.
  • a compression writing unit that compresses a file to be written and writes the compressed file to a storage area; Calculate the total file size, which is the total file size of one or more compressed files that have been written, A total file size calculation unit that updates the total file size with an added value of the post-compression file size that is the file size of the written post-compression file and the total file size.
  • the total file size of the files after compression (not before compression) is calculated. Therefore, the difference between the total file size (information) and the area actually written in the storage area is small.
  • An information processing method is: Compress the file to be written, write the compressed file to the storage area, Calculate the total file size, which is the file size of one or more compressed files that have been written, The total file size is updated with an added value of the compressed file size, which is the file size of the written compressed file, and the total file size.
  • FIG. 2 shows a hardware configuration of an image forming apparatus according to an embodiment of the present disclosure.
  • 1 shows a functional configuration of an image forming apparatus.
  • 2 shows an operation flow of the image forming apparatus.
  • MFP Multifunction Peripheral
  • FIG. 1 illustrates a hardware configuration of an image forming apparatus according to an embodiment of the present disclosure.
  • the MFP 10 includes a control unit 11.
  • the control unit 11 includes a CPU (Central Processing Unit), a RAM (Random Access Memory), a ROM (Read Only Memory), a dedicated hardware circuit, and the like, and controls the overall operation of the MFP 10.
  • a computer program that causes the MFP 10 to function as each functional unit (described later) is stored in a non-transitory computer-readable storage medium such as a ROM.
  • the control unit 11 is connected to an image reading unit 12, an image processing unit 14, an image memory 15, an image forming unit 16, an operation unit 17, a storage unit 18, a network communication unit 13, and the like.
  • the control unit 11 performs operation control of each of the above connected units and transmission / reception of signals or data to / from each unit.
  • the control unit 11 operates for each function such as a scanner function, a print function, and a copy function function in accordance with a job execution instruction input from the user through the operation unit 17 or a network-connected personal computer (not shown). Controls the drive and processing of the mechanisms necessary to perform the control.
  • the image reading unit 12 reads an image from a document.
  • the image processing unit 14 performs image processing on the image data of the image read by the image reading unit 12 as necessary. For example, the image processing unit 14 performs image processing such as shading correction in order to improve the quality after the image read by the image reading unit 12 is formed.
  • the image memory 15 has an area for temporarily storing document image data obtained by reading by the image reading unit 12 or temporarily storing data to be printed by the image forming unit 16.
  • the image forming unit 16 forms an image such as the image data read by the image reading unit 12.
  • the operation unit 17 includes a touch panel unit and operation key units that receive instructions from the user regarding various operations and processes that can be executed by the MFP 10.
  • the touch panel unit includes a display unit 17a such as an LCD (Liquid Crystal Display) provided with a touch panel.
  • LCD Liquid Crystal Display
  • the network communication unit 13 is an interface for connecting to a network.
  • the storage unit 18 is a large-capacity storage device such as an HDD (Hard Disk Drive) that stores an original image read by the image reading unit 12.
  • HDD Hard Disk Drive
  • FIG. 2 shows a functional configuration of the image forming apparatus.
  • the MFP 10 loads an information processing program stored in a ROM, which is an example of a computer-readable non-transitory storage medium, into the RAM and executes the information processing program, thereby determining an upper limit determination unit 101, a total file size calculation unit 102, and a compression It functions as a writing unit 103, a compression rate calculation unit 104, an expected compression rate calculation unit 105, and an expected file size calculation unit 106.
  • a ROM which is an example of a computer-readable non-transitory storage medium
  • the total file size calculation unit 102 calculates a total value of file sizes of a plurality of compressed files that have been written (referred to as “total file size”), and writes the file size of the compressed file that has been written (“post-compression”).
  • the total file size is updated by adding the total file size to the total file size.
  • the upper limit determination unit 101 determines whether the added value of the file size before compression (to be written) (referred to as “file size before compression”) and the total file size is larger than the upper limit size of the storage area. Judge whether or not.
  • the compression writing unit 103 compresses the file to be written and writes the compressed file in the storage area.
  • the compression rate calculation unit 104 calculates the compression rate of the file after compression based on the pre-compression file size and the post-compression file size.
  • the expected compression rate calculation unit 105 calculates an expected compression rate of a file to be written before compression based on a plurality of compression rates of a plurality of compressed files that have already been written.
  • the expected file size calculation unit 106 calculates a file size after compression (referred to as “expected file size”) when the file to be written is compressed based on the expected compression rate calculated by the expected compression rate calculation unit 105.
  • At least the total file size and the compression ratio among the total file size, the upper limit size of the storage area, the compressed file, the compression ratio, and the expected compression ratio are stored in the nonvolatile memory.
  • FIG. 3 shows an operation flow of the image forming apparatus.
  • an upper limit size in which a specific type of data file can be written in the storage area of the MFP 10 is determined in advance.
  • the OS (Operating System) of the MFP 10 incorporates a function of compressing a file to be written and writing the compressed file to a storage area when writing this specific type of data file.
  • the “specific type of data file” is, for example, a file related to software that is added after the user setting, such as an application execution file, and excludes firmware information that is always stored.
  • the total file size calculation unit 102 has already calculated the total value of file sizes of a plurality of compressed files that have already been written (referred to as “total file size”). Specifically, the total file size calculation unit 102 calculates the file size of the compressed file written (referred to as “compressed file size”) and the total file size each time a compressed file is written. Update the total file size with the added value. A method of updating the total file size by the total file size calculation unit 102 will be described in detail later.
  • the upper limit determination unit 101 determines the file size of a file to be written (to be written) before compression (referred to as “file size before compression”), the total file size, Is determined to be larger than the upper limit size of the storage area (step S101).
  • the total file size calculation unit 102 calculates the post-compression Before the file is written, the total file size is updated with the addition value (first addition value) of the pre-compression file size and the total file size (step S102). Thereby, the addition value (first addition value) of the pre-compression file size and the total file size is stored in the nonvolatile memory as the total file size.
  • the compression writing unit 103 compresses the file to be written and writes the compressed file in the storage area (step S103).
  • the total file size calculation unit 102 calculates the size of the storage area (referred to as “increased size”) increased by the writing (step S103).
  • the total file size calculation unit 102 adds the increased size and the current total file size (that is, the total file size updated by the addition value (first addition value) of the pre-compression file size and the total file size).
  • the total file size is updated with (second addition value).
  • the value (second addition value) obtained by adding the increase size to the total file size updated by the addition value (first addition value) of the pre-compression file size and the total file size is the non-volatile memory as the total file size. Is remembered.
  • the total file size calculation unit 102 updates the total file size by subtracting the pre-compression file size (the value added in step S102) from the updated total file size (second addition value) ( Step S104).
  • the total file size calculation unit 102 calculates (total file size at the start of the operation flow shown in FIG. 3 + pre-compression file size + increase size ⁇ pre-compression file size) (steps S102 and S104), As a result, (the total file size at the start of the operation flow shown in FIG. 3 + the increased size) is calculated. Finally, the total file size calculation unit 102 updates the total file size with the calculated (total file size at the start of the operation flow shown in FIG. 3 + increased size).
  • the compression rate calculation unit 104 calculates the compression rate of the compressed file based on the pre-compression file size and the post-compression file size (step S105).
  • the expected compression rate calculation unit 105 Based on a plurality of compression rates of a plurality of compressed files that have already been written, an expected compression rate of a file to be written before compression is calculated (step S106). For example, the expected compression rate calculation unit 105 calculates the expected compression rate of the file to be written before compression based on the minimum compression rate among the plurality of compression rates of the plurality of compressed files that have already been written. By way of example only, the expected compression rate calculation unit 105 may use the minimum compression rate as the expected compression rate. As another example, the expected compression rate calculation unit 105 may consider the variation (minimum compression rate ⁇ standard deviation, average compression rate ⁇ 3 ⁇ standard deviation, etc.) as the expected compression rate.
  • the expected file size calculation unit 106 calculates a post-compression file size (referred to as “predicted file size”) when the file to be written is compressed based on the expected compression rate calculated by the expected compression rate calculation unit 105 (step “step”). S107).
  • the upper limit determining unit 101 determines whether or not the added value (third added value) of the predicted file size and the total file size calculated by the predicted file size calculating unit 106 is larger than the upper limit size (step S108).
  • the upper limit determination unit 101 determines that the added value (third added value) of the expected file size and the total file size is larger than the upper limit size (YES in step S108), the compressed file is written in the storage area. Is not possible, and an error occurs due to oversize (step S109).
  • the total file size calculation unit 102 performs compression. Before the subsequent file is written, the total file size is updated with the addition value (third addition value) of the expected file size and the total file size (step S110). Thereby, the added value (third added value) of the expected file size and the total file size is stored in the nonvolatile memory as the total file size.
  • the compression writing unit 103 compresses the write target file and writes the compressed file in the storage area (step S111, which is completely the same as step S103).
  • the total file size calculation unit 102 calculates the increased size of the storage area increased by the writing (step S111).
  • the total file size calculation unit 102 adds the increased size and the current total file size (that is, the total file size updated by the addition value (third addition value) of the expected file size and the total file size) ( The total file size is updated with the fourth addition value).
  • the value (fourth added value) obtained by adding the increased size to the total file size updated with the added value (third added value) of the expected file size and the total file size is stored in the nonvolatile memory as the total file size.
  • the total file size calculation unit 102 updates the total file size by subtracting the expected file size (the value added in Step S110) from the updated total file size (fourth added value) (Step S110). S112).
  • the total file size calculation unit 102 calculates (total file size at the start of the operation flow shown in FIG. 3 + expected file size + increased size ⁇ expected file size) (steps S110 and S112). , (Total file size at start of operation flow shown in FIG. 3 + increased size) is calculated. Finally, the total file size calculation unit 102 updates the total file size with the calculated (total file size at the start of the operation flow shown in FIG. 3 + increased size).
  • the compression rate calculation unit 104 calculates the compression rate of the compressed file based on the pre-compression file size and the post-compression file size (step S113, exactly the same as step S105).
  • the upper limit size at which a specific type of data file can be written in the storage area of the MFP is predetermined.
  • the MFP OS incorporates a function of compressing a write target file and writing the compressed file in a storage area when writing this specific type of data file.
  • the user cannot grasp the file size after compression. If the file size after compression cannot be determined, the user cannot determine whether the compressed file can fit in the storage area (writable) before writing. Knowing whether the compressed file fits in the storage area (writable) is helpful, for example, when the user logically divides the storage area and manages the size of the storage area.
  • the total file size calculation unit 102 calculates the total value (total file size) of the plurality of compressed files that have been written, and the file size of the written compressed file ( The total file size is updated by adding the compressed file size and the total file size (steps S102 and S104, and steps S110 and S112).
  • the upper limit determination unit 101 When the upper limit determination unit 101 writes the file before the file is written, if the sum of the file size of the file to be written before compression (file size before compression) and the total file size is larger than the upper limit size (NO in step S101), It is determined whether or not the sum of the post-compression file size (predicted file size) and the total file size when the file to be written is compressed based on the expected compression rate is larger than the upper limit size (step S108).
  • the total file size calculation unit 102 calculates the total value (total file size) of the file sizes of a plurality of compressed files.
  • the upper limit determination unit 101 determines whether writing is possible based on the expected file size after compression. In this way, the upper limit is determined based on the total file size of the files after compression (not before compression) and the expected file size after compression. Therefore, the difference between the total file size (information) and the area actually written in the storage area can be reduced. This increases the accuracy of determining whether writing is not possible (write error due to oversize), and reduces the possibility of being unable to write (write error due to oversize) even though the compressed file can be originally written. .
  • the total file size calculation unit 102 updates the total file size specifically as follows.
  • the total file size calculation unit 102 updates the total file size with the added value of the pre-compression file size (or expected file size) and the total file size before writing the compressed file (step S102 or S110).
  • the total file size calculation unit 102 calculates an increase size that is the size of the storage area increased by the write, and an addition value of the increase size and the total file size Then, the total file size is updated, and the total file size is updated by subtracting the pre-compression file size (or the expected file size) from the updated total file size (step S104 or S112).
  • the total file size is simply updated with the added value of the increased size and the total file size.
  • the MFP is turned off while writing the compressed file or after writing and before updating the total file size, and as a result, the total file size is not updated (increased size). Was not added).
  • the total file size is not updated (increment size is not added) even though at least part of the compressed file is written, so the total file size (information) and the actual size in the storage area The difference from the written area becomes large. Therefore, when the file is written next, the upper limit size is determined based on the total file size smaller than the actual total file size. As a result, there is a possibility that writing may start even though the compressed file cannot actually be written (write error due to oversize).
  • the total file size is updated with the added value of the pre-compression file size (or expected file size) and the total file size (step S102). Or S110). Assume that the MFP is turned off during or after writing the compressed file, and as a result, the total file size is not further updated (step S104 or S112). Even in that case, since the pre-compression file size (or expected file size) is temporarily added to the total file size, the difference between the total file size (information) and the area actually written in the storage area is small. I'll do it. Therefore, when the file is written next, the upper limit size is determined based on the total file size obtained by adding the pre-compression file size (or the expected file size). As a result, the possibility of starting writing is reduced despite the fact that the compressed file cannot actually be written (write error due to oversize).
  • the compression rate calculation unit 104 calculates the compression rate of the compressed file every time a file is written (step S105 or S113).
  • the expected compression rate calculation unit 105 calculates the expected compression rate based on a plurality of compression rates of a plurality of compressed files that have been written (step S106).
  • the expected compression rate calculation unit 105 calculates the expected compression rate based on the lowest compression rate among all the compression rates.
  • the expected file size calculation unit 106 calculates the expected file size when the file to be written is compressed based on the expected compression rate (based on the minimum compression rate) (step S107). Based on the lowest compression rate, the expected file size is the largest file size that can be expected. Therefore, it is possible to reduce the possibility that writing is started even though the compressed file cannot actually be written (write error due to oversize).

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Data Mining & Analysis (AREA)
  • Databases & Information Systems (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

【解決手段】情報処理装置(10)は、書き込み対象のファイルを圧縮し、前記圧縮後のファイルを記憶領域に書き込む圧縮書込部(103)と、書き込み済みの1以上の圧縮後のファイルのファイルサイズの合計値である合計ファイルサイズを算出し、前記書き込まれた圧縮後のファイルのファイルサイズである圧縮後ファイルサイズと、前記合計ファイルサイズとの加算値で、前記合計ファイルサイズを更新する合計ファイルサイズ算出部(102)とを具備する。

Description

情報処理装置及び情報処理方法
 本開示は、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込むことが可能な情報処理装置及び情報処理方法に関する。
 書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む技術が知られている(特許文献1)。
特開平5-274198号公報
 ファイルを圧縮して書き込む技術においては、ファイルを圧縮して書き込む技術において、ファイル書き込み前に書き込みエラーとなるか否かを判断する正確性を上げることが望まれる。
 本開示の一形態に係る情報処理装置は、
 書き込み対象のファイルを圧縮し、前記圧縮後のファイルを記憶領域に書き込む圧縮書込部と、
  書き込み済みの1以上の圧縮後のファイルのファイルサイズの合計値である合計ファイルサイズを算出し、
  前記書き込まれた圧縮後のファイルのファイルサイズである圧縮後ファイルサイズと、前記合計ファイルサイズとの加算値で、前記合計ファイルサイズを更新する
 合計ファイルサイズ算出部と
 を具備する。
 本形態によれば、(圧縮前ではなく)圧縮後のファイルの合計ファイルサイズを算出する。従って合計ファイルサイズ(の情報)と、記憶領域中で実際に書き込まれた領域との差異が小さい。
 本開示の一形態に係る情報処理方法は、
 書き込み対象のファイルを圧縮し、前記圧縮後のファイルを記憶領域に書き込み、
 書き込み済みの1以上の圧縮後のファイルのファイルサイズである合計ファイルサイズを算出し、
 前記書き込まれた圧縮後のファイルのファイルサイズである圧縮後ファイルサイズと、前記合計ファイルサイズとの加算値で、前記合計ファイルサイズを更新する。
 本開示によれば、ファイルを圧縮して書き込む技術において、ファイル書き込み前に書き込みエラーとなるか否かを判断する正確性を上げることができる。
 なお、ここに記載された効果は必ずしも限定されるものではなく、本開示中に記載されたいずれかの効果であってもよい。
本開示の一実施形態に係る画像形成装置のハードウェア構成を示す。 画像形成装置の機能的構成を示す。 画像形成装置の動作フローを示す。
 以下、図面を参照しながら、本開示の実施形態を説明する。
 本実施形態では、情報処理装置として、画像形成装置(Multifunction Peripheral、以下単にMFPと呼ぶ)を一例に説明する。
 1.画像形成装置のハードウェア構成
 図1は、本開示の一実施形態に係る画像形成装置のハードウェア構成を示す。
 MFP10は、制御部11を備える。制御部11は、CPU(Central Processing Unit)、RAM(Random Access Memory)、ROM(Read Only Memory)及び専用のハードウェア回路等から構成され、MFP10の全体的な動作制御を司る。MFP10を各機能部(後述)として機能させるコンピュータプログラムは、ROM等の非一過性のコンピューター読み取り可能な記憶媒体に記憶される。
 制御部11は、画像読取部12、画像処理部14、画像メモリー15、画像形成部16、操作部17、記憶部18、ネットワーク通信部13等と接続されている。制御部11は、接続されている上記各部の動作制御や、各部との間での信号又はデータの送受信を行う。
 制御部11は、ユーザーから、操作部17またはネッワーク接続されたパーソナルコンピュータ(図示せず)等を通じて入力されるジョブの実行指示に従って、スキャナー機能、印刷機能及びコピー機能機能などの各機能についての動作制御を実行するために必要な機構の駆動及び処理を制御する。
 画像読取部12は、原稿から画像を読み取る。
 画像処理部14は、画像読取部12で読み取られた画像の画像データを必要に応じて画像処理する。例えば、画像処理部14は、画像読取部12により読み取られた画像が画像形成された後の品質を向上させるために、シェーディング補正等の画像処理を行う。
 画像メモリー15は、画像読取部12による読み取りで得られた原稿画像のデータを一時的に記憶したり、画像形成部16での印刷対象となるデータを一時的に記憶したりする領域を有する。
 画像形成部16は、画像読取部12で読み取られた画像データ等の画像形成を行う。
 操作部17は、MFP10が実行可能な各種動作及び処理についてユーザーからの指示を受け付けるタッチパネル部および操作キー部を備える。タッチパネル部は、タッチパネルが設けられたLCD(Liquid Crystal Display)等の表示部17aを備えている。
 ネットワーク通信部13は、ネットワークに接続するためのインタフェースである。
 記憶部18は、画像読取部12によって読み取られた原稿画像等を記憶する、HDD(Hard Disk Drive)などの大容量の記憶装置である。
 2.画像形成装置の機能的構成
 図2は、画像形成装置の機能的構成を示す。
 MFP10は、コンピューター読み取り可能な非一過性の記憶媒体の一例であるROMに記憶された情報処理プログラムをRAMにロードして実行することで、上限判断部101、合計ファイルサイズ算出部102、圧縮書込部103、圧縮率算出部104、予想圧縮率算出部105及び予想ファイルサイズ算出部106として機能する。
 合計ファイルサイズ算出部102は、書き込み済みの複数の圧縮後のファイルのファイルサイズの合計値(「合計ファイルサイズ」と呼ぶ)を算出し、書き込まれた圧縮後のファイルのファイルサイズ(「圧縮後ファイルサイズ」と呼ぶ)と、合計ファイルサイズとの加算値で、合計ファイルサイズを更新する。
 上限判断部101は、これから書き込まれる(書き込み対象の)圧縮前のファイルのファイルサイズ(「圧縮前ファイルサイズ」と呼ぶ)と、合計ファイルサイズとの加算値が、記憶領域の上限サイズより大きいか否かを判断する。
 圧縮書込部103は、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む。
 圧縮率算出部104は、圧縮前ファイルサイズと圧縮後ファイルサイズとに基づき、圧縮後のファイルの圧縮率を算出する。
 予想圧縮率算出部105は、既に書き込み済みの複数の圧縮後のファイルの複数の圧縮率に基づき、圧縮前の書き込み対象のファイルの予想圧縮率を算出する。
 予想ファイルサイズ算出部106は、書き込み対象のファイルを、予想圧縮率算出部105が算出した予想圧縮率に基づき圧縮したときの圧縮後ファイルサイズ(「予想ファイルサイズ」と呼ぶ)を算出する。
 合計ファイルサイズ、記憶領域の上限サイズ、圧縮後のファイル、圧縮率及び予想圧縮率のうち、少なくとも、合計ファイルサイズ及び圧縮率は、不揮発性メモリーに記憶される。
 3.画像形成装置の動作フロー
 図3は、画像形成装置の動作フローを示す。
 前提として、MFP10の記憶領域内で特定の種類のデータファイルを書き込み可能とする上限サイズが予め決まっている。MFP10のOS(Operating System)には、この特定の種類のデータファイルを書き込む際、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む機能が組み込まれている。「特定の種類のデータファイル」は、例えば、アプリケーション実行ファイル等、ユーザーの設定により事後的に追加されるソフトウェアに関するファイルであり、常時記憶されているファームウェア情報等は除外する。
 また、前提として、合計ファイルサイズ算出部102は、既に書き込み済みの複数の圧縮後のファイルのファイルサイズの合計値(「合計ファイルサイズ」と呼ぶ)を算出済みである。具体的には、合計ファイルサイズ算出部102は、圧縮後のファイルが書き込まれる度に、書き込まれた圧縮後のファイルのファイルサイズ(「圧縮後ファイルサイズ」と呼ぶ)と、合計ファイルサイズとの加算値で、合計ファイルサイズを更新する。この合計ファイルサイズ算出部102による合計ファイルサイズを更新する方法は、後で詳細に説明する。
 ファイル(未圧縮)の書き込みが命令されると、上限判断部101は、これから書き込まれる(書き込み対象の)圧縮前のファイルのファイルサイズ(「圧縮前ファイルサイズ」と呼ぶ)と、合計ファイルサイズとの加算値が、記憶領域の上限サイズより大きいか否かを判断する(ステップS101)。
 上限判断部101が、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)が、上限サイズ以下と判断すると(ステップS101、NO)、合計ファイルサイズ算出部102は、圧縮後のファイルを書き込む前に、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)で、合計ファイルサイズを更新する(ステップS102)。これにより、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)が合計ファイルサイズとして不揮発メモリーに記憶される。
 合計ファイルサイズを更新した後に、圧縮書込部103は、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む(ステップS103)。
 圧縮後のファイルを書き込んだ後に、合計ファイルサイズ算出部102は、書き込み(ステップS103)により増加した記憶領域のサイズ(「増加サイズ」と呼ぶ)を算出する。合計ファイルサイズ算出部102は、増加サイズと現在の合計ファイルサイズ(すなわち、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)で更新された合計ファイルサイズ)との加算値(第2の加算値)で、合計ファイルサイズを更新する。これにより、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)で更新された合計ファイルサイズに増加サイズを加算した値(第2の加算値)が合計ファイルサイズとして不揮発メモリーに記憶される。次いで、合計ファイルサイズ算出部102は、更新後の合計ファイルサイズ(第2の加算値)から、圧縮前ファイルサイズ(ステップS102で加算した値)を減算することで、合計ファイルサイズを更新する(ステップS104)。
 要するに、合計ファイルサイズ算出部102は、(図3に示す動作フローの開始時の合計ファイルサイズ+圧縮前ファイルサイズ+増加サイズ-圧縮前ファイルサイズ)を算出することで(ステップS102、S104)、結果として、(図3に示す動作フローの開始時の合計ファイルサイズ+増加サイズ)を算出する。最終的に、合計ファイルサイズ算出部102は、算出した(図3に示す動作フローの開始時の合計ファイルサイズ+増加サイズ)で、合計ファイルサイズを更新する。
 合計ファイルサイズを更新した後に、圧縮率算出部104は、圧縮前ファイルサイズと圧縮後ファイルサイズとに基づき、圧縮後のファイルの圧縮率を算出する(ステップS105)。
 一方、上限判断部101が、圧縮前ファイルサイズと合計ファイルサイズとの加算値(第1の加算値)が、上限サイズより大きいと判断すると(ステップS101、YES)、予想圧縮率算出部105は、既に書き込み済みの複数の圧縮後のファイルの複数の圧縮率に基づき、圧縮前の書き込み対象のファイルの予想圧縮率を算出する(ステップS106)。例えば、予想圧縮率算出部105は、既に書き込み済みの複数の圧縮後のファイルの複数の圧縮率のうち、最低圧縮率に基づき、圧縮前の書き込み対象のファイルの予想圧縮率を算出する。単に一例として、予想圧縮率算出部105は、最低圧縮率を予想圧縮率としてもよい。別の一例として、予想圧縮率算出部105は、バラツキを考慮して(最低圧縮率-標準偏差、平均圧縮率-3×標準偏差など)を予想圧縮率としてもよい。
 予想ファイルサイズ算出部106は、書き込み対象のファイルを、予想圧縮率算出部105が算出した予想圧縮率に基づき圧縮したときの圧縮後ファイルサイズ(「予想ファイルサイズ」と呼ぶ)を算出する(ステップS107)。
 上限判断部101は、予想ファイルサイズ算出部106が算出した予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)が、上限サイズより大きいか否かを判断する(ステップS108)。
 上限判断部101が、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)が、上限サイズより大きいと判断すると(ステップS108、YES)、圧縮後のファイルを記憶領域に書き込むことが出来ない可能性が高く、サイズオーバーのためエラーとなる(ステップS109)。
 一方、上限判断部101が、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)が、上限サイズ以下と判断すると(ステップS108、NO)、合計ファイルサイズ算出部102は、圧縮後のファイルを書き込む前に、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)で、合計ファイルサイズを更新する(ステップS110)。これにより、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)が合計ファイルサイズとして不揮発メモリーに記憶される。
 合計ファイルサイズを更新した後に、圧縮書込部103は、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む(ステップS111。ステップS103と完全同一)。
 圧縮後のファイルを書き込んだ後に、合計ファイルサイズ算出部102は、書き込み(ステップS111)により増加した記憶領域の増加サイズを算出する。合計ファイルサイズ算出部102は、増加サイズと現在の合計ファイルサイズ(すなわち、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)で更新された合計ファイルサイズ)との加算値(第4の加算値)で、合計ファイルサイズを更新する。これにより、予想ファイルサイズと合計ファイルサイズとの加算値(第3の加算値)で更新された合計ファイルサイズに増加サイズを加算した値(第4の加算値)が合計ファイルサイズとして不揮発メモリーに記憶される。次いで、合計ファイルサイズ算出部102は、更新後の合計ファイルサイズ(第4の加算値)から、予想ファイルサイズ(ステップS110で加算した値)を減算することで、合計ファイルサイズを更新する(ステップS112)。
 要するに、合計ファイルサイズ算出部102は、(図3に示す動作フローの開始時の合計ファイルサイズ+予想ファイルサイズ+増加サイズ-予想ファイルサイズ)を算出することで(ステップS110、S112)、結果として、(図3に示す動作フローの開始時の合計ファイルサイズ+増加サイズ)を算出する。最終的に、合計ファイルサイズ算出部102は、算出した(図3に示す動作フローの開始時の合計ファイルサイズ+増加サイズ)で、合計ファイルサイズを更新する。
 合計ファイルサイズを更新した後に、圧縮率算出部104は、圧縮前ファイルサイズと圧縮後ファイルサイズとに基づき、圧縮後のファイルの圧縮率を算出する(ステップS113。ステップS105と完全同一)。
 4.まとめ
 MFPの記憶領域内で特定の種類のデータファイルを書き込み可能とする上限サイズが予め決まっている。MFPのOSには、この特定の種類のデータファイルを書き込む際、書き込み対象のファイルを圧縮し、圧縮後のファイルを記憶領域に書き込む機能が組み込まれている。このような圧縮書込システムでは、ユーザーは、圧縮後のファイルサイズを把握できない。圧縮後のファイルサイズを把握できないと、圧縮後のファイルが記憶領域に収まる(書き込み可能)かどうかを、ユーザーは書き込み前に把握できない。圧縮後のファイルが記憶領域に収まる(書き込み可能)かどうかを把握することは、例えば、ユーザーが論理的に記憶領域を分割して記憶領域のサイズを管理する際の助けとなる。そこで、ファイルの圧縮書込前に、ユーザーが記憶領域の上限サイズに基づきファイルを書き込み可能か否かをチェックすることが考えられる。しかし、ユーザーは、ファイルの圧縮書込前に、圧縮後のファイルのファイルサイズを把握できない。このため、ユーザーは、圧縮前のファイルのファイルサイズが、ユーザーが記憶領域の上限サイズに収まるか否かをチェックするしかない。しかし、圧縮前のファイルのファイルサイズが記憶領域の上限サイズを超える場合、圧縮後のファイルが記憶領域に収まる(本来は書き込み可能)場合であっても、サイズオーバーによるエラーとして書き込みが出来ないおそれがある。
 そこで、本実施形態では、合計ファイルサイズ算出部102は、書き込み済みの複数の圧縮後のファイルのファイルサイズの合計値(合計ファイルサイズ)を算出し、書き込まれた圧縮後のファイルのファイルサイズ(圧縮後ファイルサイズ)と、合計ファイルサイズとの加算値で、合計ファイルサイズを更新する(ステップS102及びS104、ステップS110及びS112)。上限判断部101は、ファイルを書き込む前に、圧縮前の書き込み対象のファイルのファイルサイズ(圧縮前ファイルサイズ)と合計ファイルサイズとの加算値が、上限サイズより大きい場合(ステップS101、NO)、書き込み対象のファイルを予想圧縮率に基づき圧縮したときの圧縮後ファイルサイズ(予想ファイルサイズ)と合計ファイルサイズとの加算値が、上限サイズより大きいか否かを判断する(ステップS108)。
 また、本実施形態によれば、合計ファイルサイズ算出部102は、複数の圧縮後のファイルのファイルサイズの合計値(合計ファイルサイズ)を算出する。また、上限判断部101は、圧縮前ファイルサイズでは書き込み不可(サイズオーバーによる書き込みエラー)になる場合、圧縮後の予想ファイルサイズに基づき書き込み可能か否かを判断する。このように、(圧縮前ではなく)圧縮後のファイルの合計ファイルサイズ及び圧縮後の予想ファイルサイズに基づき上限を判断する。従って合計ファイルサイズ(の情報)と、記憶領域中で実際に書き込まれた領域との差異を小さくすることができる。これにより、書き込み不可(サイズオーバーによる書き込みエラー)を判断する正確性が増し、圧縮後のファイルを本来書き込みできるにも拘らず書き込み不可(サイズオーバーによる書き込みエラー)となる可能性を減らすことができる。
 本実施形態では、合計ファイルサイズ算出部102は、具体的には以下の様に、合計ファイルサイズを更新する。合計ファイルサイズ算出部102は、圧縮後のファイルを書き込む前に、圧縮前ファイルサイズ(又は予想ファイルサイズ)と合計ファイルサイズとの加算値で、合計ファイルサイズを更新する(ステップS102又はS110)。圧縮後のファイルを書き込んだ後に(ステップS103又はS111)、合計ファイルサイズ算出部102は、書き込みにより増加した前記記憶領域のサイズである増加サイズを算出し、増加サイズと合計ファイルサイズとの加算値で、合計ファイルサイズを更新し、更新後の合計ファイルサイズから圧縮前ファイルサイズ(又は予想ファイルサイズ)を減算することで、合計ファイルサイズを更新する(ステップS104又はS112)。
 ステップS102又はS110を行わずに、圧縮後のファイルを書き込んだ後に、単に、増加サイズと合計ファイルサイズとの加算値で、合計ファイルサイズを更新すると仮定する。この場合、例えば、圧縮後のファイルを書き込み中、又は、書き込み後であって合計ファイルサイズを更新する前に、MFPの電源が断たれ、結果として、合計ファイルサイズが更新されなかった(増加サイズが加算されなかった)とする。その場合、圧縮後のファイルの少なくとも一部が書き込まれたにも拘らず、合計ファイルサイズが更新されない(増加サイズが加算されない)ため、合計ファイルサイズ(の情報)と、記憶領域中で実際に書き込まれた領域との差異が大きくなる。このため、次にファイルを書き込む際に、実際の合計ファイルサイズよりも小さい合計ファイルサイズに基づき、上限サイズが判断されることとなる。その結果、実際には圧縮後のファイルを書き込めない(サイズオーバーによる書き込みエラー)にも拘らず、書き込みが開始されるおそれがある。
 これに対して、本実施形態によれば、圧縮後のファイルを書き込む前に、圧縮前ファイルサイズ(又は予想ファイルサイズ)と合計ファイルサイズとの加算値で、合計ファイルサイズを更新する(ステップS102又はS110)。圧縮後のファイルを書き込み中又は書き込み後に、MFPの電源が断たれ、結果として、合計ファイルサイズがさらに更新(ステップS104又はS112)されなかったとする。その場合でも、圧縮前ファイルサイズ(又は予想ファイルサイズ)が合計ファイルサイズに一応加算されているため、合計ファイルサイズ(の情報)と、記憶領域中で実際に書き込まれた領域との差異が小さくて済む。このため、次にファイルを書き込む際に、圧縮前ファイルサイズ(又は予想ファイルサイズ)が一応加算された合計ファイルサイズに基づき、上限サイズが判断されることとなる。その結果、実際には圧縮後のファイルを書き込めない(サイズオーバーによる書き込みエラー)にも拘らず、書き込みが開始されるおそれが減る。
 また、本実施形態によれば、圧縮率算出部104は、ファイルを書き込む度に、圧縮後のファイルの圧縮率を算出する(ステップS105又はS113)。予想圧縮率算出部105は、書き込み済みの複数の圧縮後のファイルの複数の圧縮率に基づき、予想圧縮率を算出する(ステップS106)。結果的に、書き込み済みの全ての圧縮後のファイルの全ての圧縮率に基づき、予想圧縮率を算出するので、正確な予想圧縮率を算出できる。具体的には、予想圧縮率算出部105は、全ての圧縮率のうち最低圧縮率に基づき、予想圧縮率を算出する。予想ファイルサイズ算出部106は、書き込み対象のファイルを、予想圧縮率(最低圧縮率に基づく)に基づき圧縮したときの、予想ファイルサイズを算出する(ステップS107)。最低圧縮率に基づくことにより、予想ファイルサイズは、予想できる最大のファイルサイズとなる。従って、実際には圧縮後のファイルを書き込めない(サイズオーバーによる書き込みエラー)にも拘らず、書き込みが開始されるおそれが減る。
 本技術の各実施形態及び各変形例について上に説明したが、本技術は上述の実施形態にのみ限定されるものではなく、本技術の要旨を逸脱しない範囲内において種々変更を加え得ることは勿論である。

Claims (8)

  1.  書き込み対象のファイルを圧縮し、前記圧縮後のファイルを記憶領域に書き込む圧縮書込部と、
      書き込み済みの1以上の圧縮後のファイルのファイルサイズの合計値である合計ファイルサイズを算出し、
      前記書き込まれた圧縮後のファイルのファイルサイズである圧縮後ファイルサイズと、前記合計ファイルサイズとの加算値で、前記合計ファイルサイズを更新する
     合計ファイルサイズ算出部と
     を具備する情報処理装置。
  2.  請求項1に記載の情報処理装置であって、
     前記書き込み対象のファイルを書き込む前に、圧縮前の前記書き込み対象のファイルのファイルサイズである圧縮前ファイルサイズと、前記合計ファイルサイズとの加算値である第1の加算値が、前記記憶領域の上限サイズより大きいか否かを判断する上限判断部
     をさらに具備する情報処理装置。
  3.  請求項2に記載の情報処理装置であって、
     前記上限判断部が、前記第1の加算値が、前記上限サイズ以下と判断すると、
     前記合計ファイルサイズ算出部は、
     前記圧縮後のファイルが書き込まれる前に、
      前記第1の加算値で、前記合計ファイルサイズを更新し、
     前記圧縮後のファイルが書き込まれた後に、
      前記書き込みにより増加した前記記憶領域のサイズである増加サイズを算出し、
      前記増加サイズと、前記第1の加算値で更新された合計ファイルサイズとの加算値である第2の加算値で、前記合計ファイルサイズを更新し、
      前記第2の加算値で更新された合計ファイルサイズから前記圧縮前ファイルサイズを減算することで、前記合計ファイルサイズを更新する
     ことにより、前記合計ファイルサイズを更新する
     情報処理装置。
  4.  請求項2に記載の情報処理装置であって、
     前記圧縮前ファイルサイズと前記圧縮後ファイルサイズとに基づき、前記圧縮後のファイルの圧縮率を算出する圧縮率算出部
     をさらに具備する情報処理装置。
  5.  請求項4に記載の情報処理装置であって、
     前記書き込み済みの1以上の圧縮後のファイルの1以上の前記圧縮率に基づき、前記書き込み対象の圧縮前のファイルの予想圧縮率を算出する予想圧縮率算出部と、
     前記書き込み対象のファイルを前記予想圧縮率に基づき圧縮したときの圧縮後ファイルサイズである予想ファイルサイズを算出する予想ファイルサイズ算出部と
     をさらに具備し、
     前記上限判断部が、前記第1の加算値が、前記上限サイズより大きいと判断すると、
     前記上限判断部は、さらに、前記予想ファイルサイズと前記合計ファイルサイズとの加算値である第3の加算値が、前記上限サイズより大きいか否かを判断する
     情報処理装置。
  6.  請求項5に記載の情報処理装置であって、
     前記上限判断部が、前記第3の加算値が、前記上限サイズ以下と判断すると、
     前記合計ファイルサイズ算出部は、
     前記圧縮後のファイルが書き込まれる前に、
      前記第3の加算値で、前記合計ファイルサイズを更新し、
     前記圧縮後のファイルが書き込まれた後に、
      前記書き込みにより増加した前記記憶領域のサイズである増加サイズを算出し、
      前記増加サイズと、前記第3の加算値で更新された合計ファイルサイズとの加算値である第4の加算値で、前記合計ファイルサイズを更新し、
      前記第4の加算値で更新された合計ファイルサイズから前記予想ファイルサイズを減算することで、前記合計ファイルサイズを更新する
     ことにより、前記合計ファイルサイズを更新する
     情報処理装置。
  7.  請求項5に記載の情報処理装置であって、
     前記予想圧縮率算出部は、前記書き込み済みの1以上の圧縮後のファイルの前記1以上の圧縮率のうち、最低圧縮率に基づき、圧縮前の前記書き込み対象のファイルの予想圧縮率を算出する
     情報処理装置。
  8.  書き込み対象のファイルを圧縮し、前記圧縮後のファイルを記憶領域に書き込み、
     書き込み済みの1以上の圧縮後のファイルのファイルサイズである合計ファイルサイズを算出し、
     前記書き込まれた圧縮後のファイルのファイルサイズである圧縮後ファイルサイズと、前記合計ファイルサイズとの加算値で、前記合計ファイルサイズを更新する
     情報処理方法。
PCT/JP2017/029536 2016-11-07 2017-08-17 情報処理装置及び情報処理方法 WO2018083857A1 (ja)

Priority Applications (4)

Application Number Priority Date Filing Date Title
US15/761,869 US10664446B2 (en) 2016-11-07 2017-08-17 Information processing apparatus and information processing method
JP2018507739A JP6443583B2 (ja) 2016-11-07 2017-08-17 情報処理装置、情報処理方法及び情報処理プログラム
CN201780003066.8A CN108292263B (zh) 2016-11-07 2017-08-17 信息处理装置及信息处理方法
EP17838168.7A EP3343379B1 (en) 2016-11-07 2017-08-17 Information processing device and information processing method

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
JP2016-216857 2016-11-07
JP2016216857 2016-11-07

Publications (1)

Publication Number Publication Date
WO2018083857A1 true WO2018083857A1 (ja) 2018-05-11

Family

ID=62076856

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/JP2017/029536 WO2018083857A1 (ja) 2016-11-07 2017-08-17 情報処理装置及び情報処理方法

Country Status (5)

Country Link
US (1) US10664446B2 (ja)
EP (1) EP3343379B1 (ja)
JP (1) JP6443583B2 (ja)
CN (1) CN108292263B (ja)
WO (1) WO2018083857A1 (ja)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
KR102267477B1 (ko) * 2020-02-20 2021-06-22 삼성전자주식회사 스토리지 장치 및 이의 동작 방법

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05274198A (ja) 1992-03-27 1993-10-22 Hitachi Ltd 情報処理装置
JP2000029646A (ja) * 1998-07-14 2000-01-28 Seiko Epson Corp データ処理装置、印刷装置、制御方法および記録媒体
JP2001232870A (ja) * 2000-02-18 2001-08-28 Matsushita Graphic Communication Systems Inc 印刷装置及び印刷方法
JP2008141594A (ja) * 2006-12-04 2008-06-19 Canon Inc 印刷データ生成装置、印刷装置、及び印刷システム
JP2010178283A (ja) * 2009-02-02 2010-08-12 Seiko Epson Corp 画像読み取り装置

Family Cites Families (8)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7418436B2 (en) * 2002-01-31 2008-08-26 Matsushita Electric Industrial Co., Ltd. Information processing apparatus, memory management apparatus, memory management method, and information processing method
US7240177B2 (en) * 2004-05-27 2007-07-03 International Business Machines Corporation System and method for improving performance of dynamic memory removals by reducing file cache size
US8327050B2 (en) * 2005-04-21 2012-12-04 International Business Machines Corporation Systems and methods for compressing files for storage and operation on compressed files
WO2007026258A2 (en) * 2005-07-21 2007-03-08 Expway Methods and devices for compressing and decompressing structured documents
KR101442601B1 (ko) * 2007-11-28 2014-09-19 삼성전자주식회사 파일의 타겟 압축율 결정방법 및 장치
US7987162B2 (en) * 2009-03-06 2011-07-26 Bluearc Uk Limited Data compression in a file storage system
US8495267B2 (en) * 2010-11-24 2013-07-23 International Business Machines Corporation Managing shared computer memory using multiple interrupts
WO2014184941A1 (ja) * 2013-05-17 2014-11-20 株式会社日立製作所 ストレージ装置

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JPH05274198A (ja) 1992-03-27 1993-10-22 Hitachi Ltd 情報処理装置
JP2000029646A (ja) * 1998-07-14 2000-01-28 Seiko Epson Corp データ処理装置、印刷装置、制御方法および記録媒体
JP2001232870A (ja) * 2000-02-18 2001-08-28 Matsushita Graphic Communication Systems Inc 印刷装置及び印刷方法
JP2008141594A (ja) * 2006-12-04 2008-06-19 Canon Inc 印刷データ生成装置、印刷装置、及び印刷システム
JP2010178283A (ja) * 2009-02-02 2010-08-12 Seiko Epson Corp 画像読み取り装置

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
See also references of EP3343379A4

Also Published As

Publication number Publication date
CN108292263B (zh) 2022-04-15
EP3343379A1 (en) 2018-07-04
EP3343379A4 (en) 2019-06-12
US10664446B2 (en) 2020-05-26
JP6443583B2 (ja) 2018-12-26
US20190073374A1 (en) 2019-03-07
EP3343379B1 (en) 2023-05-10
CN108292263A (zh) 2018-07-17
JPWO2018083857A1 (ja) 2018-11-01

Similar Documents

Publication Publication Date Title
JP6115149B2 (ja) 情報処理システム、情報処理端末、プログラムおよび情報機器操作方法
KR102100458B1 (ko) 메모리를 관리하기 위한 방법 및 그 전자 장치
CN110109628B (zh) 分布式存储系统的数据重建方法、装置、设备及存储介质
US7320087B2 (en) Information processing apparatus and method, program, and recording medium
US9934390B2 (en) Data redaction system
US20110055820A1 (en) Software version-up/addition managing apparatus, multifunction apparatus, software version-up/addition managing method and computer readable medium
KR100703164B1 (ko) 데이터 처리장치 및 그 제어방법
JP6443583B2 (ja) 情報処理装置、情報処理方法及び情報処理プログラム
CN112015447A (zh) 电子设备的系统更新方法及装置、电子设备及存储介质
JP5217155B2 (ja) ファイル圧縮自動判定方式および方法、並びに、プログラム
US8810845B2 (en) Image forming apparatus, data storing method, and non-transitory computer readable recording medium that stores data storing program
US8266541B2 (en) Message window display control apparatus, method, and program product
WO2020113421A1 (zh) 一种挂载文件系统的方法、终端设备及存储介质
CN109324760B (zh) 一种磁盘数据上云方法、系统、设备及计算机存储介质
US10365870B2 (en) Information processing system for detecting overload of a management server and processing a priority request having priority, and information processing method for detecting overload of a management server and processing a priority request having a high priority
US20160188215A1 (en) Information processing apparatus, memory control method for information processing apparatus, and program
US20200150947A1 (en) Information processing apparatus, updating method by information processing apparatus, and recording medium
US9223584B2 (en) Information processing apparatus, restoring method of BIOS setup, restoring program
JP5158883B2 (ja) ファームウェア更新方法及びファームウェア更新装置
US10324660B2 (en) Determining whether to compress data prior to storage thereof
US10437488B2 (en) Electronic device and non-transitory computer readable storage medium
CN112925643B (zh) 数据处理方法、装置以及存储引擎装置
JP6405972B2 (ja) 動作検証装置、動作検証方法及び動作検証プログラム
US9311424B2 (en) HTTP request pipeline optimization
EP2416240B1 (en) Terminal device

Legal Events

Date Code Title Description
WWE Wipo information: entry into national phase

Ref document number: 2018507739

Country of ref document: JP

NENP Non-entry into the national phase

Ref country code: DE