JP2006126981A - Data transfer system and data transfer method - Google Patents

Data transfer system and data transfer method Download PDF

Info

Publication number
JP2006126981A
JP2006126981A JP2004311643A JP2004311643A JP2006126981A JP 2006126981 A JP2006126981 A JP 2006126981A JP 2004311643 A JP2004311643 A JP 2004311643A JP 2004311643 A JP2004311643 A JP 2004311643A JP 2006126981 A JP2006126981 A JP 2006126981A
Authority
JP
Japan
Prior art keywords
data
server
client terminal
processing
data transfer
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
JP2004311643A
Other languages
Japanese (ja)
Inventor
Taro Yamada
太郎 山田
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.)
NEXTECH CORP
Original Assignee
NEXTECH CORP
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by NEXTECH CORP filed Critical NEXTECH CORP
Priority to JP2004311643A priority Critical patent/JP2006126981A/en
Publication of JP2006126981A publication Critical patent/JP2006126981A/en
Pending legal-status Critical Current

Links

Images

Landscapes

  • Information Transfer Systems (AREA)
  • Information Transfer Between Computers (AREA)

Abstract

<P>PROBLEM TO BE SOLVED: To provide a data transfer system and a data transfer method aimed at improving response in data transfer between a client terminal and a server. <P>SOLUTION: In this data transfer method, when data transfer is performed from the server to the client terminal, the server executes serialization processing of data, and transmits the serialized data to the client terminal with compression, and the client terminal receives the compressed data from the server followed by decompression, and executes deserialization of the decompressed data. When data transfer is performed from the client terminal to the server, the client terminal executes serialization of data, and transmits the serialized data to the server with compression, and the server receives the compressed data from the client terminal followed by decompression, and executes deserialization of the decompressed data. <P>COPYRIGHT: (C)2006,JPO&NCIPI

Description

本発明は、クライアント端末とサーバとの間のデータ転送に於いて、そのレスポンスを向上させることを目的とするデータ転送システム及びデータ転送方法に関する。
The present invention relates to a data transfer system and a data transfer method for improving response in data transfer between a client terminal and a server.

クライアント端末とサーバとの間でデータ転送を行う際に、そのレスポンスを向上させることが求められている。特に、大量のデータ転送を実行する場合、クライアント端末とサーバとの間のデータ転送に時間を要し、又その通信量も多くなる問題点が存在する。   When data is transferred between a client terminal and a server, it is required to improve the response. In particular, when a large amount of data is transferred, there is a problem that it takes time to transfer data between the client terminal and the server, and the amount of communication increases.

そこで下記特許文献1では、データ転送の対象となる複数のファイルを1つのファイルに合成することにより、1回のファイル転送処理で、複数のファイルを転送することが可能となる発明が開示されている。   Therefore, Patent Document 1 below discloses an invention that enables a plurality of files to be transferred in one file transfer process by combining a plurality of files subject to data transfer into one file. Yes.

特開平5−35620号公報Japanese Patent Laid-Open No. 5-35620

しかし上記出願に係る発明ではパラメータファイルと呼ばれるファイルを用いているが、このパラメータファイルは、一括転送するファイルのファイル名並びに送信元及び送信先の情報を記述しているものである。そして転送対象となる複数のファイルは、ファイル名等に基づいて合成されるものであり、実際にデータ転送されるファイルに対して処理を行うわけではない。又、データ転送するファイルが一つの場合には、データの内容に加えて、パラメータファイルに係る内容も送信されることとなる為、逆に転送するデータ量が増えてしまう問題点もある。   However, in the invention according to the above-mentioned application, a file called a parameter file is used. This parameter file describes the file name of the file to be collectively transferred and the information of the transmission source and the transmission destination. The plurality of files to be transferred are synthesized based on the file names and the like, and the processing is not performed on the files that are actually transferred. In addition, when there is a single file to which data is transferred, the content related to the parameter file is transmitted in addition to the data content, and there is a problem that the amount of data to be transferred increases.

そこで本発明者は、転送対象となるデータに対して圧縮処理を施すことによって、転送するデータ量を減らし、それによりネットワーク帯域を確保することで、大量のデータを転送する場合であっても、そのレスポンスを向上させることが可能なデータ転送システム及びデータ転送方法を発明した。   Therefore, the present inventor reduces the amount of data to be transferred by performing compression processing on the data to be transferred, thereby securing a network bandwidth, thereby transferring a large amount of data, A data transfer system and a data transfer method capable of improving the response have been invented.

