JP2011154652A - Cache system of dynamically generated data and control method - Google Patents

Cache system of dynamically generated data and control method Download PDF

Info

Publication number
JP2011154652A
JP2011154652A JP2010017299A JP2010017299A JP2011154652A JP 2011154652 A JP2011154652 A JP 2011154652A JP 2010017299 A JP2010017299 A JP 2010017299A JP 2010017299 A JP2010017299 A JP 2010017299A JP 2011154652 A JP2011154652 A JP 2011154652A
Authority
JP
Japan
Prior art keywords
data
cache
function
generated
dynamically generated
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
JP2010017299A
Other languages
Japanese (ja)
Inventor
Kenji Fujiki
健士 藤木
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.)
Individual
Original Assignee
Individual
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 Individual filed Critical Individual
Priority to JP2010017299A priority Critical patent/JP2011154652A/en
Publication of JP2011154652A publication Critical patent/JP2011154652A/en
Pending legal-status Critical Current

Links

Images

Landscapes

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

Abstract

<P>PROBLEM TO BE SOLVED: To cache dynamically generated data solving the problem wherein it is difficult to use a cache since the content of the dynamically generated data changes depending on an application in a method that uses the cache to improve performance in a Web service, etc. <P>SOLUTION: The dynamically generated data is stored in the cache by using a function that returns the same value when dynamically generated data is identical, wherein the result of the function is used as a key. When data is requested, it is checked whether data having the result of function implementation as the key is present in the cache, and if the data is present, the data of the past processing result is reused. <P>COPYRIGHT: (C)2011,JPO&INPIT

Description

本発明は、プログラムなどで動的に生成されるデータのキャッシュに関するものである。   The present invention relates to a cache of data dynamically generated by a program or the like.

一度利用したデータのうち再利用される可能性のあるものをキャッシュに保存して効率を向上させる方法は従来より様々な分野で利用されている。   A method of improving efficiency by storing in a cache data that may be reused once used has been used in various fields.

WWWにおいてはサービスを効率良く提供するため、従来よりコンテンツをキャッシュする方法が多用されており、静的なコンテンツについては広く実用に共されている。   In order to provide services efficiently in the WWW, a method of caching content has been frequently used in the past, and static content is widely used in common.

ところがプログラムなどで動的に生成されるコンテンツについては、HTTPリクエストのパラメータ、データベースや外部のファイル、またセッションの状態など様々な要素に依存して内容が変化するため、キャッシュを利用することが難しく、利用は限定されている。   However, it is difficult to use a cache for content that is dynamically generated by a program or the like because the content changes depending on various parameters such as HTTP request parameters, databases, external files, and session status. The use is limited.

しかしながら、動的コンテンツを生成する処理でも、それが実行されるたびに常に異なる内容を生成するわけではなく、同一の内容が生成される状況が少なくないため、キャッシュを用いてデータを再利用できれば効率を向上させることができる。   However, even in the process of generating dynamic content, different contents are not always generated every time it is executed, and there are many situations in which the same contents are generated, so if data can be reused using a cache, Efficiency can be improved.

動的データに関する従来のキャッシュ技術として、コンテンツ内の内容が変化しない部分についてはキャッシュしたデータを用い、内容が変化する部分だけを動的に生成して該当箇所に挿入する方法がある。全体が動的に変化するわけではないことに着目したこの方法を用いると、動的に生成する部分を少なくはできるが、動的に生成部分する処理が実行されることに変わりはない。   As a conventional cache technology related to dynamic data, there is a method in which cached data is used for a portion in which content does not change, and only a portion in which the content changes is dynamically generated and inserted into a corresponding portion. Using this method, which focuses on the fact that the whole does not change dynamically, the number of dynamically generated parts can be reduced, but the process of dynamically generating part is still executed.

