CN102075570A - Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords - Google Patents

Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords Download PDF

Info

Publication number
CN102075570A
CN102075570A CN2010106163150A CN201010616315A CN102075570A CN 102075570 A CN102075570 A CN 102075570A CN 2010106163150 A CN2010106163150 A CN 2010106163150A CN 201010616315 A CN201010616315 A CN 201010616315A CN 102075570 A CN102075570 A CN 102075570A
Authority
CN
China
Prior art keywords
message
client
configuration
server
http
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.)
Granted
Application number
CN2010106163150A
Other languages
Chinese (zh)
Other versions
CN102075570B (en
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.)
Nanjing Sinovatio Technology LLC
Original Assignee
NANJING ZHONGXING SPECIAL 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 NANJING ZHONGXING SPECIAL SOFTWARE CO Ltd filed Critical NANJING ZHONGXING SPECIAL SOFTWARE CO Ltd
Priority to CN 201010616315 priority Critical patent/CN102075570B/en
Publication of CN102075570A publication Critical patent/CN102075570A/en
Application granted granted Critical
Publication of CN102075570B publication Critical patent/CN102075570B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Landscapes

  • Information Transfer Between Computers (AREA)

Abstract

The invention discloses a method for implementing an HTTP message caching mechanism based on keywords. The method comprises the following steps: matching an HTTP request message of a client with a corresponding configuration item; and searching the request message of the client according to the keywords in the configuration item, and determining whether to give an HTTP response to the user from a cache or to acquire a complete HTTP response from a server or to acquire a partial HTTP response from the server and modify the cached message according to the configuration so as to compose a complete HTTP response. By using the method provided by the invention, data traffic between a proxy server and a WEB server is effectively reduced; latency for the client to access a WEB page is effectively shortened; the WEB page requested by the client each time can be ensured to be the updated page; the effects of reducing the data traffic and shortening the latency of the WEB page related to the user status and browser type at the client can also be achieved; and the cache of the WEB page can be optimized according to configuration files.

Description