請求項1の発明は、サーバとクライアント端末との間でデータ転送を実行するデータ転送システムであって、前記サーバは、前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行するサーバ側シリアライズ手段と、前記シリアライズ処理を施したデータを圧縮し、それを前記クライアント端末に送信するサーバ側圧縮手段と、を備えており、前記クライアント端末は、前記圧縮されたデータを前記サーバから受信し、それを解凍するクライアント側解凍手段と、前記解凍したデータのデシリアライズ処理を実行するクライアント側デシリアライズ手段と、を備える、データ転送システムである。   The invention according to claim 1 is a data transfer system for executing data transfer between a server and a client terminal, wherein the server executes a serialization process of data to be transferred to the client terminal. Side serialization means, and server side compression means for compressing the data subjected to the serialization processing and transmitting it to the client terminal, wherein the client terminal receives the compressed data from the server And a client-side decompression unit that decompresses the data and a client-side deserialization unit that performs a deserialization process on the decompressed data.

請求項5の発明は、サーバとクライアント端末との間でデータ転送を実行するデータ転送方法であって、前記サーバに於いて、前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行し、前記シリアライズ処理を施したデータを圧縮してそれを前記クライアント端末に送信し、前記クライアント端末に於いて、前記圧縮されたデータを前記サーバから受信してそれを解凍し、前記解凍したデータのデシリアライズ処理を実行する、データ転送方法である。   The invention according to claim 5 is a data transfer method for executing data transfer between a server and a client terminal, and executes serialization processing of data to be transferred to the client terminal in the server The serialized data is compressed and transmitted to the client terminal. The client terminal receives the compressed data from the server and decompresses the decompressed data. This is a data transfer method for executing the deserialization process.

これらの発明のように、サーバからクライアント端末にデータを転送する際に、そのデータを転送可能なようにシリアライズ処理を行い、それに対して圧縮した後に転送しているので、ネットワーク帯域を確保することが出来、特に、大量のデータを転送する際に、そのレスポンスを向上させることが出来る。   As in these inventions, when data is transferred from the server to the client terminal, serialization processing is performed so that the data can be transferred, and the data is transferred after being compressed. In particular, when transferring a large amount of data, the response can be improved.

請求項2の発明は、前記データ転送システムにおいて、前記クライアント端末は、更に、前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行するクライアント側シリアライズ手段と、前記シリアライズ処理を施した該データを圧縮し、それを前記サーバに送信するクライアント側圧縮手段と、を備えており、前記サーバは、更に、前記圧縮された該データを前記クライアント端末から受信し、それを解凍するサーバ側解凍手段と、前記解凍したデータのデシリアライズ処理を実行するサーバ側デシリアライズ手段と、を備える、データ転送システムである。   The invention of claim 2 is the data transfer system, wherein the client terminal further includes client-side serialization means for executing serialization processing of data to be transferred to the server, and the serialization processing is performed. Client-side compression means for compressing data and transmitting it to the server, the server further receiving the compressed data from the client terminal and decompressing the server-side decompression And a server-side deserialization unit that executes a deserialization process on the decompressed data.

更に上述の発明に於いて、クライアント端末からサーバに対してデータを転送する場合にも、クライアント端末でシリアライズ処理を行ったデータを圧縮してサーバに転送するように構成することで、同様の効果を得ることが出来る。   Further, in the above-described invention, even when data is transferred from the client terminal to the server, the same effect can be achieved by compressing the data serialized at the client terminal and transferring it to the server. Can be obtained.

請求項3の発明は、サーバとクライアント端末との間でデータ転送を実行するデータ転送システムであって、前記クライアント端末は、前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行するクライアント側シリアライズ手段と、前記シリアライズ処理を施したデータを圧縮し、それを前記サーバに送信するクライアント側圧縮手段と、を備えており、前記サーバは、前記圧縮されたデータを前記クライアント端末から受信し、それを解凍するサーバ側解凍手段と、前記解凍したデータのデシリアライズ処理を実行するサーバ側デシリアライズ手段と、を備える、データ転送システムである。   The invention of claim 3 is a data transfer system for executing data transfer between a server and a client terminal, wherein the client terminal is a client for executing serialization processing of data to be transferred to the server Side serialization means and client side compression means for compressing the data subjected to the serialization processing and transmitting it to the server, wherein the server receives the compressed data from the client terminal A data transfer system comprising server-side decompression means for decompressing and server-side deserialization means for executing deserialization processing of the decompressed data.