また、動的に生成されるデータをプロキシサーバでキャッシュする従来の技術として、転送データとそのデータにハッシュ関数を適用して得られるフィンガープリントを対応付けてキャッシュに登録しておき、転送しようとするデータがキャッシュ内に存在する場合には、データの代わりにフィンガープリントを転送する方法がある。この方法を用いると通信量を減らすことができるのでネットワーク負荷は軽減できるが、サーバにおける処理量を軽減させることはできない。   In addition, as a conventional technique for caching dynamically generated data with a proxy server, transfer data and fingerprints obtained by applying a hash function to the data are registered in the cache in association with each other, and transfer is attempted. If the data to be stored exists in the cache, there is a method of transferring a fingerprint instead of the data. If this method is used, the amount of communication can be reduced, so that the network load can be reduced, but the processing amount in the server cannot be reduced.

通信量のみならず処理量も軽減できれば、パフォーマンスの向上に加え省力化にもつながるため、繰り返される動的データの生成処理自体を軽減させるキャッシュシステムを実現することが望まれる。   If not only the amount of communication but also the amount of processing can be reduced, it will lead to improvement in performance and labor saving. Therefore, it is desirable to realize a cache system that reduces the dynamic data generation processing itself.

動的に生成されるデータをキャッシュする技術はWWWのサービスのみならず、時間や電力を要する処理を繰り返し行うあらゆる分野に適用でき、ネットワークで結ばれた計算機システムの様々な分野において効率を向上させることが可能となる。   The technology for caching dynamically generated data can be applied not only to WWW services, but also to all fields where processing requiring time and power is repeated, improving efficiency in various fields of networked computer systems. It becomes possible.

動的に生成されるデータを保存するキャッシュを実現するためには大容量の記憶装置が必要と考えられるが、ハードウェア技術の進歩により大容量の記憶装置が低いコストで利用できるようになったため、本発明の実現および利用は現実的と考えられる。   A large-capacity storage device is considered necessary to realize a cache that stores dynamically generated data. However, due to advances in hardware technology, a large-capacity storage device can be used at low cost. The implementation and use of the present invention is considered realistic.

また、記憶装置の使用量は増大しても、電力消費の大きいCPUの使用量を減少させることができるため、システム全体として消費電力が少なくなるように調整することにより、情報機器の省力化にも貢献できる。   In addition, even if the usage of the storage device increases, the usage of the CPU that consumes a large amount of power can be reduced. Therefore, the power consumption of the information device can be reduced by adjusting the power consumption of the entire system. Can also contribute.

こうした要素を考えると動的に生成されるデータのパターンが多いとしても、キャッシュを用いて同じ処理の繰り返しを避けて、一度生成したデータを再利用して効率よく処理する技術は有効と考えられる。   Considering these factors, even if there are many patterns of dynamically generated data, it is considered effective to use a cache to avoid repeated processing and reuse the generated data efficiently. .

特開2002−108671号公報JP 2002-108671 A 特開2002−268935号公報JP 2002-268935 A 特開2003−242017号公報JP 2003-242017 A 特開2005−107662号公報JP 2005-107662 A

Edge Side Includes (ESI) 概要、 [online]、2008年3月4日、[平成22年1 月18 日検索]、インターネット<URL:http://otndnld.oracle.co.jp/products/app_server/cache/pdf/esi_overview.pdf>Edge Side Includes (ESI) Overview, [online], March 4, 2008, [Search January 18, 2010], Internet <URL: http://otndnld.oracle.co.jp/products/app_server/ cache / pdf / esi_overview.pdf> Virnish ESI Features、[online]、[平成22年1 月18 日検索]、インターネット<URL:http://varnish.projects.linpro.no/wiki/ESIfeatures>Virnish ESI Features, [online], [Search January 18, 2010], Internet <URL: http://varnish.projects.linpro.no/wiki/ESIfeatures> ESI Language Specification 1.0、[online]、[平成22年1 月18 日検索]、インターネット<URL:http://www.w3.org/TR/esi-lang>ESI Language Specification 1.0, [online], [searched on January 18, 2010], Internet <URL: http://www.w3.org/TR/esi-lang> ダイナキャッシュの基本: 第1回 「ダイナキャッシュとは」、[online]、[平成22年1 月19 日検索]、インターネット<URL:http://www.ibm.com/developerworks/jp/websphere/library/was/was51_dynacache/1.html>Dynacache Basics: Part 1 “What is Dynacache?” [Online], [searched on January 19, 2010], Internet <URL: http://www.ibm.com/developerworks/jp/websphere/ library / was / was51_dynacache / 1.html>