A kind of implementation method of the HTTP message caching mechanism based on keyword
Technical field
The invention belongs to a kind of HTTP network agent caching method, in particular for reverse proxy, the WEB server is netted the method for scenes such as acceleration more, specifically a kind of implementation method of the HTTP message caching mechanism based on keyword.
Background technology
Acting server is the station server between browser and Web server, had after it, browser is not directly to reach back webpage to Web server but send request to acting server, the Request signal can be delivered to acting server earlier, is fetched the needed information of browser and is sent to your browser by acting server.
HTTP Proxy, its function be exactly the agency network user reach the network information; Also being used for WEB class website now quickens.Common HTTP Proxy is divided into no caching mechanism, and caching mechanism arranged.
The HTTP Proxy of no caching mechanism: acting server does not detect the content of user's request, and is own to the server requests related content, returns to the user; There are the following problems for it: the HTTP Proxy flow of no caching mechanism is big, network delay is big; All data all need from client, acting server, and the WEB server transmits, and network traffics do not have and dwindle, and each step Network Transmission all has network delay, and it comprises:
Request: client browser-acting server-WEB server
Response: WEB server-acting server-client browser
Each steps flow chart all exists complete data traffic to produce; The all corresponding generation that produces network delay of each steps flow chart.
The HTTP Proxy that caching mechanism is arranged: acting server has a very big Cache, it has very big memory space, it constantly will newly obtain data storing to the memory of its this machine, if the data that browser is asked have existed on the memory of its this machine and have been up-to-date, it does not just fetch data from Web server again so, and directly the data on the memory are sent to user's browser, so just can significantly improve surfing and efficient.But there are the following problems for it:
What 1, client might get access to is not the up-to-date page.
For example: acting server is at buffer update in the cycle, the WEB server update WEB page.The page that client is at this time asked is the old page before not upgrading.
2, can not the identical URL of buffer memory, the still page relevant with User Status.
For example: after certain WEB page needs the user to land, the user name difference that the fixed position shows on the page, this page can't carry out buffer memory.
3, can not the identical URL of buffer memory, the page relevant with browser type.
For example: certain WEB page uses dynamic sentence, and IE is different with the script that the Firefox browser uses, and this page can't carry out buffer memory.
Summary of the invention
The objective of the invention is at existing the problems referred to above the implementation method of a kind of HTTP message caching mechanism based on keyword of proposition.
Technical scheme of the present invention is:
A kind of implementation method of the HTTP message caching mechanism based on keyword may further comprise the steps:
(a), the user sets up configuration file, this configuration file comprises a plurality of configuration items; Each configuration item includes domain name, the page, Cookie and the user browser type that needs processing, is provided with corresponding processing mode corresponding to each configuration item; Domain name in each configuration item, the page, Cookie and user browser type are equipped with a plurality of keywords;
(b), setting up message handles needed buffer memory, startup processing threads, binding message processing port;
(c), read configuration file, in internal memory, each configuration item in the configuration file is conspired to create the configuration chained list;
(d), when the client access acting server, acting server and client connect, and obtain user's request message;
(e), according to client's request message, the keyword in the retrieval configuration chained list, configuration item under determining is handled according to the method in the configuration item;
(f) if the processing mode in the step (e) need be obtained all from server, perhaps the part message then connects with server, obtains corresponding message from server; Otherwise, directly from the buffering internal memory, obtain corresponding message;
(g), the http response message that step (f) was handled sends to the client user.
Among the present invention: client's HTTP request message needs the corresponding configuration item of coupling earlier; Need be according to the keyword search client requests message in the configuration item, and determine it is from buffer memory, to give to user's http response, and still obtain complete http response from server, still obtain the part http response from server, and according to configuration modification buffer memory message, synthetic complete http response.
Beneficial effect of the present invention:
The present invention can be according to configuration file, and the feasible static page that has nothing to do with all states of client carries out caching process.
The present invention can make whether renewal of the page only detects according to the HTTP head, and this page of unnecessary download compares according to configuration file.
The present invention can solve and client state the problem of the relevant page cache of browser type according to configuration file.
The present invention effectively reduces the data traffic between acting server and the WEB server; Effectively shorten client and obtain the time of the wait time-delay of the WEB page; Can guarantee that the WEB page that client is asked at every turn is the up-to-date page; With client user's state, the WEB page that browser type is relevant also can reach the minimizing data flow, shortens the effect of time-delay; Simultaneously, can optimize the buffer memory of the WEB page according to configuration file.
 
