CN105373369A - Asynchronous caching method, server and system - Google Patents

Asynchronous caching method, server and system Download PDF

Info

Publication number
CN105373369A
CN105373369A CN201410422144.6A CN201410422144A CN105373369A CN 105373369 A CN105373369 A CN 105373369A CN 201410422144 A CN201410422144 A CN 201410422144A CN 105373369 A CN105373369 A CN 105373369A
Authority
CN
China
Prior art keywords
data
server
asynchronous buffer
user
logic
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
CN201410422144.6A
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.)
Beijing Pierre Blaney Software Co Ltd
Original Assignee
Beijing Pierre Blaney Software 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 Beijing Pierre Blaney Software Co Ltd filed Critical Beijing Pierre Blaney Software Co Ltd
Priority to CN201410422144.6A priority Critical patent/CN105373369A/en
Publication of CN105373369A publication Critical patent/CN105373369A/en
Pending legal-status Critical Current

Links

Landscapes

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

Abstract

The invention discloses an asynchronous caching method, server and system, and relates to the technical field of caching. According to the technical scheme provided by the invention, data requested by a user are read from the asynchronous caching server and a source server, and are returned to the user, asynchronous caching data is formed by setting logic expiration time for source data while a response to a user request is completed, and the asynchronous caching data are stored into the asynchronous caching server, so that the update of the asynchronous caching server is realized; and meanwhile, whether the asynchronous caching data expire or not is judged by taking the logic expiration time as a reference, the source data are read after the asynchronous caching data expire, and the update is performed again in the asynchronous caching server. Through the two-time update of the asynchronous caching data, it can be ensured that 80%-90% of user requests only need to access to the asynchronous caching server and do not need to read the source server. With the adoption of the technical scheme provided by embodiments of the invention, the availability and stability of a system can be remarkably improved.

Description