請求項6の発明は、サーバとクライアント端末との間でデータ転送を実行するデータ転送方法であって、前記クライアント端末に於いて、前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行し、前記シリアライズ処理を施したデータを圧縮してそれを前記サーバに送信し、前記サーバに於いて、前記圧縮されたデータを前記クライアント端末から受信してそれを解凍し、前記解凍したデータのデシリアライズ処理を実行する、データ転送方法である。   The invention of claim 6 is a data transfer method for executing data transfer between a server and a client terminal, wherein the client terminal executes serialization processing of data to be transferred to the server And compressing the serialized data and transmitting it to the server. The server receives the compressed data from the client terminal, decompresses the data, and decompresses the decompressed data. A data transfer method for executing deserialization processing.

これらの発明のように、クライアント端末からサーバにデータを転送する際に、そのデータを転送可能なようにシリアライズ処理を行い、それに対して圧縮した後に転送しているので、ネットワーク帯域を確保することが出来、特に、大量のデータを転送する際に、そのレスポンスを向上させることが出来る。   As in these inventions, when transferring data from the client terminal to the server, serialization processing is performed so that the data can be transferred, and the data is transferred after being compressed, so that network bandwidth is secured. In particular, when transferring a large amount of data, the response can be improved.

請求項4の発明は、前記データ転送システムにおいて、前記サーバは、更に、前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行するサーバ側シリアライズ手段と、前記シリアライズ処理を施した該データを圧縮し、それを前記クライアント端末に送信するサーバ側圧縮手段と、を備えており、前記クライアント端末は、前記圧縮された該データを前記サーバから受信し、それを解凍するクライアント側解凍手段と、前記解凍したデータのデシリアライズ処理を実行するクライアント側デシリアライズ手段と、を備えるデータ転送システムである。   According to a fourth aspect of the present invention, in the data transfer system, the server further includes server-side serialization means for executing serialization processing of data to be transferred to the client terminal, and the serialization processing is performed. Server-side compression means for compressing data and transmitting it to the client terminal, wherein the client terminal receives the compressed data from the server and decompresses it And client-side deserialization means for executing deserialization processing of the decompressed data.

更に請求項3の発明に於いて、サーバからクライアント端末に対してデータを転送する場合にも、サーバでシリアライズ処理を行ったデータを圧縮してクライアント端末に転送するように構成することで、同様の効果を得ることが出来る。   Further, in the invention of claim 3, when data is transferred from the server to the client terminal, the data serialized by the server is compressed and transferred to the client terminal. The effect of can be obtained.

本発明によって、ネットワーク帯域を確保することが出来、大量のデータを転送する場合であっても、そのレスポンスを向上させることが可能となる。
According to the present invention, a network bandwidth can be secured, and even when a large amount of data is transferred, the response can be improved.

本発明のデータ転送システムのシステム構成の一例を図1に示す。クライアント端末2とサーバ1との間は、ネットワークを介してデータの送受信が可能である。このネットワークにはインターネット等のオープンネットワーク、LAN等のクローズドネットワーク、それらの組合せであるイントラネットなどが含まれ、いずれの形態を取っていても良い。   An example of the system configuration of the data transfer system of the present invention is shown in FIG. Data can be transmitted and received between the client terminal 2 and the server 1 via a network. This network includes an open network such as the Internet, a closed network such as a LAN, and an intranet that is a combination thereof, and may take any form.

サーバ1は、サーバ側シリアライズ手段3とサーバ側圧縮手段4とサーバ側解凍手段5とサーバ側デシリアライズ手段6とを備えている。又、クライアント端末2は、クライアント側シリアライズ手段7とクライアント側圧縮手段8とクライアント側解凍手段9とクライアント側デシリアライズ手段10とを備えている。   The server 1 includes server-side serialization means 3, server-side compression means 4, server-side decompression means 5, and server-side deserialization means 6. The client terminal 2 includes client side serialization means 7, client side compression means 8, client side decompression means 9, and client side deserialization means 10.