Embodiment
The present invention is further illustrated below in conjunction with embodiment.
A kind of implementation method of the HTTP message caching mechanism based on keyword, it may further comprise the steps:
(a), the user sets up configuration file, this configuration file comprises a plurality of configuration items; Each configuration item includes domain name, the page, Cookie and the user browser type that needs processing, is provided with corresponding processing mode corresponding to each configuration item; Domain name in each configuration item, the page, Cookie and user browser type are equipped with a plurality of keywords;
(b), setting up message handles needed buffer memory, startup processing threads, binding message processing port;
(c), read configuration file, in internal memory, each configuration item in the configuration file is conspired to create the configuration chained list;
(d), when the client access acting server, acting server and client connect, and obtain user's request message;
(e), according to client's request message, the keyword in the retrieval configuration chained list, configuration item under determining is handled according to the method in the configuration item;
(f) if the processing mode in the step (e) need be obtained all from server, perhaps the part message then connects with server, obtains corresponding message from server; Otherwise, directly from the buffering internal memory, obtain corresponding message;
(g), the http response message that step (f) was handled sends to the client user.
Among the present invention: client's HTTP request message needs the corresponding configuration item of coupling earlier; Need be according to the keyword search client requests message in the configuration item, and determine it is from buffer memory, to give to user's http response, and still obtain complete http response from server, still obtain the part http response from server, and according to configuration modification buffer memory message, synthetic complete http response.
During concrete enforcement:
A kind of implementation method of the HTTP message caching mechanism based on keyword, one, need read configuration from configuration file and form the search index chained list; Two, needs and client connect, and obtain the HTTP request message from client; Three, need judge which kind of processing mode each HTTP request uses is classic mode according to keyword; Four, the processing mode of selecting according to previous step forms complete response message; Five, give client with response message.
1, all WEB page graduation are handled:
The WEB page that a, static page often do not change.
B, static page are distinguished the WEB page of client type.
C, the dynamic WEB page with buffer memory value.
The dynamic WEB page that d, no buffer memory are worth.
Illustrate: the meaning of above-mentioned a is that the message content of the WEB page is only relevant with URL, and is irrelevant with other all states.
The meaning of above-mentioned b is that the message content of the WEB page is not only relevant with URL, also with asking interior other fields of HTTP head relation is arranged.
The meaning of above-mentioned c is, some dynamic page is worth buffer memory and handles, and the google homepage after landing such as different user only has the user name difference in the upper right corner, and all the other messages are all the same.
The meaning of above-mentioned d is, some dynamic page, and difference is very big, is unworthy carrying out buffer memory, and such as the WEB mailbox of different user, full page is all inequality except framework, and the buffer memory cost is big, and effect is bad.
2, configuration file item, as follows:
<[206]>
DomainID=21
http_hdr_up={[GET?/loginfaild.srf]}&{[Host:?login.live.com]}|{[HOST:?login.live.com]}
http_hdr_dwn=
CheckAck=0
ChangeUp=0
ChangeDown=1
pktclient=cms_pkt//202.up.cmspkt
pktserver=cms_pkt//206.cmspkt
SSL=1
srch_dwn_val={[Set-Cookie:?MSPOK=]}#{[;]}*{[64]}@{[246]}
srch_dwn_val={[https://login.live.com/ppsecure/post.srf?bk=]}#{["]}*{[10]}@{[4102]}
srch_dwn_val={[input?type="hidden"?name="PPFT"]}&{[value="]}#{[/>]}*{[256]}@{[8595]}
srch_dwn_val={[base?href="]}&{[login.live.com/pp]}#{["]}*{[6]}@{[765]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[1561]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[1899]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[3129]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[3816]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[4947]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[5499]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[6310]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[8023]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[9094]}
srch_dwn_val={[.css?x=]}#{["]}*{[12]}@{[9358]}
pktwarn=cms_pkt//202_warn.cmspkt
Illustrate:
A.<[206]〉expression is configuration sequence number, and each configuration item all has a numbering, does not repeat.
B.DomainID represents to change that configuration item represents is under what domain name.
C.http_hdr_up represents to detect project in user's request message, user search URL, and the user browser type, Cookie is etc. field
D.http_hdr_down represents to detect WEB server downlink message and whether contains some specific fields.
E.CheckAck represents whether whether need to detect the server response message satisfies condition, and is satisfied then revise from buffer memory and give the user, saves Internet resources and time, do not satisfy then to obtain message from the WEB server and send the user to, guarantees message correctly.
Whether f.ChangeUp need represents user's request is made amendment, the same such as message text, the Cookie difference of different user is only revised user's GET request so and is asked for HEAD, it is just passable only need to obtain heading from server, does not need to obtain message body content again.
G.ChangeDown represents to revise server response, and as the example of f the inside, there has been the downlink message body buffer memory the inside, the message HTTP head of WEB server is revised into the message body before, return to client again, be exactly a complete downlink message.
H.pktclient represents up modification message, proxy server caches client uplink message file path.
I.pktserver represents descending modification message, proxy server caches WEB server downlink message file path.
J.SSL represents to satisfy whether the message that changes a http_hdr_up and http_hdr_dwon configuration item is that HTTPS encrypts message content.
K.srch_dwn_val represents concrete operations mode that downlink message is made amendment, the content retrieval sign: { [revise character string before character] } #{[revises character after character string] } * [maximum length] } @{[pointer offset amount] }, can
L.srch_up_val represents concrete mode that uplink message is made amendment, the content retrieval sign: { [revise character string before character] } #{[revises character after character string] } * [maximum length] } @{[pointer offset amount] }
J.pktwarn represents that srch_dwn_val or srch_up_val make a mistake if match under the situation of http_hdr_up and http_hdr_down, produces the alarm behavior.
3. configuration file
The configuration text file that configuration file is made up of a plurality of configuration items
4. handling process
4.1 main thread.
A) initialization system comprises internal memory initialization, global variable initialization, Socket communication initialization.
B) Bind communication port.
C) read configuration file, the initial configuration chained list.
D) start customer end A ccept thread.
E) start Connect and Send thread.
F) start the select processing threads.
G) start the message processing threads.
H) enter the order line wait state.
4.2Accept thread
A. thread initialization.
B. the Accept function is called in unblock
C. after calling successfully the Socket handle put into and wait for the Select array
D. recursive call b.
4.3Connect and Send thread
A. thread initialization.
B. to be sent, connect formation and obtain data.
If c. to be connected, it is overtime that connect is set, and connects the WEB server, and the Socket handle is sent into and waited in the Select array.
If d. to be sent, call send and send to the WEB server.
E. recursive call b
4.4Select processing threads.
A. thread initialization.
B. empty FD
C. traversal is treated Select array, FD SET.
D. call Select and go out pending Socket.
E. put into pending Socket formation.
F. b circulates.
4.5 message processing threads.
A. thread initialization.
B. read out pending Socket from pending Socket formation.
The pending Socket of c.Read
If d. close then close Socket.
E. under the situation that d satisfies, search the WEB server that changes the Sokcet correspondence, the perhaps Socket of client, and close.
F. the message that reads out being configured file detects.
G. testing result is put into the Send formation.
H. b circulates
4.6 message configuration detection processing module
A. HOST field in the detection messages head
B. find the configuration chained list of corresponding Domainid.
If c. client data is according to http_hdr_up detection messages URL, Host, Cookie, User-Agent, fields such as Content-type.
If d. WEB server data and CheckAck=1 need detection messages.
E. under the situation of d of satisfying condition, according to http_hdr_down detection messages response, Location, fields such as Set-Cookie.
If f. need message is made amendment under the situation of client data and ChangeUp=1.
If g. need message is made amendment under the situation of WEB server data and ChangeDown=1.
If h. client data pktclient is not empty, then from internal memory, find the corresponding cache message.Do not need to revise under the situation of message and directly return.
If i. WEB server data pktserver is not empty, then from internal memory, find the corresponding cache message.Do not need to revise under the situation of message and directly return.
If j. client data srch_up_val is not empty, then revise the message of buffer memory in the internal memory according to the mode of regulation in the configuration, all srch_up_val return after revising and finishing.
If k. WEB server data srch_dwn_val is not empty, then revise the message of buffer memory in the internal memory according to the mode of regulation in the configuration, all srch_dwn_val return after revising and finishing.
L. at above-mentioned j, do not meet, when perhaps wrong situation takes place, produce alarm according to pktwarn if run into the modification message in the k process.
The part that the present invention does not relate to prior art that maybe can adopt all same as the prior art is realized.