A kind of asynchronous buffer method, server and system
Technical field
The present invention relates to caching technology field, particularly relate to a kind of asynchronous buffer method, server and system.
Background technology
At present, utilize caching technology to carry out digital independent, be generally by the deposit data that gets from database in the buffer, and the expired physical time of buffer memory is set.When request arrives, if data in need in buffer memory, the data of return cache, if there is no data (not being cached data or data cached out of date) in buffer memory, then access originator database, as shown in Figure 1.
Due to the expired physical time of buffer memory arrange shorter, the cold data ratio then stored in buffer memory is easier to expired, and the data in buffer memory cross after date and access originator database, thus cause the situation of the invalid or poor efficiency of cold data buffer storage and operation that is a large amount of, high-frequency access originator database, and then to bring to source database and access pressure greatly, the request amount of digital independent is larger, the access pressure of database is larger, time serious, even can affect the normal access of source database, and then the normal use of influential system.In addition, if access originator database is made mistakes, when the response of secondary request will unsuccessfully report an error; Simultaneously until access originator database successfully could set up buffer memory again.
Therefore, adopt cache read of the prior art to fetch data, the availability of system and stability receive great impact.
Summary of the invention
The object of the present invention is to provide a kind of asynchronous buffer method, server and system, thus solve the foregoing problems existed in prior art.
To achieve these goals, the technical solution used in the present invention is as follows:
A kind of asynchronous buffer method, comprises the steps:
S1, the function of the request of asynchronous buffer server receives user and the access originator server as trust parameter;
S2, checks the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server, if there is no then performs step S3, if existed, performs step S7;
S3, as the function of the access originator server of trust parameter described in described asynchronous buffer server calls, obtains the source data consistent with the data that described user asks, and this source data is returned to user, perform step S4 simultaneously from described source server;
S4, for the described source data obtained in step S3 or step S6 adds logic expired time, forms asynchronous buffer data; By described asynchronous buffer data stored in described asynchronous buffer server, and the physics expired time of described asynchronous buffer data is set;
S5, whether logic is expired to verify described asynchronous buffer data, if non-logic is expired, then terminates; If logic is expired, then perform step S6;
S6, calls the function of the described access originator server as trust parameter, obtains the source data consistent with the data that described user asks, then perform step S4 from described source server;
S7, obtains described asynchronous buffer data, and these data is returned to user; Perform step S5-S6 simultaneously.
Particularly, in step S4, described logic expired time is set to 150-900 second.
Preferably, described logic expired time is set to 300 seconds.
Particularly, in step S4, described physics expired time is set to 1-7 days.
Preferably, described physics expired time is set to 2 days.
Further, in step S4, the described described source data for obtaining in step S3 or step S6 adds logic expired time, comprises, the described source data obtained in step S3 or step S6 is carried out serializing, and the Data Frontend after serializing adds logic expired time.
Further, in step S7, the described asynchronous buffer data of described acquisition, and these data are returned to user, comprise, the described logic expired time in described asynchronous buffer data is separated with described source data, and return to user after described source data unserializing is become object.
Further, in step S6, described in call the described function of access originator server as entrusting parameter, adopt distributed lock to control.
A kind of asynchronous buffer server, comprising:
Data receipt unit: for receiving the function of user's request and the access originator server as trust parameter;
Data processing unit: check the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server; Also for adding logic expired time for source data, and physics expired time is set for described asynchronous buffer data;
Data extracting unit: for calling the function of the described access originator server as trust parameter, obtain the source data consistent with the data that described user asks from described source server;
Data storage cell: for storing asynchronous buffer data;
Data outputting unit: for asynchronous buffer data and source data are returned to user.
A kind of asynchronous buffer system, comprising: user asks end for process, for sending the function of user's request and the access originator server as trust parameter, the source server of asynchronous buffer server according to claim 9 and providing source data.
The invention has the beneficial effects as follows:
Therefore, when read requests data, especially, when data request amount is larger, the access pressure of source server can be alleviated greatly, and then the load pressure of mitigation system, find in actual use, compared with prior art, adopting the technical scheme that the embodiment of the present invention provides, is less than 500 milliseconds to the response time of request, and adopt existing caching technology, be 4 seconds to the response time of request; In addition, the technical scheme that the embodiment of the present invention provides is adopted, when access originator Server Error, also can not affect when time response of request, only can affect data cached renewal, so, the technical scheme that theres is provided of the embodiment of the present invention is provided, can the significantly availability of elevator system and stability.
Accompanying drawing explanation
Fig. 1 is the caching method process flow diagram of prior art;
Fig. 2 is the asynchronous buffer method flow diagram that the embodiment of the present invention provides.
Embodiment
In order to make object of the present invention, technical scheme and advantage clearly understand, below in conjunction with accompanying drawing, the present invention is further elaborated.Should be appreciated that embodiment described herein only in order to explain the present invention, be not intended to limit the present invention.
As shown in Figure 2, the method for the asynchronous buffer that the embodiment of the present invention provides, comprises the steps:
S1, the function of the request of asynchronous buffer server receives user and the access originator server as trust parameter;
S2, checks the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server, if there is no then performs step S3, if existed, performs step S7;
S3, as the function of the access originator server of trust parameter described in described asynchronous buffer server calls, obtains the source data consistent with the data that described user asks, and this source data is returned to user, perform step S4 simultaneously from described source server;
S4, for the described source data obtained in step S3 or step S6 adds logic expired time, forms asynchronous buffer data; By described asynchronous buffer data stored in described asynchronous buffer server, and the physics expired time of described asynchronous buffer data is set;
S5, whether logic is expired to verify described asynchronous buffer data, if non-logic is expired, then terminates; If logic is expired, then perform step S6;
S6, calls the function of the described access originator server as trust parameter, obtains the source data consistent with the data that described user asks, then perform step S4 from described source server;
S7, obtains described asynchronous buffer data, and these data is returned to user; Perform step S5-S6 simultaneously.
As will be understood by the skilled person in the art, user's request can be user side access web site, after web server process user request, user's request is sent to asynchronous buffer server, wherein, web server using the function of access originator server as trust Parameter transfer to asynchronous buffer server.
When there are not the asynchronous buffer data of the data consistent of asking with described user in asynchronous buffer server, asynchronous buffer server can call this trust parameter, and access originator server obtains source data, and returns to user.In the embodiment of the present invention, while completing above-mentioned task, the source data of reading is carried out serializing, the Data Frontend after serializing adds logic expired time, forms asynchronous buffer data; By described asynchronous buffer data stored in described asynchronous buffer server, and the physics expired time of described asynchronous buffer data is set; Thus in asynchronous buffer server, realize the renewal of asynchronous buffer data.
When there are the asynchronous buffer data of the data consistent of asking with described user in asynchronous buffer server, then directly obtain data and return to user, in asynchronous buffer server, while completing the main thread of request response, asynchronous buffer server can start a new thread, and this thread is:
Whether logic is expired to verify the asynchronous buffer data upgraded in above-mentioned asynchronous buffer server, if non-logic is expired, then terminates; If logic is expired, then call the function of the described access originator server as trust parameter, the source data consistent with the data that described user asks is obtained from source server, after obtaining source data, again described source data is carried out serializing, Data Frontend after serializing adds logic expired time, forms asynchronous buffer data; By described asynchronous buffer data stored in described asynchronous buffer server, and the physics expired time of described asynchronous buffer data is set, in asynchronous buffer server, again completes the renewal of asynchronous buffer data.
In technique scheme, because asynchronous buffer data are in constantly renewal, therefore, when new request is arrived at, updated data can be supplied to user by system.
In the embodiment of the present invention, by the renewal of the asynchronous buffer data of above-mentioned twice, can ensure that user's request of 80%-90% only needs access asynchronous buffer server, and not need to read source server.Therefore, when read requests data, especially, when data request amount is larger, the access pressure of source server can be alleviated greatly, and then the load pressure of mitigation system, find in actual use, compared with prior art, adopting the technical scheme that the embodiment of the present invention provides, is less than 500 milliseconds to the response time of request, and adopt existing caching technology, be 4 seconds to the response time of request; In addition, the technical scheme that the embodiment of the present invention provides is adopted, when access originator Server Error, also can not affect when time response of request, only can affect data cached renewal, so, the technical scheme that theres is provided of the embodiment of the present invention is provided, can the significantly availability of elevator system and stability.
In embodiments of the present invention, described logic expired time is 18 byte expired time stamps.
Logic expired time generally can be arranged according to the needs of data cached renewal frequency.When data cached access frequency is higher, then renewal frequency can be lower, because access frequency is high, even if so renewal frequency is low, also can not affect access efficiency; On the contrary, when data cached access frequency is lower, then renewal frequency should be higher, because access frequency is low, if infrequently upgraded, namely renewal frequency is low, and the access efficiency of data can be lower; Therefore, for the data that access frequency is higher, its renewal frequency needed is lower, and the logic expired time of the setting of its correspondence can be shorter, and logic expired time is shorter, and the frequency of access originator server is more, upgrades faster; For the data that access frequency is lower, its renewal frequency needed is higher, and the logic expired time of the setting of its correspondence can be shorter.Based on this, in the embodiment of the present invention, logic expired time is set to 150-900 second, more than expired after 150-900 second.Preferably, logic expired time is set to 300 seconds, expired after more than 300 seconds, these settings can meet the renewal frequency needs of the data of 80-90%.
Because logic expired time is shorter, so can ensure that the renewal frequency of the data stored in asynchronous buffer server is many, renewal rate is than very fast.
In the embodiment of the present invention, physics expired time is set to 1-7 days.Preferably, physics expired time is set to 2 days, these settings can well balance the visitation frequency of cold data and the Space resources distribution of asynchronous buffer server.It is longer that physics expired time is arranged, better to the performance boost effect of the cold data of access.But physics expired time is longer, the space of the asynchronous buffer server taken is larger.Therefore, physics expired time can be arranged according to the actual conditions of the lower visitation frequency of cold data of visitation frequency and the resource distribution of asynchronous buffer server.
In the embodiment of the present invention, because physics expired time is long, generally, 80%-90% data cached all can not physics expired, so when each request reaches, generally only need reading cache data, and do not need access originator data.
In one embodiment of the invention, source data is carried out serializing, the Data Frontend after serializing adds logic expired time, forms asynchronous buffer data, and is stored in asynchronous buffer server.
When request arrives, access asynchronous buffer server, and when asynchronous buffer data are returned to user, logic expired time is separated with source data, and return to user after source data unserializing is become object.
Store after Data Serialization, after the data unserializing after serializing is become object, return to user, data can be facilitated to store and transmission.
In one embodiment of the invention, the mode adopting distributed lock to control, calls the function of the described access originator server as trust parameter, when ensureing that each logic of asynchronous buffer data of renewal is expired, Hui Yuan once, and then ensures that source server can not have excessive access pressure.
In one embodiment of the invention, provide a kind of asynchronous buffer server, comprising:
Data receipt unit: for receiving the function of user's request and the access originator server as trust parameter;
Data processing unit: check the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server; Also for adding logic expired time for source data, and physics expired time is set for described asynchronous buffer data;
Data extracting unit: for calling the function of the described access originator server as trust parameter, obtain the source data consistent with the data that described user asks from described source server;
Data storage cell: for storing asynchronous buffer data;
Data outputting unit: for asynchronous buffer data and source data are returned to user.
In one embodiment of the invention, provide a kind of asynchronous buffer system, comprise: for sending user's request and asking end for process, the asynchronous buffer server provided in above-described embodiment and the source server of providing source data as the user of the function of entrusting the access originator server of parameter.
By adopting technique scheme disclosed by the invention, obtain effect useful as follows:
In technical scheme of the present invention, the data of user's request are being read from asynchronous buffer server and source server, and returned to user, while response is completed to the request of user, by arranging logic expired time to source data, form asynchronous buffer data, and asynchronous buffer data are stored in asynchronous buffer server, thus realize the renewal of asynchronous buffer server; Meanwhile, judge that whether asynchronous buffer data are expired by logic expired time as benchmark, cross after date, then read source data, and again upgrade in asynchronous buffer server; By the renewal of the asynchronous buffer data of above-mentioned twice, can ensure that user's request of 80%-90% only needs access asynchronous buffer server, and not need to read source server.Therefore, when read requests data, especially, when data request amount is larger, the access pressure of source server can be alleviated greatly, and then the load pressure of mitigation system, find in actual use, compared with prior art, adopting the technical scheme that the embodiment of the present invention provides, is less than 500 milliseconds to the response time of request, and adopt existing caching technology, be 4 seconds to the response time of request; In addition, the technical scheme that the embodiment of the present invention provides is adopted, when access originator Server Error, also can not affect when time response of request, only can affect data cached renewal, so, the technical scheme that theres is provided of the embodiment of the present invention is provided, can the significantly availability of elevator system and stability.
Each embodiment in this instructions all adopts the mode of going forward one by one to describe, and what each embodiment stressed is the difference with other embodiments, between each embodiment identical similar part mutually see.
Those skilled in the art it should be understood that the sequential of the method step that above-described embodiment provides can carry out accommodation according to actual conditions, also can carry out according to actual conditions are concurrent.
The hardware that all or part of step in the method that above-described embodiment relates to can carry out instruction relevant by program has come, described program can be stored in the storage medium that computer equipment can read, for performing all or part of step described in the various embodiments described above method.Described computer equipment, such as: personal computer, server, the network equipment, intelligent mobile terminal, intelligent home device, wearable intelligent equipment, vehicle intelligent equipment etc.; Described storage medium, such as: the storage of RAM, ROM, magnetic disc, tape, CD, flash memory, USB flash disk, portable hard drive, storage card, memory stick, the webserver, network cloud storage etc.
Finally, also it should be noted that, in this article, the such as relational terms of first and second grades and so on is only used for an entity or operation to separate with another entity or operational zone, and not necessarily requires or imply the relation that there is any this reality between these entities or operation or sequentially.And, term " comprises ", " comprising " or its any other variant are intended to contain comprising of nonexcludability, thus make to comprise the process of a series of key element, method, commodity or equipment and not only comprise those key elements, but also comprise other key elements clearly do not listed, or also comprise by the intrinsic key element of this process, method, commodity or equipment.When not more restrictions, the key element limited by statement " comprising ... ", and be not precluded within process, method, commodity or the equipment comprising described key element and also there is other identical element.
The above is only the preferred embodiment of the present invention; it should be pointed out that for those skilled in the art, under the premise without departing from the principles of the invention; can also make some improvements and modifications, these improvements and modifications also should look protection scope of the present invention.