解決しようとする課題は、動的に生成される内容が変化するデータのキャッシュシステムを実現することである。   The problem to be solved is to realize a data cache system in which dynamically generated contents change.

本発明は、動的に生成されるデータが同一となる場合に同じ値を返す関数を利用して、この関数の結果をキーとして実行結果をキャッシュに保存しておき、その後データが要求された時にキャッシュに保存されたデータを利用することを最も主要な特徴とする。   The present invention uses a function that returns the same value when dynamically generated data is the same, stores the execution result in the cache using the result of this function as a key, and then the data is requested. Sometimes the main feature is to use data stored in the cache.

本発明によるキャッシュシステムを利用すると、同じデータを生成する条件下では、以前に生成されたデータを再利用するため、パフォーマンスが向上すると共に、処理量が軽減できるため電力消費を軽減できるという利点がある。   When the cache system according to the present invention is used, the previously generated data is reused under the condition of generating the same data, so that the performance is improved and the processing amount can be reduced, so that the power consumption can be reduced. is there.

図1は動的に生成されるデータのキャッシュシステムの構成図である。FIG. 1 is a block diagram of a dynamically generated data cache system. 図2は動的データのキャッシュを利用したWWWサーバの概念図である。(実施例1)FIG. 2 is a conceptual diagram of a WWW server using a dynamic data cache. (Example 1) 図3は動的データのキャッシュを利用したプロキシサーバの概念図である。(実施例2)FIG. 3 is a conceptual diagram of a proxy server using a dynamic data cache. (Example 2)

本発明の動的データのキャッシュシステムにおいては,データを生成するデータ生成器(Data Generator)と共に、データ同一性判別識別子(Identical ID)取得関数が必要となる。この関数は入力データやコンテキストなどを検査し、データ生成器により生成されるデータが同じになる場合には同一の値を返す関数である。   In the dynamic data cache system according to the present invention, a data identity determination identifier (Identical ID) acquisition function is required together with a data generator for generating data. This function checks the input data, context, etc., and returns the same value when the data generated by the data generator is the same.

動的に生成されるデータが必要になると、システムはデータ同一性判別識別子(Identical ID)取得関数を呼び出し、それにより取得した識別子と、データ生成器を一意に識別するために割り当てられるデータ生成器識別子(Data Generator ID)をキーとするデータがキャッシュ内に存在するか確認する。   When dynamically generated data is required, the system calls the data identity identifier (Identical ID) acquisition function, and the identifier obtained thereby and the data generator assigned to uniquely identify the data generator Check if the data with the identifier (Data Generator ID) as a key exists in the cache.

キャッシュにデータが存在する場合には、キャッシュに保存されているデータを実行結果として返す。   If data exists in the cache, the data stored in the cache is returned as an execution result.

キャッシュにデータが存在しない場合には、アプリケーションのデータ生成器(Data Generator)によりデータを作成し、実行結果を返すと共に、動的データキャッシュにデータの内容を保存する。   If the data does not exist in the cache, the data is created by the application data generator (Data Generator), the execution result is returned, and the contents of the data are stored in the dynamic data cache.

図2は本発明の実施例であって、動的データキャッシュを用いたWWWサーバである。   FIG. 2 shows an embodiment of the present invention, which is a WWW server using a dynamic data cache.

WWWサーバにはWebアプリケーションの開発者が作成したコンテンツを生成するプログラム(Data Generator)と、それにより生成されるコンテンツに対するデータ同一性判別識別子取得関数をあらかじめ格納しておく。   The WWW server stores in advance a program (Data Generator) for generating content created by the developer of the Web application and a data identity determination identifier acquisition function for the content generated thereby.

データ同一性判別識別子取得関数はWebアプリケーションプログラム内の一つの関数として作成することができ、この関数は生成されるコンテンツが同一の場合には同一の値を返す。   The data identity determination identifier acquisition function can be created as one function in the Web application program, and this function returns the same value when the generated content is the same.

例えば生成されるコンテンツがセッション変数id、ファイル/tmp/updatetimeの内容、およびGETパラメータのcmdに依存し、これらがすべて同じ値である時に同一のコンテンツを返す場合には、データ同一性判別識別子取得関数としてこれらの3つの値を連結した文字列を返す関数などが考えられ、PHPスクリプトで作成する場合、以下のように記述することができる。