サーバ側シリアライズ手段3は、クライアント端末2に転送する対象となるデータをシリアライズ処理する手段である。シリアライズ処理とは、ソフトウェアやアプリケーション内部で扱っているデータを、ファイルで保存したり、ネットワークで送受信可能なデータ形式に変換する処理である。   The server side serialization means 3 is means for serializing data to be transferred to the client terminal 2. Serialization processing is processing that converts data handled in software or an application into a data format that can be saved as a file or transmitted / received over a network.

サーバ側圧縮手段4は、サーバ側シリアライズ手段3でシリアライズしたデータを圧縮し、クライアント端末2にネットワークを介して送信する手段である。   The server side compression unit 4 is a unit that compresses the data serialized by the server side serialization unit 3 and transmits it to the client terminal 2 via the network.

サーバ側解凍手段5は、後述するクライアント端末2で圧縮されたデータを受信し、そのデータを解凍する手段である。データを解凍するとは、圧縮されたデータを元のデータに復元する処理をいう。   The server-side decompression means 5 is means for receiving data compressed by the client terminal 2 described later and decompressing the data. Decompressing data refers to a process of restoring compressed data to the original data.

サーバ側デシリアライズ手段6は、サーバ側解凍手段5で解凍したデータを、デシリアライズ処理する手段である。デシリアライズ処理とは、シリアライズされたデータやネットワークで送受信されたデータを、ソフトウェアやアプリケーション内部で扱うことの可能なデータ形式に復元する処理である。   The server-side deserialization means 6 is a means for deserializing the data decompressed by the server-side decompression means 5. The deserialization process is a process of restoring serialized data or data transmitted / received via a network into a data format that can be handled inside software or an application.

クライアント側シリアライズ手段7は、サーバ1に転送する対象となるデータをシリアライズ処理する手段である。   The client side serialization means 7 is means for serializing data to be transferred to the server 1.

クライアント側圧縮手段8は、クライアント側シリアライズ手段7でシリアライズしたデータを圧縮し、サーバ1にネットワークを介して送信する手段である。   The client side compression means 8 is means for compressing the data serialized by the client side serialization means 7 and transmitting it to the server 1 via the network.

クライアント側解凍手段9は、サーバ側圧縮手段4で圧縮されたデータを受信し、そのデータを解凍する手段である。   The client side decompressing means 9 is means for receiving the data compressed by the server side compressing means 4 and decompressing the data.

クライアント側デシリアライズ手段10は、クライアント側解凍手段9で解凍したデータを、デシリアライズ処理する手段である。   The client-side deserialization means 10 is means for deserializing the data decompressed by the client-side decompression means 9.

これらの圧縮/解凍処理は、サーバ1とクライアント端末2側で共通の圧縮/解凍形式が用いられる。   These compression / decompression processes use a compression / decompression format common to the server 1 and the client terminal 2 side.

次に本発明のデータ転送システムの処理プロセスを図2及び図3のフローチャート、図1のシステム構成図を用いて説明する。   Next, the processing process of the data transfer system of the present invention will be described with reference to the flowcharts of FIGS. 2 and 3 and the system configuration diagram of FIG.

まず、クライアント端末2からサーバ1に対して、所定のデータを転送する場合の処理プロセスを図1と図2を用いて説明する。   First, a processing process in the case of transferring predetermined data from the client terminal 2 to the server 1 will be described with reference to FIGS.

クライアント端末2に於いて、サーバ1に対して送信するデータが選択された後、そのデータを転送可能とする為のシリアライズ処理を、クライアント側シリアライズ手段7で実行する(S100)。このシリアライズ処理によって、ソフトウェア等のデータが転送可能な形式に変換される。   In the client terminal 2, after data to be transmitted to the server 1 is selected, serialization processing for enabling transfer of the data is executed by the client-side serialization means 7 (S100). By this serialization processing, data such as software is converted into a transferable format.

S100の処理終了後、クライアント側圧縮手段8が、シリアライズ処理を施したデータに対してデータの圧縮処理を実行し(S110)、圧縮処理後のデータをネットワークを介してサーバ1に送信する(S120)。   After the processing of S100 is completed, the client-side compression unit 8 performs data compression processing on the data subjected to serialization processing (S110), and transmits the data after compression processing to the server 1 via the network (S120). ).