Claims (10)

1. an asynchronous buffer method, is characterized in that, comprises the steps:
S1, the function of the request of asynchronous buffer server receives user and the access originator server as trust parameter;
S2, checks the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server, if there is no then performs step S3, if existed, performs step S7;
S3, as the function of the access originator server of trust parameter described in described asynchronous buffer server calls, obtains the source data consistent with the data that described user asks, and this source data is returned to user, perform step S4 simultaneously from described source server;
S4, for the described source data obtained in step S3 or step S6 adds logic expired time, forms asynchronous buffer data; By described asynchronous buffer data stored in described asynchronous buffer server, and the physics expired time of described asynchronous buffer data is set;
S5, whether logic is expired to verify described asynchronous buffer data, if non-logic is expired, then terminates; If logic is expired, then perform step S6;
S6, calls the function of the described access originator server as trust parameter, obtains the source data consistent with the data that described user asks, then perform step S4 from described source server;
S7, obtains described asynchronous buffer data, and these data is returned to user; Perform step S5-S6 simultaneously.
2. method according to claim 1, is characterized in that, in step S4, described logic expired time is set to 150-900 second.
3. method according to claim 2, is characterized in that, described logic expired time is set to 300 seconds.
4. method according to claim 1, is characterized in that, in step S4, described physics expired time is set to 1-7 days.
5. method according to claim 4, is characterized in that, described physics expired time is set to 2 days.
6. method according to claim 1, it is characterized in that, in step S4, the described described source data for obtaining in step S3 or step S6 adds logic expired time, comprise, the described source data obtained in step S3 or step S6 is carried out serializing, and the Data Frontend after serializing adds logic expired time.
7. method according to claim 6, it is characterized in that, in step S7, the described asynchronous buffer data of described acquisition, and these data are returned to user, comprise, the described logic expired time in described asynchronous buffer data is separated with described source data, and return to user after described source data unserializing is become object.
8. method according to claim 1, is characterized in that, in step S6, described in call the described function of access originator server as entrusting parameter, adopt distributed lock to control.
9. an asynchronous buffer server, is characterized in that, comprising:
Data receipt unit: for receiving the function of user's request and the access originator server as trust parameter;
Data processing unit: check the asynchronous buffer data that whether there is the data consistent of asking with described user in described asynchronous buffer server; Also for adding logic expired time for source data, and physics expired time is set for described asynchronous buffer data;
Data extracting unit: for calling the function of the described access originator server as trust parameter, obtain the source data consistent with the data that described user asks from described source server;
Data storage cell: for storing asynchronous buffer data;
Data outputting unit: for asynchronous buffer data and source data are returned to user.
10. an asynchronous buffer system, is characterized in that, comprising: user asks end for process, for sending the function of user's request and the access originator server as trust parameter, the source server of asynchronous buffer server according to claim 9 and providing source data.
CN201410422144.6A 2014-08-25 2014-08-25 Asynchronous caching method, server and system Pending CN105373369A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410422144.6A CN105373369A (en) 2014-08-25 2014-08-25 Asynchronous caching method, server and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410422144.6A CN105373369A (en) 2014-08-25 2014-08-25 Asynchronous caching method, server and system