Claims (2)

1. implementation method based on the HTTP message caching mechanism of keyword is characterized in that it may further comprise the steps:
(a), the user sets up configuration file, this configuration file comprises a plurality of configuration items; Each configuration item includes domain name, the page, Cookie and the user browser type that needs processing, is provided with corresponding processing mode corresponding to each configuration item; Domain name in each configuration item, the page, Cookie and user browser type are equipped with a plurality of keywords;
(b), setting up message handles needed buffer memory, startup processing threads, binding message processing port;
(c), read configuration file, in internal memory, each configuration item in the configuration file is conspired to create the configuration chained list;
(d), when the client access acting server, acting server and client connect, and obtain user's request message;
(e), according to client's request message, the keyword in the retrieval configuration chained list, configuration item under determining is handled according to the method in the configuration item;
(f) if the processing mode in the step (e) need be obtained all from server, perhaps the part message then connects with server, obtains corresponding message from server; Otherwise, directly from the buffering internal memory, obtain corresponding message;
(g), the http response message that step (f) was handled sends to the client user.
2. according to the implementation method of a kind of HTTP message caching mechanism based on keyword described in the claim 1, it is characterized in that client's HTTP request message, need the corresponding configuration item of coupling earlier; Need be according to the keyword search client requests message in the configuration item, and determine it is from buffer memory, to give to user's http response, and still obtain complete http response from server, still obtain the part http response from server, and according to configuration modification buffer memory message, synthetic complete http response.
CN 201010616315 2010-12-31 2010-12-31 Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords Active CN102075570B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN 201010616315 CN102075570B (en) 2010-12-31 2010-12-31 Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN 201010616315 CN102075570B (en) 2010-12-31 2010-12-31 Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords

Publications (2)

Publication Number Publication Date
CN102075570A true CN102075570A (en) 2011-05-25
CN102075570B CN102075570B (en) 2013-01-30

Family

ID=44033911

Family Applications (1)

Application Number Title Priority Date Filing Date
CN 201010616315 Active CN102075570B (en) 2010-12-31 2010-12-31 Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords

Country Status (1)

Country Link
CN (1) CN102075570B (en)

Cited By (17)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139157A (en) * 2011-11-28 2013-06-05 北京南车时代信息技术有限公司 Network communication method based on socket, device and system
CN103176970A (en) * 2011-12-20 2013-06-26 腾讯科技(深圳)有限公司 Retrieval method and retrieval system
WO2014000574A1 (en) * 2012-06-29 2014-01-03 北京奇虎科技有限公司 Network access method and server based on cache
CN103582012A (en) * 2012-08-07 2014-02-12 中兴通讯股份有限公司 Data distribution method and device
CN103747097A (en) * 2014-01-22 2014-04-23 电子科技大学 Mobile terminal HTTP (Hyper Text Transport Protocol) request aggregation compression system and method
CN103870259A (en) * 2012-12-14 2014-06-18 腾讯科技(深圳)有限公司 Method and device for data processing
CN104346329A (en) * 2013-07-23 2015-02-11 腾讯科技(深圳)有限公司 Method, apparatus and device for achieving uniform resource locator (URL) page sharing
CN104468655A (en) * 2013-09-18 2015-03-25 阿里巴巴集团控股有限公司 Method and system for testing reverse proxy software
CN104468642A (en) * 2013-09-12 2015-03-25 腾讯科技(深圳)有限公司 Browser caching resource forecasting method and system, reverse proxy device and browser
CN105700894A (en) * 2016-02-25 2016-06-22 深圳市分期乐网络科技有限公司 Method and device for modifying HTTP response data
CN106230782A (en) * 2016-07-20 2016-12-14 腾讯科技(深圳)有限公司 A kind of information processing method based on content distributing network and device
CN107251528A (en) * 2015-10-14 2017-10-13 智能管道科技有限公司 It is used as the network identity of service
WO2017181802A1 (en) * 2016-04-20 2017-10-26 上海斐讯数据通信技术有限公司 Wireless router, and information insertion system and method
CN108259198A (en) * 2016-12-28 2018-07-06 中国移动通信集团辽宁有限公司 A kind of pre-judging method, device and the equipment of domain name cache hit rate
CN112631648A (en) * 2020-12-23 2021-04-09 北京达佳互联信息技术有限公司 Service configuration method and device, electronic equipment and storage medium
CN112995291A (en) * 2021-02-05 2021-06-18 厦门市美亚柏科信息股份有限公司 HTTP message collection method based on proxy, terminal equipment and storage medium
CN115277236A (en) * 2022-08-01 2022-11-01 福建天晴在线互动科技有限公司 Method and system for carrying out request analysis on domain name

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040068579A1 (en) * 2002-08-13 2004-04-08 International Business Machines Corporation System and method to refresh proxy cache server objects
CN101287013A (en) * 2008-05-30 2008-10-15 杭州华三通信技术有限公司 Method for updating Webpage and Web proxy device
CN101902485A (en) * 2009-05-27 2010-12-01 北京启明星辰信息技术股份有限公司 Rewriting method of reversal Web agent link

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040068579A1 (en) * 2002-08-13 2004-04-08 International Business Machines Corporation System and method to refresh proxy cache server objects
CN101287013A (en) * 2008-05-30 2008-10-15 杭州华三通信技术有限公司 Method for updating Webpage and Web proxy device
CN101902485A (en) * 2009-05-27 2010-12-01 北京启明星辰信息技术股份有限公司 Rewriting method of reversal Web agent link