ここで送信されたデータは、サーバ側解凍手段5で受信し(S130)、受信したデータの解凍処理を実行する(S140)。そしてサーバ側デシリアライズ手段6が、解凍処理を施したデータに対してデシリアライズ処理を実行する(S150)。このデシリアライズ処理によって、クライアント端末2から受信したデータを、ソフトウェア等で処理可能なデータ形式に復元することが出来、サーバ1のソフトウェアでデータに対する処理を実行することが可能となる。   The data transmitted here is received by the server-side decompression means 5 (S130), and decompression processing of the received data is executed (S140). Then, the server-side deserialization unit 6 executes the deserialization process on the decompressed data (S150). By this deserialization processing, data received from the client terminal 2 can be restored to a data format that can be processed by software or the like, and processing on the data can be executed by software of the server 1.

次に、サーバ1からクライアント端末2に対して、所定のデータを転送する場合の処理プロセスを図1と図3を用いて説明する。   Next, a processing process in the case of transferring predetermined data from the server 1 to the client terminal 2 will be described with reference to FIGS.

サーバ1に於いて、クライアント端末2に対して送信するデータが選択された後、そのデータを転送可能とするためのシリアライズ処理を、サーバ側シリアライズ手段3で実行する(S200)。このシリアライズ処理によって、ソフトウェア等のデータが転送可能な形式に変換される。   After the data to be transmitted to the client terminal 2 is selected in the server 1, the server-side serialization means 3 executes serialization processing for enabling the data to be transferred (S200). By this serialization processing, data such as software is converted into a transferable format.

S200の処理終了後、サーバ側圧縮手段4が、シリアライズ処理を施したデータに対してデータの圧縮処理を実行し(S210)、圧縮処理後のデータをネットワークを介してクライアント端末2に送信する(S220)。   After the process of S200 is completed, the server-side compression unit 4 executes a data compression process on the serialized data (S210), and transmits the compressed data to the client terminal 2 via the network (S210). S220).

ここで送信されたデータは、クライアント側解凍手段9で受信し(S230)、受信したデータの解凍処理を実行する(S240)。そしてクライアント側デシリアライズ手段10が、解凍処理を施したデータに対してデシリアライズ処理を実行する(S250)。このデシリアライズ処理によって、サーバ1から受信したデータを、ソフトウェア等で処理可能なデータ形式に復元することが出来、クライアント端末2のソフトウェアでデータに対する処理を実行することが可能となる。   The data transmitted here is received by the client side decompression means 9 (S230), and decompression processing of the received data is executed (S240). Then, the client-side deserialization unit 10 executes the deserialization process on the decompressed data (S250). By this deserialization processing, the data received from the server 1 can be restored to a data format that can be processed by software or the like, and processing on the data can be executed by software of the client terminal 2.

図2及び図3の処理プロセスは、一連の処理プロセスとして実行されても良い。即ち、クライアント端末2からサーバ1に対してデータを転送し、そのデータに対してサーバ1で処理を実行後、その処理結果となるデータをサーバ1からクライアント端末2に対して転送する、ような処理としても良い。又、逆に、サーバ1からクライアント端末2に対してデータを転送し、そのデータに対してクライアント端末2で処理を実行後、その処理結果となるデータをクライアント端末2からサーバ1に対して転送する、ような処理とすることも出来る。   The processing processes in FIGS. 2 and 3 may be executed as a series of processing processes. That is, data is transferred from the client terminal 2 to the server 1, processing is performed on the data by the server 1, and data resulting from the processing is transferred from the server 1 to the client terminal 2. It is good also as processing. Conversely, data is transferred from the server 1 to the client terminal 2, and processing is performed on the data at the client terminal 2, and then data resulting from the processing is transferred from the client terminal 2 to the server 1. It can also be set as such processing.

本発明に於ける各手段は、その機能が論理的に区別されているのみであって、物理上あるいは事実上は同一の領域を為していても良い。   Each means in the present invention is only logically distinguished in function, and may be physically or practically the same area.