Publications (1)

Publication Number Publication Date
CN105373369A true CN105373369A (en) 2016-03-02

Family

ID=55375598

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410422144.6A Pending CN105373369A (en) 2014-08-25 2014-08-25 Asynchronous caching method, server and system

Country Status (1)

Country Link
CN (1) CN105373369A (en)

Cited By (22)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106066877A (en) * 2016-05-30 2016-11-02 北京皮尔布莱尼软件有限公司 A kind of method and system of asynchronous refresh data
CN106325767A (en) * 2016-08-16 2017-01-11 北京控制工程研究所 Asynchronous data storage method based on time parameter fitting processing
CN107436767A (en) * 2017-07-31 2017-12-05 杭州安恒信息技术有限公司 The optimization method that idempotent operates in a kind of asynchronous framework
CN107943594A (en) * 2016-10-13 2018-04-20 北京京东尚科信息技术有限公司 Data capture method and device
CN108363796A (en) * 2018-02-23 2018-08-03 北京网信云服信息科技有限公司 A kind of moving method and device of data
CN108429777A (en) * 2017-02-15 2018-08-21 腾讯科技(北京)有限公司 Data updating method based on cache and server
CN108549584A (en) * 2018-01-25 2018-09-18 北京奇艺世纪科技有限公司 A kind of server-side gray scale down method and device
WO2018203185A1 (en) * 2017-05-02 2018-11-08 International Business Machines Corporation Asynchronous data store operations
CN108920287A (en) * 2018-06-29 2018-11-30 中用科技有限公司 Cache method based on artificial intelligence
CN109062717A (en) * 2018-06-25 2018-12-21 阿里巴巴集团控股有限公司 Data buffer storage and caching disaster recovery method and system, caching system
CN110008223A (en) * 2019-03-08 2019-07-12 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium of asynchronous refresh caching
US10540282B2 (en) 2017-05-02 2020-01-21 International Business Machines Corporation Asynchronous data store operations including selectively returning a value from cache or a value determined by an asynchronous computation
CN110807040A (en) * 2019-10-30 2020-02-18 北京达佳互联信息技术有限公司 Method, device, equipment and storage medium for managing data
CN110837513A (en) * 2019-11-07 2020-02-25 腾讯科技(深圳)有限公司 Cache updating method, device, server and storage medium
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium
CN111277848A (en) * 2020-01-22 2020-06-12 北京字节跳动网络技术有限公司 Method and device for processing interactive messages in live broadcast room, electronic equipment and storage medium
CN111737298A (en) * 2020-06-19 2020-10-02 中国工商银行股份有限公司 Cache data control method and device based on distributed storage
CN111782698A (en) * 2020-07-03 2020-10-16 广州探途网络技术有限公司 Cache updating method and device and electronic equipment
CN111898054A (en) * 2020-08-07 2020-11-06 湖南快乐阳光互动娱乐传媒有限公司 Reverse cache control method and system, server, client and service end
CN113742381A (en) * 2021-08-30 2021-12-03 欧电云信息科技(江苏)有限公司 Cache acquisition method, apparatus and computer readable medium
CN113750521A (en) * 2020-06-01 2021-12-07 上海莉莉丝科技股份有限公司 Data storage system and method
WO2021262118A1 (en) * 2020-06-25 2021-12-30 Loodos Bilisim Teknolojileri San. Ve Tic. Ltd. Sti. A cache updating system and a method thereof

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110060881A1 (en) * 2009-09-10 2011-03-10 Red Hat, Inc. Asynchronous Cache Refresh for Systems with a Heavy Load
CN103412898A (en) * 2013-07-26 2013-11-27 华为技术有限公司 Method and device for optimizing webpage
CN103631727A (en) * 2012-08-27 2014-03-12 阿里巴巴集团控股有限公司 Buffer management method and buffer management system for buffer server

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20110060881A1 (en) * 2009-09-10 2011-03-10 Red Hat, Inc. Asynchronous Cache Refresh for Systems with a Heavy Load
CN103631727A (en) * 2012-08-27 2014-03-12 阿里巴巴集团控股有限公司 Buffer management method and buffer management system for buffer server
CN103412898A (en) * 2013-07-26 2013-11-27 华为技术有限公司 Method and device for optimizing webpage

