CN109471989A - A kind of page request processing method and relevant apparatus - Google Patents

A kind of page request processing method and relevant apparatus Download PDF

Info

Publication number
CN109471989A
CN109471989A CN201811295908.4A CN201811295908A CN109471989A CN 109471989 A CN109471989 A CN 109471989A CN 201811295908 A CN201811295908 A CN 201811295908A CN 109471989 A CN109471989 A CN 109471989A
Authority
CN
China
Prior art keywords
page
target
dom structure
cache manager
page cache
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
CN201811295908.4A
Other languages
Chinese (zh)
Inventor
张建刚
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201811295908.4A priority Critical patent/CN109471989A/en
Publication of CN109471989A publication Critical patent/CN109471989A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

The invention discloses a kind of page request processing methods, the acquisition request of target pages is determined first, then target DOM structure corresponding with the target pages is determined whether there is in page-buffer, if there is, target pages directly then are generated using the target DOM structure in caching, complete the response of acquisition request.Therefore, in this programme, page cache manager stores the corresponding DOM structure of multiple pages, when the page corresponding to the acquisition request of the page is the page prestored in cache manager, corresponding DOM is directly then generated into the page, without obtaining data again, data are carried out with business processing, being rendered to data to be displayed and obtain the process of DOM structure again, to save a large amount of response time.Present invention also provides a kind of page request processing system, device and computer readable storage mediums, and above-mentioned technical effect equally may be implemented.

Description