尚、本発明を実施するにあたり本実施態様の機能を実現するソフトウェアのプログラムを記録した記憶媒体をシステムに供給し、そのシステムのコンピュータが記憶媒体に格納されたプログラムを読み出し実行することによって実現されることは当然である。   In implementing the present invention, a storage medium storing a software program for realizing the functions of this embodiment is supplied to the system, and the computer of the system reads and executes the program stored in the storage medium. Of course.

この場合、記憶媒体から読み出されたプログラム自体が前記した実施態様の機能を実現することとなり、そのプログラムを記憶した記憶媒体は本発明を当然のことながら構成することになる。   In this case, the program itself read from the storage medium realizes the functions of the above-described embodiments, and the storage medium storing the program naturally constitutes the present invention.

プログラムを供給する為の記憶媒体としては、例えば磁気ディスク、ハードディスク、光ディスク、光磁気ディスク、磁気テープ、不揮発性のメモリカード等を使用することができる。   As a storage medium for supplying the program, for example, a magnetic disk, a hard disk, an optical disk, a magneto-optical disk, a magnetic tape, a nonvolatile memory card, or the like can be used.

又、コンピュータが読み出したプログラムを実行することにより、上述した実施態様の機能が実現されるだけではなく、そのプログラムの指示に基づき、コンピュータ上で稼働しているオペレーティングシステムなどが実際の処理の一部又は全部を行い、その処理によって前記した実施態様の機能が実現される場合も含まれることは言うまでもない。   Further, by executing the program read by the computer, not only the functions of the above-described embodiments are realized, but also an operating system running on the computer is one of the actual processes based on the instructions of the program. It goes without saying that the case where the function of the above-described embodiment is realized by performing part or all of the processing and the processing thereof is also included.

更に、記憶媒体から読み出されたプログラムが、コンピュータに挿入された機能拡張ボードやコンピュータに接続された機能拡張ユニットに備わる不揮発性あるいは揮発性の記憶手段に書き込まれた後、そのプログラムの指示に基づき、機能拡張ボードあるいは機能拡張ユニットに備わる演算処理装置などが実際の処理の一部あるいは全部を行い、その処理により前記した実施態様の機能が実現される場合も含まれることは当然である。
Furthermore, after the program read from the storage medium is written in the nonvolatile or volatile storage means provided in the function expansion board inserted into the computer or the function expansion unit connected to the computer, the program is instructed. On the basis of the above, it is natural that the arithmetic processing device or the like provided in the function expansion board or the function expansion unit performs part or all of the actual processing and the functions of the above-described embodiments are realized by the processing.

本発明によって、ネットワーク帯域を確保することが出来、大量のデータを転送する場合であっても、そのレスポンスを向上させることが可能となる。
According to the present invention, a network bandwidth can be secured, and even when a large amount of data is transferred, the response can be improved.

本発明のシステム構成の一例を示すシステム構成図である。It is a system configuration figure showing an example of the system configuration of the present invention. クライアント端末からサーバにデータ転送する場合の処理プロセスの一例を示すフローチャートである。It is a flowchart which shows an example of the process in the case of transferring data from a client terminal to a server. サーバからクライアント端末にデータ転送する場合の処理プロセスの一例を示すフローチャートである。It is a flowchart which shows an example of the process in the case of transferring data from a server to a client terminal.

符号の説明Explanation of symbols

1:サーバ
2:クライアント端末
3:サーバ側シリアライズ手段
4:サーバ側圧縮手段
5:サーバ側解凍手段
6:サーバ側デシリアライズ手段
7:クライアント側シリアライズ手段
8:クライアント側圧縮手段
9:クライアント側解凍手段
10:クライアント側デシリアライズ手段
1: Server 2: Client terminal 3: Server side serialization means 4: Server side compression means 5: Server side decompression means 6: Server side deserialization means 7: Client side serialization means 8: Client side compression means 9: Client side decompression means 10: Client-side deserialization means

Claims (6)