Cited By (29)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103139157A (en) * 2011-11-28 2013-06-05 北京南车时代信息技术有限公司 Network communication method based on socket, device and system
CN103139157B (en) * 2011-11-28 2016-07-27 北京南车时代信息技术有限公司 A kind of based on the network communication method of socket, Apparatus and system
CN103176970B (en) * 2011-12-20 2018-05-29 深圳市世纪光速信息技术有限公司 A kind of search method and searching system
CN103176970A (en) * 2011-12-20 2013-06-26 腾讯科技(深圳)有限公司 Retrieval method and retrieval system
WO2014000574A1 (en) * 2012-06-29 2014-01-03 北京奇虎科技有限公司 Network access method and server based on cache
CN103582012A (en) * 2012-08-07 2014-02-12 中兴通讯股份有限公司 Data distribution method and device
US9866356B2 (en) 2012-08-07 2018-01-09 Zte Corporation Data distribution method and device
CN103870259A (en) * 2012-12-14 2014-06-18 腾讯科技(深圳)有限公司 Method and device for data processing
CN104346329A (en) * 2013-07-23 2015-02-11 腾讯科技(深圳)有限公司 Method, apparatus and device for achieving uniform resource locator (URL) page sharing
CN104468642A (en) * 2013-09-12 2015-03-25 腾讯科技(深圳)有限公司 Browser caching resource forecasting method and system, reverse proxy device and browser
CN104468642B (en) * 2013-09-12 2019-07-05 腾讯科技(深圳)有限公司 Browser rs cache resource prediction method and system, reverse proxy device and browser
CN104468655A (en) * 2013-09-18 2015-03-25 阿里巴巴集团控股有限公司 Method and system for testing reverse proxy software
CN104468655B (en) * 2013-09-18 2018-04-03 阿里巴巴集团控股有限公司 The method and system tested reverse proxy software
CN103747097A (en) * 2014-01-22 2014-04-23 电子科技大学 Mobile terminal HTTP (Hyper Text Transport Protocol) request aggregation compression system and method
CN103747097B (en) * 2014-01-22 2016-08-24 电子科技大学 The system and method for mobile terminal HTTP request polymeric compressing
CN107251528A (en) * 2015-10-14 2017-10-13 智能管道科技有限公司 It is used as the network identity of service
CN107251528B (en) * 2015-10-14 2021-02-12 诺瓦蒂克科技有限公司 Method and apparatus for providing data originating within a service provider network
CN105700894A (en) * 2016-02-25 2016-06-22 深圳市分期乐网络科技有限公司 Method and device for modifying HTTP response data
WO2017181802A1 (en) * 2016-04-20 2017-10-26 上海斐讯数据通信技术有限公司 Wireless router, and information insertion system and method
CN105933237B (en) * 2016-04-20 2018-09-28 上海斐讯数据通信技术有限公司 A kind of wireless router and its Information Embedding system, method
US10873451B2 (en) 2016-07-20 2020-12-22 Tencent Technology (Shenzhen) Company Limited Content delivery network processing method, content delivery network, device, and storage medium
CN106230782A (en) * 2016-07-20 2016-12-14 腾讯科技(深圳)有限公司 A kind of information processing method based on content distributing network and device
CN108259198A (en) * 2016-12-28 2018-07-06 中国移动通信集团辽宁有限公司 A kind of pre-judging method, device and the equipment of domain name cache hit rate
CN108259198B (en) * 2016-12-28 2021-08-06 中国移动通信集团辽宁有限公司 Method, device and equipment for prejudging domain name cache hit rate
CN112631648A (en) * 2020-12-23 2021-04-09 北京达佳互联信息技术有限公司 Service configuration method and device, electronic equipment and storage medium
CN112995291A (en) * 2021-02-05 2021-06-18 厦门市美亚柏科信息股份有限公司 HTTP message collection method based on proxy, terminal equipment and storage medium
CN112995291B (en) * 2021-02-05 2023-02-21 厦门市美亚柏科信息股份有限公司 HTTP message collection method based on proxy, terminal equipment and storage medium
CN115277236A (en) * 2022-08-01 2022-11-01 福建天晴在线互动科技有限公司 Method and system for carrying out request analysis on domain name
CN115277236B (en) * 2022-08-01 2023-08-18 福建天晴在线互动科技有限公司 Method and system for carrying out request analysis on domain name