A kind of page request processing method and relevant apparatus
Technical field
The present invention relates to web administration system, more specifically to a kind of page request processing method, system, device and Computer readable storage medium.
Background technique
In web administration system, front end page and back-end server are generally included, the page that front end page receives user is asked It asks, obtains data corresponding with page request from back-end server according to the page request, thus according to the data got Generate the requested page of user.
In general, in order to accelerate the response efficiency of the page, then after getting the data in back-end server, data can be deposited It stores up in the preset cache module in front end, thus after front end receives page request relevant to the data again, directly from caching mould Block obtains data, generates the page, without being that back-end server establishes connection, save front and back end establish connection when Between, so that the response speed of the page can also be accelerated.
But although this kind of method can accelerate response speed to a certain extent at present, still can exist more apparent Operating lag problem.
Therefore, the response speed for how further increasing page request is those skilled in the art's problem to be solved.
Summary of the invention
The purpose of the present invention is to provide a kind of page request processing method, system, device and computer-readable storage mediums Matter, to solve the problems, such as how to further increase the response speed of page request.
To achieve the above object, the embodiment of the invention provides following technical solutions:
A kind of page request processing method, comprising:
Determine the acquisition request of target pages;
Judge in page cache manager with the presence or absence of target DOM structure corresponding with the target pages;
If so, generating the target pages using the target DOM structure.
Wherein, it whether there is target DOM structure corresponding with the target pages in the judgement page cache manager Later, further includes:
If it is not, then creating the corresponding target DOM structure of the target pages;
The target DOM structure is added in the page cache manager;
The target pages are generated using the target DOM structure.
It is wherein, described that target DOM structure is added in the page cache manager, comprising:
Judge whether the quantity for the DOM structure deposited in the page cache manager has reached preset threshold;
If so, the DOM structure added earliest is rejected from the page cache manager, the target DOM is tied Structure is added in the page cache manager.
It is wherein, described that target DOM structure is added in the page cache manager, comprising:
Judge whether the quantity for the DOM structure deposited in the page cache manager has reached preset threshold;
If so, by the corresponding DOM structure of the minimum page of the history frequency of requested acquisition from the page cache pipe It is proposed in reason device, the target DOM structure is added in the page cache manager.
Wherein, further includes:
Determine that the time being stored in the page cache manager in the page cache manager is more than default in real time The overtime DOM structure of time deletes the overtime DOM structure from the page cache manager.
Wherein, further includes:
Determine data involved in each DOM structure stored in the page cache manager in back-end server in real time Whether change;
Will the DOM structure involved in the changed data of back-end server, change using in back-end server New data afterwards carries out real-time update.
Present invention also provides a kind of page request processing systems, comprising:
Determining module, for determining the acquisition request of target pages;
Judgment module, for judging in page cache manager with the presence or absence of target DOM corresponding with the target pages Structure;
First generation module, for there is target DOM corresponding with the target pages in the page cache manager When structure, the target pages are generated using the target DOM structure.
Wherein, further includes:
Creation module, for there is no target DOMs corresponding with the target pages to tie in the page cache manager When structure, the corresponding target DOM structure of the target pages is created;
Adding module, for the target DOM structure to be added in the page cache manager;
Second generation module, for generating the target pages using the target DOM structure.
Present invention also provides a kind of page request processing units, comprising:
Memory, for storing computer program;
Processor is realized when for executing the computer program such as the step of the page request processing method.
Present invention also provides a kind of computer readable storage medium, meter is stored on the computer readable storage medium Calculation machine program is realized when the computer program is executed by processor such as the step of the page request processing method.
By above scheme it is found that a kind of page request processing method provided by the invention, comprising: determine target pages Acquisition request;Judge in page cache manager with the presence or absence of target DOM structure corresponding with the target pages;If so, The target pages are generated using the target DOM structure.
It can be seen that a kind of page request processing method provided by the present application, it is first determined the acquisition request of target pages, Then target DOM structure corresponding with the target pages is determined whether there is in page-buffer, if it is present directly benefit Target pages are generated with the target DOM structure in caching, complete the response of acquisition request.Therefore, in the present solution, page cache Manager stores the corresponding DOM structure of the multiple pages, and the page corresponding to the acquisition request of the page is pre- in cache manager When the page deposited, then directly by corresponding DOM generate the page, without obtain again data, to data carry out business processing, treat Display data is rendered the process for obtaining DOM structure again, to save a large amount of response time.Present invention also provides one Kind page request processing system, device and computer readable storage medium, equally may be implemented above-mentioned technical effect.
Detailed description of the invention
In order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, to embodiment or will show below There is attached drawing needed in technical description to be briefly described, it should be apparent that, the accompanying drawings in the following description is only this Some embodiments of invention for those of ordinary skill in the art without creative efforts, can be with It obtains other drawings based on these drawings.
Fig. 1 is a kind of page request processing method flow chart disclosed by the embodiments of the present invention;
Fig. 2 is a kind of specific page request processing method flow chart disclosed by the embodiments of the present invention;
Fig. 3 is a kind of specific page request processing method flow chart disclosed by the embodiments of the present invention;
Fig. 4 is a kind of page request processing system structural schematic diagram disclosed by the embodiments of the present invention;
Fig. 5 is a kind of page request processing device structure diagram disclosed by the embodiments of the present invention.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, it is obtained by those of ordinary skill in the art without making creative efforts every other Embodiment shall fall within the protection scope of the present invention.
The embodiment of the invention discloses a kind of page request processing method, system, device and computer readable storage medium, To solve the problems, such as how to further increase the response speed of page request.
Referring to Fig. 1, a kind of page request processing method provided in an embodiment of the present invention is specifically included:
S101 determines the acquisition request of target pages.
Specifically, it is first determined the acquisition request of target pages.
It should be noted that target pages are the page that user wants to get, it is being what user showed by front end In Web application system, user, which passes through, can directly input the corresponding URL of the page (the Uniform Resource for wanting acquisition Locator, uniform resource locator), carry out the request page, it can also be by clicking the chain in the page menus having been displayed The member usually request page is connect, the connection element in page menus is clicked, to be obtained automatically by the element corresponding URL, to obtain the corresponding page according to URL.
S102 judges in page cache manager with the presence or absence of target DOM structure corresponding with the target pages.
In the present solution, a page cache manager is provided, in the page cache manager for storing DOM (Document Object Model, DOM Document Object Model) structure.It should be noted that the process of request page is root first Data involved in the request are determined according to acquisition request, and business processing is carried out to data according to request, to obtain to be presented Data, data to be displayed can not be directly shown on the page, because the page needs specific page structure, and DOM is tied Data to be displayed can be rendered into structured data corresponding with page structure by structure, so as to be directly generated using DOM structure The page.
Therefore, in the present solution, page cache manager stores the corresponding DOM structure of multiple pages, when the acquisition of the page When the corresponding page of request is the page prestored in cache manager, then corresponding DOM is directly generated into the page, without again Data are obtained, data are carried out with business processing, is rendered the process for obtaining DOM structure again to data to be displayed, are saved big The response time of amount.
Specifically, it first determines whether in page cache manager with the presence or absence of target DOM structure corresponding with target pages.
It should be noted that can store a page cache object CacheView in page cache manager, with the page Face cache object stores DOM structure.In the object, it is stored with the unique identification of the page and corresponding DOM structure, wherein only KEY (key) of one mark as page cache object, corresponding DOM structure are the corresponding VALUE of the KEY (value).
Unique identification specifically can be the Hash Code of page access request information.When page access request is to pass through use When the request that page menus generates is clicked at family, then the Hash Code of the page is then the Hash Code of this menu.Hash The specific generating mode of Code, that is, Hash coding, Hash coding can be with reference to the introductions of hash algorithm in the prior art, in we It is no longer repeated in case.
When user initiates the acquisition request of target pages, corresponding Hash Code is first determined, then in page cache pipe It manages in device and determines, if there are the Hash Code, judged in page cache manager by Hash Code with the presence or absence of mesh Mark the corresponding target DOM structure of the page.
S103, if so, generating the target pages using the target DOM structure.
If there are target DOM structures in page cache manager, page object is directly generated using the target DOM structure Face.
In a specific embodiment, it determines in real time in the page cache manager and is stored in the page cache Time in manager is more than the overtime DOM structure of preset time, by the overtime DOM structure from the page cache manager Middle deletion.
It should be noted that in order to save the memory space of page cache manager, when the DOM structure wherein saved exceeds Preset time, then can delete the DOM structure from cache manager.
It can be seen that a kind of page request processing method provided by the embodiments of the present application, it is first determined target pages obtain Request is taken, target DOM structure corresponding with the target pages is then determined whether there is in page-buffer, if it does, Target pages directly then are generated using the target DOM structure in caching, complete the response of acquisition request.Therefore, in the present solution, Page cache manager stores the corresponding DOM structure of the multiple pages, and the page corresponding to the acquisition request of the page is caching pipe When the page prestored in reason device, then corresponding DOM is directly generated into the page, without obtaining data again, carrying out business to data Processing is rendered the process for obtaining DOM structure again to data to be displayed, to save a large amount of response time.
A kind of specific page request processing method provided by the embodiments of the present application is introduced below, it is described below A kind of specific page request processing method can be cross-referenced with above-described embodiment.
Referring to fig. 2, a kind of specific page request processing method provided by the embodiments of the present application, specifically includes:
S201 determines the acquisition request of target pages.
S202 judges in page cache manager with the presence or absence of target DOM structure corresponding with the target pages;
S203, if so, generating the target pages using the target DOM structure.
S204, if it is not, then creating the corresponding target DOM structure of the target pages.
In the present solution, if target DOM structure corresponding with target pages is not present in page cache manager, also It is to need to establish the target pages initial caching DOM structure.
Specifically, creation target pages first correspond to target DOM structure.
Specifically, according to page access request, data are got, business processing then is carried out to data and obtains number to be presented According to data to be displayed is rendered to obtain target DOM structure.
It should be noted that the acquisition operation of data either directly acquired from background server, be also possible to by Data buffer storage is into page cache manager, to be obtained from page cache manager, preferably the latter, to save down When secondary data acquisition, the time of connection is established with background server.
The data got are initial data, and the data to be shown in the page may be to carry out at certain to initial data It is after reason as a result, therefore, after obtaining initial data, it is also necessary to according to the information of the acquisition request of target pages to initial data Business processing is carried out, to obtain the target pages data to be displayed to be shown, is then rendered to obtain target DOM knot again Structure.
The target DOM structure is added in the page cache manager by S205.
In the present solution, also needing for target DOM structure to be added in page cache manager, so that next time is to target When the page initiates acquisition request, target DOM is obtained directly from page-buffer.
It should be noted that in order to guarantee the data volume cached in front end page cache manager will not because of excessive shadow The normal use for ringing front end, in the present solution, the maximum DOM structure for having preset threshold, preset threshold have in cache manager Body can determines according to actual conditions, in this programme without limitation.
In a specific embodiment, judging the quantity for the DOM structure deposited in the page cache manager is It is no to have reached preset threshold;If so, the DOM structure added earliest is rejected from the page cache manager, it will be described Target DOM structure is added in the page cache manager.
In the present solution, working as needs to the cache management mode of page cache manager by the way of " first in first out " New DOM structure is added, and the DOM structure quantity of current page manager has arrived at preset threshold, then will store at first The DOM structure of page cache manager is first rejected, and is then added target DOM structure, to guarantee in page manager Saving DOM structure is newer DOM structure.
In another particular embodiment of the invention, judge the quantity for the DOM structure deposited in the page cache manager Whether preset threshold is had reached;If so, by the corresponding DOM structure of the minimum page of the history frequency of requested acquisition from described It is rejected in page cache manager, the target DOM structure is added in the page cache manager.
In the present solution, by the corresponding DOM structure of the minimum page of the history frequency of requested acquisition from page-buffer It is middle first to reject, so that the DOM of the page of frequently requested acquisition can be stored in page-buffer, due to the DOM of these pages It is often used, therefore can be to avoid multiple the case where creating DOM structure.
S206 generates the target pages using the target DOM structure.
A kind of specific page request processing method provided by the embodiments of the present application is introduced below, it is described below A kind of specific page request processing method can be cross-referenced with any of the above-described embodiment.
Referring to Fig. 3, a kind of specific page request processing method provided by the embodiments of the present application is specifically included:
S301 determines the acquisition request of target pages.
S302 judges in page cache manager with the presence or absence of target DOM structure corresponding with the target pages.
S303, if so, generating the target pages using the target DOM structure.
S304 determines data involved in each DOM structure stored in the page cache manager in rear end in real time Whether server changes.
In the present solution, front end page can timely update after in order to ensure data change in back-end server, It needs to determine whether data involved in each DOM structure stored in page cache manager occur in back-end server in real time Variation.
It should be noted that the method determined can be by the way of monitoring or subscribing to.
Listening mode is to determine data involved in each DOM structure stored in page cache manager, monitors rear end The situation of change of the data in server.
Subscribing manner is then data involved in each DOM structure for storing in determining page cache manager, is each Data add theme, and rear end server sends the data situation for subscribing to these themes, when the data of these themes occur After variation, then back-end server can return to notice, inform which data is changed and change information.It needs to illustrate It is that each theme is corresponding with call back function again, has been determined in the call back function after data change of the theme, it is corresponding The update method of DOM structure.
S305, will the DOM structure involved in the changed data of back-end server, occur using in back-end server New data after variation carries out real-time update.
Specifically, it is determined that the DOM structure involved in the changed data of server back end and the data, utilizes Data after variation are updated the DOM structure that it is related to.
A kind of page request processing system provided by the embodiments of the present application is introduced below, a kind of page described below Face demand processing system can be cross-referenced with any of the above-described embodiment.
Referring to fig. 4, a kind of page request processing system provided by the embodiments of the present application, specifically includes:
Determining module 401, for determining the acquisition request of target pages.
Judgment module 402, for judging in page cache manager with the presence or absence of target corresponding with the target pages DOM structure.
First generation module 403, for there is target corresponding with the target pages in the page cache manager When DOM structure, the target pages are generated using the target DOM structure.
On the basis of the above embodiments, as a preferred embodiment, the system also includes:
Creation module, for there is no target DOMs corresponding with the target pages to tie in the page cache manager When structure, the corresponding target DOM structure of the target pages is created;
Adding module, for the target DOM structure to be added in the page cache manager;
Second generation module, for generating the target pages using the target DOM structure.
The page request processing system of the present embodiment is for realizing page request processing method above-mentioned, therefore page request The embodiment part of the visible page request processing method hereinbefore of specific embodiment in processing system, for example, determining mould Block 401, judgment module 402, the first generation module 403 are respectively used to realize step S101 in above-mentioned page request processing method, S102, S103, so, specific embodiment is referred to the description of corresponding various pieces embodiment, and details are not described herein.
A kind of page request processing unit provided by the embodiments of the present application is introduced below, a kind of page described below Requesting in person the page request processing method for asking processing unit to provide with any of the above-described embodiment can be cross-referenced.
Referring to Fig. 5, a kind of page request processing unit provided by the embodiments of the present application is specifically included:
Memory 100, for storing computer program;
Processor 200 is realized as described in above-mentioned any embodiment when for executing the computer program at page request The step of reason method.
Present invention also provides another computer readable storage mediums, are stored thereon with computer program, the calculating Step provided by above-described embodiment may be implemented in machine program when being executed by processor.The storage medium may include: USB flash disk, move Dynamic hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), the various media that can store program code such as magnetic or disk.
Each embodiment in this specification is described in a progressive manner, the highlights of each of the examples are with other The difference of embodiment, the same or similar parts in each embodiment may refer to each other.
The foregoing description of the disclosed embodiments enables those skilled in the art to implement or use the present invention. Various modifications to these embodiments will be readily apparent to those skilled in the art, as defined herein General Principle can be realized in other embodiments without departing from the spirit or scope of the present invention.Therefore, of the invention It is not intended to be limited to the embodiments shown herein, and is to fit to and the principles and novel features disclosed herein phase one The widest scope of cause.