サーバとクライアント端末との間でデータ転送を実行するデータ転送システムであって、
前記サーバは、
前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行するサーバ側シリアライズ手段と、
前記シリアライズ処理を施したデータを圧縮し、それを前記クライアント端末に送信するサーバ側圧縮手段と、を備えており、
前記クライアント端末は、
前記圧縮されたデータを前記サーバから受信し、それを解凍するクライアント側解凍手段と、
前記解凍したデータのデシリアライズ処理を実行するクライアント側デシリアライズ手段と、を備える、
ことを特徴とするデータ転送システム。
A data transfer system for transferring data between a server and a client terminal,
The server
Server-side serialization means for executing serialization processing of data to be transferred to the client terminal;
Compressing the data subjected to the serialization processing, and server-side compression means for transmitting it to the client terminal,
The client terminal is
Client-side decompression means for receiving the compressed data from the server and decompressing it;
Client-side deserialization means for performing deserialization processing of the decompressed data,
A data transfer system characterized by that.
前記データ転送システムにおいて、
前記クライアント端末は、更に、
前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行するクライアント側シリアライズ手段と、
前記シリアライズ処理を施した該データを圧縮し、それを前記サーバに送信するクライアント側圧縮手段と、を備えており、
前記サーバは、更に、
前記圧縮された該データを前記クライアント端末から受信し、それを解凍するサーバ側解凍手段と、
前記解凍したデータのデシリアライズ処理を実行するサーバ側デシリアライズ手段と、を備える、
ことを特徴とする請求項1に記載のデータ転送システム。
In the data transfer system,
The client terminal further includes:
Client-side serialization means for executing serialization processing of data to be transferred to the server;
Compressing the data subjected to the serialization processing, and sending the data to the server, client-side compression means,
The server further includes:
Server-side decompression means for receiving the compressed data from the client terminal and decompressing the data;
Server-side deserialization means for performing deserialization processing of the decompressed data,
The data transfer system according to claim 1.
サーバとクライアント端末との間でデータ転送を実行するデータ転送システムであって、
前記クライアント端末は、
前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行するクライアント側シリアライズ手段と、
前記シリアライズ処理を施したデータを圧縮し、それを前記サーバに送信するクライアント側圧縮手段と、を備えており、
前記サーバは、
前記圧縮されたデータを前記クライアント端末から受信し、それを解凍するサーバ側解凍手段と、
前記解凍したデータのデシリアライズ処理を実行するサーバ側デシリアライズ手段と、を備える、
ことを特徴とするデータ転送システム。
A data transfer system for transferring data between a server and a client terminal,
The client terminal is
Client-side serialization means for executing serialization processing of data to be transferred to the server;
Compressing the data subjected to the serialization processing, and sending the client side compression means to the server,
The server
Server side decompression means for receiving the compressed data from the client terminal and decompressing it;
Server-side deserialization means for performing deserialization processing of the decompressed data,
A data transfer system characterized by that.
前記データ転送システムにおいて、
前記サーバは、更に、
前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行するサーバ側シリアライズ手段と、
前記シリアライズ処理を施した該データを圧縮し、それを前記クライアント端末に送信するサーバ側圧縮手段と、を備えており、
前記クライアント端末は、
前記圧縮された該データを前記サーバから受信し、それを解凍するクライアント側解凍手段と、
前記解凍したデータのデシリアライズ処理を実行するクライアント側デシリアライズ手段と、を備える、
ことを特徴とする請求項3に記載のデータ転送システム。
In the data transfer system,
The server further includes:
Server-side serialization means for executing serialization processing of data to be transferred to the client terminal;
Compressing the data subjected to the serialization process, and sending it to the client terminal, server-side compression means,
The client terminal is
Client-side decompression means for receiving the compressed data from the server and decompressing it;
Client-side deserialization means for performing deserialization processing of the decompressed data,
The data transfer system according to claim 3.
サーバとクライアント端末との間でデータ転送を実行するデータ転送方法であって、
前記サーバに於いて、
前記クライアント端末へのデータ転送の対象となるデータのシリアライズ処理を実行し、
前記シリアライズ処理を施したデータを圧縮してそれを前記クライアント端末に送信し、
前記クライアント端末に於いて、
前記圧縮されたデータを前記サーバから受信してそれを解凍し、
前記解凍したデータのデシリアライズ処理を実行する、
ことを特徴とするデータ転送方法。
A data transfer method for executing data transfer between a server and a client terminal,
In the server,
Execute serialization processing of data to be transferred to the client terminal,
Compress the serialized data and send it to the client terminal,
In the client terminal,
Receiving the compressed data from the server and decompressing it,
Execute deserialization processing of the decompressed data;
A data transfer method characterized by the above.
サーバとクライアント端末との間でデータ転送を実行するデータ転送方法であって、
前記クライアント端末に於いて、
前記サーバへのデータ転送の対象となるデータのシリアライズ処理を実行し、
前記シリアライズ処理を施したデータを圧縮してそれを前記サーバに送信し、
前記サーバに於いて、
前記圧縮されたデータを前記クライアント端末から受信してそれを解凍し、
前記解凍したデータのデシリアライズ処理を実行する、
ことを特徴とするデータ転送方法。
A data transfer method for executing data transfer between a server and a client terminal,
In the client terminal,
Execute serialization processing of data to be transferred to the server,
Compress the serialized data and send it to the server;
In the server,
Receiving the compressed data from the client terminal and decompressing it,
Execute deserialization processing of the decompressed data;
A data transfer method characterized by the above.
JP2004311643A 2004-10-27 2004-10-27 Data transfer system and data transfer method Pending JP2006126981A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2004311643A JP2006126981A (en) 2004-10-27 2004-10-27 Data transfer system and data transfer method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2004311643A JP2006126981A (en) 2004-10-27 2004-10-27 Data transfer system and data transfer method