Also Published As

Publication number Publication date
CN102075570B (en) 2013-01-30

Similar Documents

Publication Publication Date Title
CN102075570B (en) Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords
US10997220B2 (en) Search box auto-complete
US8069406B2 (en) Method and system for improving user experience while browsing
US8156429B2 (en) Method and system for accelerating downloading of web pages
US9361345B2 (en) Method and system for automated analysis and transformation of web pages
US7827166B2 (en) Handling dynamic URLs in crawl for better coverage of unique content
CN105095280B (en) Browser caching method and device
US8533310B2 (en) Method and apparatus for acceleration by prefetching associated objects
US8910132B2 (en) Client-side script bundle management system
US9673998B2 (en) Differential cache for representational state transfer (REST) API
CN104202360A (en) Webpage access method, device and router
CN102930054A (en) Data search method and data search system
CN102480397A (en) Method and equipment for accessing internet page
US20100049842A1 (en) Computing Environment Arranged to Support Predetermined URL Patterns
JP2010512589A (en) Web page display method and system
WO2017202255A1 (en) Page display method and apparatus, and client device
CN108920600A (en) A kind of metadata of distributed type file system forecasting method based on data correlation
CN104714965A (en) Static resource weight removing method, and static resource management method and device
CN102882974A (en) Method for saving website access resource by website identification version number
CN103258056B (en) Process the method for style design table, server, client and system
CN103294717B (en) Web page opening method and device based on double-kernel browser
CN104270257A (en) Network element level network management service configuration adaptive system and method based on PB and XPATH
CN106911735A (en) Data capture method and device
US11716405B1 (en) System and method for identifying cache miss in backend application
CN104704495B (en) The method and device of a kind of information search

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
C14 Grant of patent or utility model
GR01 Patent grant
C56 Change in the name or address of the patentee

Owner name: NANJING SINOVATIO TECHNOLOGY LLC

Free format text: FORMER NAME: NANJING ZHONGXING SPECIAL SOFTWARE CO., LTD.

CP01 Change in the name or title of a patent holder

Address after: Yuhuatai District of Nanjing City, Jiangsu province 210012 Bauhinia Road No. 68

Patentee after: Nanjing Sinovatio Technology LLC

Address before: Yuhuatai District of Nanjing City, Jiangsu province 210012 Bauhinia Road No. 68

Patentee before: Nanjing Zhongxing Special Software Co., Ltd.

EE01 Entry into force of recordation of patent licensing contract

Application publication date: 20110525

Assignee: Zhang Yan

Assignor: Nanjing Sinovatio Technology LLC

Contract record no.: 2014320000713

Denomination of invention: Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords

Granted publication date: 20130130

License type: Common License

Record date: 20141031

Application publication date: 20110525

Assignee: He Hongning

Assignor: Nanjing Sinovatio Technology LLC

Contract record no.: 2014320000711

Denomination of invention: Method for implementing HTTP (hyper text transport protocol) message caching mechanism based on keywords

Granted publication date: 20130130

License type: Common License

Record date: 20141031

LICC Enforcement, change and cancellation of record of contracts on the licence for exploitation of a patent or utility model
C56 Change in the name or address of the patentee
CP02 Change in the address of a patent holder

Address after: 210012 Yuhuatai, Jiangsu province tulip Road, No. 17, No.

Patentee after: Nanjing Sinovatio Technology LLC

Address before: Yuhuatai District of Nanjing City, Jiangsu province 210012 Bauhinia Road No. 68

Patentee before: Nanjing Sinovatio Technology LLC

CP02 Change in the address of a patent holder
CP02 Change in the address of a patent holder

Address after: Room 1501, building 2, No.19, ningshuang Road, Yuhuatai District, Nanjing City, Jiangsu Province

Patentee after: Nanjing Sinovatio Technology LLC

Address before: 210012 tulip Road 17, Yuhuatai District, Jiangsu, Nanjing

Patentee before: Nanjing Sinovatio Technology LLC