Figure 2011154652
For example, if the content to be generated depends on the session variable id, the contents of the file / tmp / updatetime, and the GET parameter cmd, all of which have the same value, the same content is returned. As a function, a function that returns a character string obtained by concatenating these three values can be considered. When the function is created by a PHP script, it can be described as follows.
Figure 2011154652

データ同一性判別識別子取得関数は繰り返し実行され、システムの効率に大きく影響するため、この関数を効率の良いものとすることは重要である。効率を向上させる方法としては、例えば入出力のコストが大きいデータベースではなくファイルを利用したり、データ同一性判別識別子を得るのに用いる値がデータ要求時以前に分かる場合にはあらかじめ値を求めておくなどして、この関数の実行に必要な情報の入力や処理のコストを軽減させることが考えられる。   Since the data identity discrimination identifier acquisition function is repeatedly executed and greatly affects the efficiency of the system, it is important to make this function efficient. As a method for improving the efficiency, for example, if a file is used instead of a database with high input / output costs, or if the value used to obtain the data identity identifier is known before the data request, the value is obtained in advance. It may be possible to reduce the cost of inputting information and processing necessary to execute this function.

Webアプリケーションの開発者がコンテンツの内容が同じとなる条件を効率良く判定できるようシステムを設計してデータ同一性判別識別子取得関数を作成することにより、パフォーマンスを向上させることができると考えられるが、データ生成プログラムを解析するソフトウェアで自動生成することもできる。   It is thought that the performance can be improved by designing the system so that the developer of the Web application can efficiently determine the condition that the content contents are the same and creating a data identity determination identifier acquisition function. It can also be automatically generated by software that analyzes the data generation program.

本実施例では、プログラムを一意に識別するためのデータ生成器識別子(Data Generator ID)としてURLを利用し、このURLとデータ同一性判別識別子(Identical ID)をキーとして、コンテンツを生成するプログラムにより生成されたデータをテーブルに保存することよりキャッシュを実装している。   In this embodiment, a URL is used as a data generator identifier (Data Generator ID) for uniquely identifying a program, and a program that generates content using the URL and a data identity determination identifier (Identical ID) as a key. A cache is implemented by storing the generated data in a table.

本実施例のWWWサーバはクライアントからHTTPリクエストを受け取ると、URLで指定されたWebアプリケーションのプログラムに対応するデータ同一性判別識別子取得関数を呼び出し、データ同一性判別識別子(Identical ID)を取得する。   When receiving the HTTP request from the client, the WWW server of this embodiment calls a data identity determination identifier acquisition function corresponding to the Web application program specified by the URL, and acquires a data identity determination identifier (Identical ID).

取得したデータ同一性判別識別子(Identical ID)とクライアントがリクエストしたURLをキーとして、動的コンテンツキャッシュに過去に生成したコンテンツのデータが保存されているかを確認し、データが存在する場合にはそのデータをレスポンスとしてクライアントに返す。   Using the acquired data identity identifier (Identical ID) and the URL requested by the client as a key, check whether the content data generated in the past is stored in the dynamic content cache. Return data to the client as a response.

動的データキャッシュ内にデータが存在しない場合には、コンテンツを生成するプログラムを実行してデータを生成し、クライアントにレスポンスとして返すと共に、将来の利用のために動的データキャッシュにデータを保存する。   If there is no data in the dynamic data cache, execute the program that generates the content to generate the data, return it as a response to the client, and store the data in the dynamic data cache for future use .

クライアントに送出されるレスポンスにはレスポンスヘッダ内にETagを含め、その値としてデータ同一性判別識別子取得関数の実行結果の値を送出することにより、クライアントがIf-None-Matchヘッダを利用して、通信に必要な帯域を節約することが可能となる。   In the response sent to the client, the ETag is included in the response header, and the value of the execution result of the data identity determination identifier acquisition function is sent as the value, so that the client uses the If-None-Match header, It is possible to save the bandwidth required for communication.

図3の実施例は本発明による動的データキャッシュを用いたプロキシサーバである。   The embodiment of FIG. 3 is a proxy server using a dynamic data cache according to the present invention.