Publications (1)

Publication Number Publication Date
JP2006126981A true JP2006126981A (en) 2006-05-18

Family

ID=36721707

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2004311643A Pending JP2006126981A (en) 2004-10-27 2004-10-27 Data transfer system and data transfer method

Country Status (1)

Country Link
JP (1) JP2006126981A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8949783B2 (en) 2010-06-30 2015-02-03 International Business Machines Corporation Method and system for lazy data serialization in computer communications
JP2019527901A (en) * 2016-06-08 2019-10-03 コンパニオン・リミテッド A system that provides a shared environment

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US8949783B2 (en) 2010-06-30 2015-02-03 International Business Machines Corporation Method and system for lazy data serialization in computer communications
JP2019527901A (en) * 2016-06-08 2019-10-03 コンパニオン・リミテッド A system that provides a shared environment
JP7213796B2 (en) 2016-06-08 2023-01-27 コンパニオン・リミテッド A system that provides a shared environment

Similar Documents

Publication Publication Date Title
JP4786954B2 (en) Remote file update by remote protocol
JP4870414B2 (en) Data processing system, data processing apparatus, data processing method and program
US7322758B2 (en) Printing system, print request terminal, compression algorithm selecting program and printing method
JP2013500535A (en) Block unit data compression and decompression method and apparatus
CN106170968B (en) A kind of data compression storage method, device and distributed file system
CN105208135A (en) File transmission method and equipment
JP2006126981A (en) Data transfer system and data transfer method
CN104717242A (en) Method of editing shared file by multiple users, server and user side
JP3850834B2 (en) Printing apparatus, content output apparatus, and printing system
CN100401671C (en) Method for transmitting files
JP2000270325A (en) File communication server
JP4648415B2 (en) File transfer system and application server
JP2007286672A (en) Data compression/decompression system, data compression device, data decompression deice, and program
JP2007013266A (en) Image processing apparatus and image processing method
JP2005173949A (en) Multimedia data preservation system
JP2011044823A (en) Communication equipment, communication system, communication method and communication program
KR101990689B1 (en) Apparatus for providing image data and method thereof
JP2002370426A (en) Printer
JP2000132447A (en) Remote file operation system
JP2000172539A (en) Comparing method of file on network
JP2005141677A (en) Communication library for ic card and the ic card
JPH06350671A (en) Pdu coding expansion system for osi 6th layer
JP2006012151A (en) Printing device, content output device and printing system
JP2005339585A (en) Printing system, print request terminal, compression algorithm selecting program and printing method
JP2006205383A (en) Image formation device and control program

Legal Events

Date Code Title Description
A521 Written amendment

Free format text: JAPANESE INTERMEDIATE CODE: A821

Effective date: 20061207

A621 Written request for application examination

Free format text: JAPANESE INTERMEDIATE CODE: A621

Effective date: 20061207

RD02 Notification of acceptance of power of attorney

Free format text: JAPANESE INTERMEDIATE CODE: A7422

Effective date: 20061207

A131 Notification of reasons for refusal

Free format text: JAPANESE INTERMEDIATE CODE: A131

Effective date: 20080916

A02 Decision of refusal

Free format text: JAPANESE INTERMEDIATE CODE: A02

Effective date: 20090203