Cited By (32)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106066877B (en) * 2016-05-30 2019-08-30 北京皮尔布莱尼软件有限公司 A kind of method and system of asynchronous refresh data
CN106066877A (en) * 2016-05-30 2016-11-02 北京皮尔布莱尼软件有限公司 A kind of method and system of asynchronous refresh data
CN106325767B (en) * 2016-08-16 2019-02-15 北京控制工程研究所 A kind of asynchronous data storage method based on time parameter process of fitting treatment
CN106325767A (en) * 2016-08-16 2017-01-11 北京控制工程研究所 Asynchronous data storage method based on time parameter fitting processing
CN107943594A (en) * 2016-10-13 2018-04-20 北京京东尚科信息技术有限公司 Data capture method and device
CN107943594B (en) * 2016-10-13 2021-11-12 北京京东尚科信息技术有限公司 Data acquisition method and device
CN108429777A (en) * 2017-02-15 2018-08-21 腾讯科技(北京)有限公司 Data updating method based on cache and server
CN108429777B (en) * 2017-02-15 2022-05-13 腾讯科技(北京)有限公司 Data updating method based on cache and server
US11157406B2 (en) 2017-05-02 2021-10-26 International Business Machines Corporation Methods for providing data values using asynchronous operations and querying a plurality of servers
US10540282B2 (en) 2017-05-02 2020-01-21 International Business Machines Corporation Asynchronous data store operations including selectively returning a value from cache or a value determined by an asynchronous computation
WO2018203185A1 (en) * 2017-05-02 2018-11-08 International Business Machines Corporation Asynchronous data store operations
CN107436767A (en) * 2017-07-31 2017-12-05 杭州安恒信息技术有限公司 The optimization method that idempotent operates in a kind of asynchronous framework
CN108549584B (en) * 2018-01-25 2020-11-27 北京奇艺世纪科技有限公司 Method and device for degrading gray level of server side
CN108549584A (en) * 2018-01-25 2018-09-18 北京奇艺世纪科技有限公司 A kind of server-side gray scale down method and device
CN108363796A (en) * 2018-02-23 2018-08-03 北京网信云服信息科技有限公司 A kind of moving method and device of data
CN109062717A (en) * 2018-06-25 2018-12-21 阿里巴巴集团控股有限公司 Data buffer storage and caching disaster recovery method and system, caching system
CN108920287A (en) * 2018-06-29 2018-11-30 中用科技有限公司 Cache method based on artificial intelligence
CN110008223A (en) * 2019-03-08 2019-07-12 平安科技(深圳)有限公司 Method, apparatus, computer equipment and the storage medium of asynchronous refresh caching
CN110866053A (en) * 2019-10-16 2020-03-06 平安普惠企业管理有限公司 Method and device for dynamically configuring cache deadline, computer equipment and storage medium
CN110807040A (en) * 2019-10-30 2020-02-18 北京达佳互联信息技术有限公司 Method, device, equipment and storage medium for managing data
CN110837513A (en) * 2019-11-07 2020-02-25 腾讯科技(深圳)有限公司 Cache updating method, device, server and storage medium
CN111277848A (en) * 2020-01-22 2020-06-12 北京字节跳动网络技术有限公司 Method and device for processing interactive messages in live broadcast room, electronic equipment and storage medium
CN111277848B (en) * 2020-01-22 2021-04-09 北京字节跳动网络技术有限公司 Method and device for processing interactive messages in live broadcast room, electronic equipment and storage medium
CN113750521A (en) * 2020-06-01 2021-12-07 上海莉莉丝科技股份有限公司 Data storage system and method
CN113750521B (en) * 2020-06-01 2024-03-22 上海莉莉丝科技股份有限公司 Data storage system and method
CN111737298A (en) * 2020-06-19 2020-10-02 中国工商银行股份有限公司 Cache data control method and device based on distributed storage
CN111737298B (en) * 2020-06-19 2024-04-26 中国工商银行股份有限公司 Cache data management and control method and device based on distributed storage
WO2021262118A1 (en) * 2020-06-25 2021-12-30 Loodos Bilisim Teknolojileri San. Ve Tic. Ltd. Sti. A cache updating system and a method thereof
CN111782698A (en) * 2020-07-03 2020-10-16 广州探途网络技术有限公司 Cache updating method and device and electronic equipment
CN111898054A (en) * 2020-08-07 2020-11-06 湖南快乐阳光互动娱乐传媒有限公司 Reverse cache control method and system, server, client and service end
CN113742381A (en) * 2021-08-30 2021-12-03 欧电云信息科技(江苏)有限公司 Cache acquisition method, apparatus and computer readable medium
CN113742381B (en) * 2021-08-30 2023-07-25 欧电云信息科技(江苏)有限公司 Cache acquisition method, device and computer readable medium