本実施例では使用するコンテンツを生成するWWWサーバとして、レスポンスを返す際にレスポンスヘッダ内のETagの値としてデータ同一性判別識別子取得関数の実行結果の値を送出するようプログラムされたサーバを利用する。   In this embodiment, as a WWW server that generates content to be used, a server programmed to send a value of an execution result of a data identity determination identifier acquisition function as an ETag value in a response header when a response is returned is used. .

プロキシサーバがクライアントからのHTTPリクエストを受け取ると、URLに対するデータ同一性判別識別子を取得するため、コンテンツを提供するWWWサーバに対してHEADリクエストを送信する。   When the proxy server receives the HTTP request from the client, it transmits a HEAD request to the WWW server that provides the content in order to acquire the data identity determination identifier for the URL.

プロキシサーバからのリクエストを受け取ったWWWサーバは、要求されたURLに対応するデータ同一性判別識別子取得関数の実行結果の値をETagレスポンスヘッダに収めて、プロキシサーバにレスポンスを返す。   The WWW server that has received the request from the proxy server stores the value of the execution result of the data identity determination identifier acquisition function corresponding to the requested URL in the ETag response header, and returns a response to the proxy server.

プロキシサーバはリクエストされたURLと得られたデータ同一性判別識別子をキーとするデータが動的データキャッシュに存在するか確認し、存在すればキャッシュされたデータからレスポンスを生成しクライアントに返す。   The proxy server confirms whether data using the requested URL and the obtained data identity determination identifier as a key exists in the dynamic data cache, and if it exists, generates a response from the cached data and returns it to the client.

キャッシュにデータが存在しない場合にはWWWサーバからコンテンツを取得し、得られた内容をレスポンスとしてクライアントに返すと共に、動的データキャッシュにコンテンツの内容を保存する。   When there is no data in the cache, the content is acquired from the WWW server, the obtained content is returned to the client as a response, and the content content is stored in the dynamic data cache.

通常、ETagヘッダではコンポーネントのバージョンを表す文字列が返され、新しいバージョンのコンテンツが返された場合にはプロキシサーバのキャッシュデータを破棄するのが一般的だが、本実施例のプロキシサーバでは、受け取るETagヘッダの値はデータ同一性判別識別子を表す文字列であるため、一つのURLに対して異なるETagヘッダの値を持つレスポンスを受け取った場合にも別の有効なデータとしてキャッシュ内に保存されることになる。   Normally, the ETag header returns a character string representing the component version. When a new version of content is returned, the proxy server cache data is generally discarded, but the proxy server of this embodiment receives it. Since the value of the ETag header is a character string representing the data identity determination identifier, even when a response having a different ETag header value for one URL is received, it is stored in the cache as another valid data. It will be.

1 動的データキャッシュ
2 動的データ保存テーブル
3 データ同一性判別識別子取得関数
4 データ生成器
5 動的データ生成アプリケーション
6 動的データキャッシュ管理プログラム
DESCRIPTION OF SYMBOLS 1 Dynamic data cache 2 Dynamic data storage table 3 Data identity determination identifier acquisition function 4 Data generator 5 Dynamic data generation application 6 Dynamic data cache management program

Claims (5)