Claims (10)

1. a kind of page request processing method characterized by comprising
Determine the acquisition request of target pages;
Judge in page cache manager with the presence or absence of target DOM structure corresponding with the target pages;
If so, generating the target pages using the target DOM structure.
2. the method according to claim 1, wherein whether there is and institute in the judgement page cache manager After stating the corresponding target DOM structure of target pages, further includes:
If it is not, then creating the corresponding target DOM structure of the target pages;
The target DOM structure is added in the page cache manager;
The target pages are generated using the target DOM structure.
3. according to the method described in claim 2, it is characterized in that, described be added to the page cache for target DOM structure In manager, comprising:
Judge whether the quantity for the DOM structure deposited in the page cache manager has reached preset threshold;
If so, the DOM structure added earliest is rejected from the page cache manager, the target DOM structure is added It adds in the page cache manager.
4. according to the method described in claim 2, it is characterized in that, described be added to the page cache for target DOM structure In manager, comprising:
Judge whether the quantity for the DOM structure deposited in the page cache manager has reached preset threshold;
If so, by the corresponding DOM structure of the minimum page of the history frequency of requested acquisition from the page cache manager The target DOM structure is added in the page cache manager by middle proposition.
5. the method according to claim 1, wherein further include:
Determine that the time being stored in the page cache manager in the page cache manager is more than preset time in real time Overtime DOM structure, the overtime DOM structure is deleted from the page cache manager.
6. according to claim 1 to method described in 5 any one, which is characterized in that further include:
Determine in real time data involved in each DOM structure stored in the page cache manager back-end server whether It changes;
Will the DOM structure involved in the changed data of back-end server, using after back-end server changes New data carries out real-time update.
7. a kind of page request processing system characterized by comprising
Determining module, for determining the acquisition request of target pages;
Judgment module, for judging in page cache manager with the presence or absence of target DOM structure corresponding with the target pages;
First generation module, for there is target DOM structure corresponding with the target pages in the page cache manager When, the target pages are generated using the target DOM structure.
8. system according to claim 7, which is characterized in that further include:
Creation module, when for target DOM structure corresponding with the target pages to be not present in the page cache manager, Create the corresponding target DOM structure of the target pages;
Adding module, for the target DOM structure to be added in the page cache manager;
Second generation module, for generating the target pages using the target DOM structure.
9. a kind of page request processing unit characterized by comprising
Memory, for storing computer program;
Processor realizes the page request processing side as described in any one of claim 1 to 6 when for executing the computer program The step of method.
10. a kind of computer readable storage medium, which is characterized in that be stored with computer on the computer readable storage medium Program realizes the page request processing method as described in any one of claim 1 to 6 when the computer program is executed by processor The step of.
CN201811295908.4A 2018-11-01 2018-11-01 A kind of page request processing method and relevant apparatus Pending CN109471989A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201811295908.4A CN109471989A (en) 2018-11-01 2018-11-01 A kind of page request processing method and relevant apparatus

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201811295908.4A CN109471989A (en) 2018-11-01 2018-11-01 A kind of page request processing method and relevant apparatus