Similar Documents

Publication Publication Date Title
CN105373369A (en) Asynchronous caching method, server and system
US11146502B2 (en) Method and apparatus for allocating resource
CN105808151B (en) Solid state hard disk stores the data access method of equipment and solid state hard disk storage equipment
CN103116472B (en) The method, system and device of ttl value in dynamic change data cache
US9223707B2 (en) Mobile memory cache read optimization
US11102322B2 (en) Data processing method and apparatus, server, and controller
CN109358804A (en) A kind of data processing method, device and flash memory device
US11010056B2 (en) Data operating method, device, and system
WO2021103403A1 (en) Blockchain transaction information management method and device, computer device and storage medium
EP3812930A1 (en) Distributed transaction processing method and related device
CN105095282A (en) Method, device and system for updating cache data
CN111324615A (en) Data processing method, device, medium and electronic equipment
CN109446225B (en) Data caching method and device, computer equipment and storage medium
CN110489696A (en) Buffering updating method, device and electronic equipment, storage medium
CN106663059A (en) Power aware padding
CN112115016A (en) Application performance monitoring system
CN109783321A (en) Monitoring data management method, device, terminal device
CN103164409A (en) Network advertisement show type post test method and network advertisement show type post test system
CN109218799A (en) Android TV is switched fast method, storage medium, equipment and the system of high definition figure
CN113742131A (en) Method, electronic device and computer program product for storage management
CN103838682A (en) File directory reading method and equipment
CN106775435B (en) Data processing method, device and system in a kind of storage system
CN109766363B (en) Streaming data processing method, system, electronic device and storage medium
CN113744013A (en) Order number generation method, device, server and storage medium
CN116841755B (en) Verification code information processing method and device, electronic equipment and storage medium

Legal Events

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

Application publication date: 20160302

RJ01 Rejection of invention patent application after publication