情報を処理することにより動的に生成されるデータについて、処理結果として同一のデータが生成される場合に同一の値を返す機能を用いることを特徴とする動的データのキャッシュ方法とこの方法によりデータをキャッシュする装置。   A dynamic data caching method characterized by using a function that returns the same value when the same data is generated as a processing result for data dynamically generated by processing information, and this method A device that caches data. 請求項1記載の方法を用いてWebアプリケーションにより生成されるコンテンツをキャッシュする機能をもつWWWサーバ。   A WWW server having a function of caching content generated by a Web application using the method according to claim 1. 請求項2記載のWWWサーバにおいて、動的に生成されるデータが同一の内容となるかどうかを判別する関数として、Webアプリケーション開発者あるいはWebアプリケーションの動作を理解する人が作成する関数を利用することを特徴とするWWWサーバ。   3. The WWW server according to claim 2, wherein a function created by a web application developer or a person who understands the operation of the web application is used as a function for determining whether dynamically generated data has the same contents. A WWW server characterized by the above. 請求項3記載のWWWサーバにおいて、動的に生成されるデータが同一の内容となるかどうかを判別する関数として、Webアプリケーション開発者あるいはWebアプリケーションの動作を理解する人が作成する関数を利用することに代えて、機械によりデータ生成器を解析して生成された関数を利用することを特徴とするWWWサーバ。   4. The WWW server according to claim 3, wherein a function created by a web application developer or a person who understands the operation of the web application is used as a function for determining whether dynamically generated data has the same contents. Instead, a WWW server using a function generated by analyzing a data generator by a machine. 請求項1記載の方法を用いてキャッシュを制御するプロキシサーバであって、データを生成するオリジンサーバにおいて同一のデータが生成される場合に同一の値を返す関数を実行し、その値をプロキシサーバで利用してオリジンサーバにおいて生成されるデータをキャッシュすることを特徴とするプロキシサーバ。   A proxy server for controlling a cache using the method according to claim 1, wherein an origin server that generates data executes a function that returns the same value when the same data is generated, and the value is used as the proxy server. A proxy server that caches data generated in the origin server by using it on the server.
JP2010017299A 2010-01-28 2010-01-28 Cache system of dynamically generated data and control method Pending JP2011154652A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
JP2010017299A JP2011154652A (en) 2010-01-28 2010-01-28 Cache system of dynamically generated data and control method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
JP2010017299A JP2011154652A (en) 2010-01-28 2010-01-28 Cache system of dynamically generated data and control method

Publications (1)

Publication Number Publication Date
JP2011154652A true JP2011154652A (en) 2011-08-11

Family

ID=44540544

Family Applications (1)

Application Number Title Priority Date Filing Date
JP2010017299A Pending JP2011154652A (en) 2010-01-28 2010-01-28 Cache system of dynamically generated data and control method

Country Status (1)

Country Link
JP (1) JP2011154652A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015507278A (en) * 2012-01-09 2015-03-05 オラクル・インターナショナル・コーポレイション A functional model for assessing events
US10038728B2 (en) 2013-10-08 2018-07-31 Fujitsu Limited Communication terminal and communication processing method

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2015507278A (en) * 2012-01-09 2015-03-05 オラクル・インターナショナル・コーポレイション A functional model for assessing events
US10038728B2 (en) 2013-10-08 2018-07-31 Fujitsu Limited Communication terminal and communication processing method

Similar Documents

Publication Publication Date Title
US8554740B2 (en) Recording a log of operations
Verborgh et al. Querying datasets on the web with high availability
US9471285B1 (en) Identifying software components in a software codebase
US9514286B2 (en) Context-based security policy evaluation using weighted search trees
US10194001B1 (en) Automatic discovery of API information
CN107231402A (en) HTTP request processing method, apparatus and system
US7090749B2 (en) Method and apparatus for simulating application workloads on an e-business application server
US9407716B1 (en) Identifying content files in a cache using a response-based cache index
US20130297801A1 (en) Managing multiple proxy servers in a multi-tenant application system environment
KR100920595B1 (en) Server-side protocol configuration of accessing clients
CN105049287A (en) Log processing method and log processing devices
US9407726B1 (en) Caching objects identified by dynamic resource identifiers
TW201800962A (en) Webpage file sending method, webpage rendering method and device and webpage rendering system
US20180302427A1 (en) Aggregating asset vulnerabilities
CN104391868A (en) Staticizing device and method for dynamic page
KR102295593B1 (en) Automatically generating certification documents
CN111414139A (en) Online remote printing method and device, computer equipment and storage medium
US20130227004A1 (en) Methods for optimizing a web content proxy server and devices thereof
US20170339252A1 (en) Generating a response to a client device in an internet of things domain
CN109726004A (en) A kind of data processing method and device
CN108429785A (en) A kind of generation method, reptile recognition methods and the device of reptile identification encryption string
CN112069384A (en) Buried point data processing method, server and readable storage medium
US10574773B2 (en) Method, device, terminal, server and storage medium of processing network request and response
JP2011154652A (en) Cache system of dynamically generated data and control method
JP2014238699A (en) Document management server, document management method and computer program