Publications (1)

Publication Number Publication Date
CN109471989A true CN109471989A (en) 2019-03-15

Family

ID=65672610

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201811295908.4A Pending CN109471989A (en) 2018-11-01 2018-11-01 A kind of page request processing method and relevant apparatus

Country Status (1)

Country Link
CN (1) CN109471989A (en)

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111428167A (en) * 2020-03-05 2020-07-17 广州亚美信息科技有限公司 Page display method and device
CN111737616A (en) * 2020-06-05 2020-10-02 苏州浪潮智能科技有限公司 Page caching method, device, equipment and medium based on B/S architecture
CN113849752A (en) * 2021-09-24 2021-12-28 苏州浪潮智能科技有限公司 Page caching method and device and storage medium
CN114139072A (en) * 2021-10-29 2022-03-04 北京达佳互联信息技术有限公司 Page data processing method and device, electronic equipment and storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103502983A (en) * 2011-04-28 2014-01-08 高通股份有限公司 Memoizing Web-browsing computation with DOM-based isomorphism
US20150310126A1 (en) * 2014-04-23 2015-10-29 Akamai Technologies, Inc. Creation and delivery of pre-rendered web pages for accelerated browsing
CN106126683A (en) * 2016-06-29 2016-11-16 青岛海信传媒网络技术有限公司 Page display method and terminal unit

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103502983A (en) * 2011-04-28 2014-01-08 高通股份有限公司 Memoizing Web-browsing computation with DOM-based isomorphism
US20150310126A1 (en) * 2014-04-23 2015-10-29 Akamai Technologies, Inc. Creation and delivery of pre-rendered web pages for accelerated browsing
CN106126683A (en) * 2016-06-29 2016-11-16 青岛海信传媒网络技术有限公司 Page display method and terminal unit

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111428167A (en) * 2020-03-05 2020-07-17 广州亚美信息科技有限公司 Page display method and device
CN111428167B (en) * 2020-03-05 2023-09-08 亚美智联数据科技有限公司 Page display method and device
CN111737616A (en) * 2020-06-05 2020-10-02 苏州浪潮智能科技有限公司 Page caching method, device, equipment and medium based on B/S architecture
WO2021244070A1 (en) * 2020-06-05 2021-12-09 苏州浪潮智能科技有限公司 B/s architecture-based page buffering method and apparatus, device, and medium
CN111737616B (en) * 2020-06-05 2022-12-20 苏州浪潮智能科技有限公司 Page caching method, device, equipment and medium based on B/S architecture
CN113849752A (en) * 2021-09-24 2021-12-28 苏州浪潮智能科技有限公司 Page caching method and device and storage medium
CN114139072A (en) * 2021-10-29 2022-03-04 北京达佳互联信息技术有限公司 Page data processing method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
CN109471989A (en) A kind of page request processing method and relevant apparatus
CN102546256B (en) System and method used for monitoring cloud computation service
EP2472404A1 (en) Probabilistic technique for consistency checking cache entries
CN104219316A (en) Method and device for processing call request in distributed system
CN109614377A (en) File delet method, device, equipment and the storage medium of distributed file system
CN111262726B (en) Configuration information updating method and device and computer readable storage medium
CN109471843B (en) Metadata caching method, system and related device
CN110413455A (en) Container mirror processing method, device, computer equipment and storage medium
CN113626199B (en) Management method and device of idle cloud computing resources, electronic equipment and storage medium
CN106815342A (en) A kind of distributed file system user quota system and method
CN103488538B (en) Application extension device and application extension method in cloud computing system
CN109902103A (en) Service data management method, device, equipment and computer readable storage medium
CN109582649A (en) A kind of metadata storing method, device, equipment and readable storage medium storing program for executing
CN107018170A (en) A kind of method of data synchronization and equipment
CN116069450A (en) Migration mode decision method, device, equipment and medium for virtual machine thermomigration
CN105893429A (en) Method and system for optimizing WEB cache
CN108153794B (en) Page cache data refreshing method, device and system
CN103209212A (en) Data caching method and system in Web network management client based on rich internet application (RIA)
CN116974465A (en) Data loading method, device, equipment and computer storage medium
CN103838682B (en) The read method of a kind of file directory and equipment
CN114518848B (en) Method, device, equipment and medium for processing stored data
CN109634759A (en) A kind of quota management method of distributed memory system, system and associated component
CN112311823B (en) Flow control method and device of auditing system and server
CN111367932B (en) Database form change notification method, device, computer equipment and storage medium
CN112597354A (en) Method, device, system and storage medium for providing configuration parameters

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20190315

RJ01 Rejection of invention patent application after publication