WO2011015009A1 - Method and server for obtaining page data, and method and server for updating page - Google Patents

Method and server for obtaining page data, and method and server for updating page Download PDF

Info

Publication number
WO2011015009A1
WO2011015009A1 PCT/CN2009/075410 CN2009075410W WO2011015009A1 WO 2011015009 A1 WO2011015009 A1 WO 2011015009A1 CN 2009075410 W CN2009075410 W CN 2009075410W WO 2011015009 A1 WO2011015009 A1 WO 2011015009A1
Authority
WO
WIPO (PCT)
Prior art keywords
data
page
identification information
request message
page data
Prior art date
Application number
PCT/CN2009/075410
Other languages
French (fr)
Chinese (zh)
Inventor
黄剑玮
Original Assignee
中兴通讯股份有限公司
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 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2011015009A1 publication Critical patent/WO2011015009A1/en

Links

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/957Browsing optimisation, e.g. caching or content distillation
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F16/00Information retrieval; Database structures therefor; File system structures therefor
    • G06F16/90Details of database functions independent of the retrieved data types
    • G06F16/95Retrieval from the web
    • G06F16/958Organisation or management of web site content, e.g. publishing, maintaining pages or automatic linking

Abstract

A method and server for obtaining page data, and a method and server for updating page are disclosed. A web server receives a data obtaining request message sent by a web browser (11). The web server obtains the corresponding page data from a service processor respectively according to each data obtaining request message (12), and then stores the obtained page data to its own volatile storage space (13). After received the page update request message sent by the web browser, the corresponding page data is searched in the storage space according to each page update request message, and sent to the browser. With such solutions, they can solve the problem in the art that the web browser and the message server need holding the message path all the time, and result in consuming more resources.

Description

页面数据获取方法及服务器、 页面更新方法及服务器  Page data acquisition method and server, page update method and server
技术领域 Technical field
本发明涉及通信技术领域, 特别涉及一种页面数据获取方法及服务器、 页面更新方法及服务器。  The present invention relates to the field of communications technologies, and in particular, to a page data acquisition method, a server, a page update method, and a server.
背景技术 Background technique
在网页 (Web ) 系统中, 当 Web浏览器访问页面时, 通常需要页面能够 实时显示网元上报的实时数据, 这就需要页面能够进行动态更新, 现有的页 面动态更新方法如下:  In a web page (Web) system, when a web browser accesses a page, the page usually needs to display the real-time data reported by the network element in real time, which requires the page to be dynamically updated. The existing page dynamic update method is as follows:
Web服务器从消息服务器订阅实时数据,并建立消息服务器到 Web服务 器之间的连接, Web浏览器利用从 Web服务器下载到页面的客户端代理与 Web服务器之间的套接字( socket )连接, 建立 Web浏览器与 Web服务器之 间的持久连接, 利用客户端代理与 Web浏览器之间的信息交互实现页面的本 地更新, 建立一条从消息服务器到 Web浏览器之间的消息通路, 将网元上报 的实时数据通过此消息通路实时地显示于 Web浏览器之上。  The web server subscribes to the real-time data from the message server and establishes a connection between the message server and the web server, and the web browser establishes a socket connection between the client agent downloaded from the web server to the page and the web server. A persistent connection between the web browser and the web server, using the information interaction between the client proxy and the web browser to implement local update of the page, establishing a message path from the message server to the web browser, and reporting the network element The real-time data is displayed on the web browser in real time through this message path.
釆用上述方法为 Web浏览器提供实时页面数据时, 需要在 Web浏览器 与 Web服务器之间使用 socket建立持久性连接, 那么消息服务器与 Web浏 览器之间就存在一条消息通路, 消息服务器可以将 Web浏览器所访问的页面 需更新的页面数据通过此消息通路发送给 Web浏览器, 但是 Web浏览器和 消息服务器就需要一直维持该消息通路, 这样就耗费了较多的资源。  提供When using the above method to provide real-time page data for a web browser, a persistent connection needs to be established between the web browser and the web server, and then there is a message path between the message server and the web browser, and the message server can The page data to be updated by the webpage accessed by the web browser is sent to the web browser through the message path, but the web browser and the message server need to maintain the message path all the time, which consumes a lot of resources.
发明内容 Summary of the invention
本发明提供了一种页面数据获取方法及服务器、页面更新方法及服务器, 用以解决现有技术中 Web浏览器和消息服务器需要一直维持消息通路, 因此 耗费较多资源的问题。  The present invention provides a page data acquisition method, a server, a page update method, and a server, which are used to solve the problem that the web browser and the message server need to maintain the message path all the time in the prior art, and thus consume more resources.
具体如下: 一种页面数据获取方法, 其包括: details as follows: A page data acquisition method includes:
网页 Web服务器接收 Web浏览器发送的数据获取请求消息;  The web server receives the data acquisition request message sent by the web browser;
以及根据每个数据获取请求消息, 分别从业务处理机中获取页面数据; 以及  And acquiring page data from the service processor according to each data acquisition request message;
将获取到的页面数据存储在自身的易失存储空间中。  The obtained page data is stored in its own volatile storage space.
一种服务器, 其包括:  A server comprising:
接收单元, 其设置为接收网页 Web浏览器发送的数据获取请求消息; 数据获取单元, 其设置为根据每个数据获取请求消息, 分别从业务处理 机中获取页面数据; 以及 数据存储单元, 其设置为将数据获取单元获取到的页面数据存储在所述 服务器的易失存储空间中。  a receiving unit, configured to receive a data acquisition request message sent by the webpage web browser; a data acquiring unit configured to respectively acquire page data from the service processor according to each data acquisition request message; and a data storage unit, the setting thereof The page data acquired by the data acquisition unit is stored in the volatile storage space of the server.
上述页面数据获取方法及服务器中:  In the above page data acquisition method and server:
数据获取请求消息中可携带有需要更新的页面数据所对应的数据源标识 信息、 发送该数据获取请求消息的 Web浏览器的浏览器标识信息;  The data acquisition request message may carry data source identifier information corresponding to the page data that needs to be updated, and browser identifier information of the web browser that sends the data acquisition request message;
Web服务器从业务处理机中获取与该数据源标识信息对应的页面数据, 并将获取的页面数据与该浏览器标识信息和数据源标识信息对应存储在自身 的易失存储空间中;  The web server obtains the page data corresponding to the data source identification information from the service processor, and stores the acquired page data in the volatile storage space corresponding to the browser identifier information and the data source identifier information;
不同的数据源标识信息对应的页面数据可存储在不同的业务处理机中, Web服务器首先确定存储有接收到的数据源标识信息所对应的页面数据的业 务处理机, 然后从确定出的业务处理机中获取相应的页面数据;  The page data corresponding to the different data source identification information may be stored in different service processors, and the web server first determines the service processor that stores the page data corresponding to the received data source identification information, and then processes the determined service. Obtain the corresponding page data in the machine;
数据获取请求中还可携带时间间隔信息; Web服务器将该时间间隔信息 发送给所确定出的业务处理机, 该业务处理机基于该时间间隔信息将页面数 据发送给 Web服务器。  The data acquisition request may further carry time interval information; the web server sends the time interval information to the determined service processor, and the service processor sends the page data to the web server based on the time interval information.
一种页面更新方法, 其包括:  A page update method includes:
网页 Web服务器接收 Web浏览器定时发送的页面更新请求消息; 所述 Web服务器根据每个页面更新请求消息,分别在自身的易失存储空 间中查找页面数据; 所述 Web服务器将查找到的页面数据发送给发送该页面更新请求消息的 Web浏览器; 以及 The webpage web server receives a page update request message periodically sent by the web browser; the web server searches for the page data in its own volatile storage space according to each page update request message; Sending, by the web server, the found page data to a web browser that sends the page update request message;
所述 Web浏览器根据接收到的页面数据 ,对需更新的页面数据进行更新。 一种服务器, 其包括:  The web browser updates the page data to be updated according to the received page data. A server comprising:
接收单元,其设置为接收网页 Web浏览器定时发送的页面更新请求消息; 数据查找单元, 其设置为根据每个页面更新请求消息, 分别在所述服务 器的易失存储空间中查找页面数据; 以及  a receiving unit, configured to receive a page update request message periodically sent by the webpage web browser; a data searching unit configured to search for page data in the volatile storage space of the server according to each page update request message;
发送单元, 其设置为将数据查找单元查找到的页面数据发送给发送该页 面更新请求消息的 Web浏览器。  And a sending unit, configured to send the page data found by the data searching unit to the web browser that sends the page update request message.
上述页面更新方法及 Λ良务器中:  In the above page update method and server:
页面更新请求消息中可携带发送该页面更新请求消息的 Web浏览器的浏 览器标识信息;  The page update request message may carry browser identifier information of the web browser that sends the page update request message;
Web服务器在自身的易失存储空间中查找与所述浏览器标识信息对应的 页面数据, 并将查找到的页面数据发送给发送该页面更新请求消息的 Web浏 览器; Web浏览器根据接收到的页面数据对需要更新的页面数据进行更新; The web server searches for the page data corresponding to the browser identification information in its own volatile storage space, and sends the found page data to the web browser that sends the page update request message; the web browser receives the The page data updates the page data that needs to be updated;
Web浏览器还可通过 javascript脚本定时调用直接网页远程调用 DWR, 来定时向所述 Web服务器发送页面更新请求消息。 The web browser can also periodically call the DWR through a javascript script to remotely call the DWR to periodically send a page update request message to the web server.
本发明技术方案中, Web服务器首先接收 Web浏览器分别发送的数据获 取请求消息, 然后 Web服务器根据每个数据获取请求消息, 分别从业务处理 机中获取对应的页面数据, 并将获取到的页面数据存储在自身的易失存储空 间中, 这样 Web服务器的易失存储空间中就存储了需更新的页面数据; Web 服务器在接收到 Web浏览器定时发送的页面更新请求消息后,根据每个页面 更新请求消息, 分别在自身的易失存储空间中查找对应的页面数据, 并将查 找到的页面数据发送给发送该页面更新请求消息的 Web浏览器, Web浏览器 可以根据接收到的页面数据, 对需更新的页面数据进行更新, 这样 Web服务 器就可以在 Web浏览器请求进行页面更新时,将存储在易失存储空间中的页 面数据分别发送给对应的 Web浏览器, 不再需要一直维持一个消息通路, 而 是在 Web浏览器请求时才发送数据, 这样就有效地节省了资源, 且提高了页 面更新的效率。 In the technical solution of the present invention, the web server first receives the data acquisition request message sent by the web browser, and then the web server obtains the corresponding page data from the service processor according to each data acquisition request message, and the obtained page is obtained. The data is stored in its own volatile storage space, so that the web server needs to be updated in the volatile storage space; the web server receives the page update request message periodically sent by the web browser, according to each page. Update the request message, respectively search for the corresponding page data in its own volatile storage space, and send the found page data to the web browser that sends the page update request message, and the web browser can according to the received page data. Update the page data to be updated, so that the web server can send the page data stored in the volatile storage space to the corresponding web browser when the web browser requests the page update, and no longer needs to maintain one. Message path, but only when requested by a web browser Data, thus effectively saving resources and improving the page The efficiency of face updates.
附图概述 BRIEF abstract
图 1为本发明实施例中页面数据获取方法流程示意图;  1 is a schematic flowchart of a method for acquiring page data according to an embodiment of the present invention;
图 2为本发明实施例中页面更新方法流程示意图;  2 is a schematic flowchart of a page update method according to an embodiment of the present invention;
图 3为本发明实施例中服务器结构示意图;  3 is a schematic structural diagram of a server in an embodiment of the present invention;
图 4为本发明实施例中服务器结构示意图。  FIG. 4 is a schematic structural diagram of a server according to an embodiment of the present invention.
本发明的较佳实施方式 Preferred embodiment of the invention
下面结合各个附图对本发明实施例技术方案的主要实现原理、 具体实施 方式及其对应能够达到的有益效果进行详细地阐述。  The main implementation principles, specific implementation manners, and the corresponding beneficial effects that can be achieved by the technical solutions of the embodiments of the present invention are described in detail below with reference to the accompanying drawings.
图 1所示为本发明实施例中页面数据获取方法流程, 其具体处理过程如 下:  FIG. 1 is a flowchart of a method for acquiring page data according to an embodiment of the present invention, and the specific processing procedure thereof is as follows:
步骤 11 , Web服务器接收 Web浏览器发送的数据获取请求消息, Web 浏览器所访问的页面的页面数据进行更新时, Web浏览器需要获取该页面的 实时页面数据, 而业务处理机中存储的页面数据是与数据源标识信息对应存 储的, 因此 Web浏览器需要通过页面的页面数据对应的数据源标识信息获取 相应的页面数据, 因此本发明实施例中, Web服务器接收 Web浏览器发送的 数据获取请求消息可以但不限于为下述两种实施情况:  Step 11: The web server receives the data acquisition request message sent by the web browser, and when the page data of the page accessed by the web browser is updated, the web browser needs to obtain the real-time page data of the page, and the page stored in the service processor The data is stored in association with the data source identification information. Therefore, the web browser needs to obtain the corresponding page data through the data source identification information corresponding to the page data of the page. Therefore, in the embodiment of the present invention, the web server receives the data obtained by the web browser. The request message can be, but is not limited to, the following two implementations:
第一种实施情况: 对一指定的 Web浏览器所访问的页面的页面数据进行 更新时, 步骤 11中 Web服务器接收一指定 Web浏览器发送的数据获取请求 消息, 该数据获取请求消息中只需包含需要更新的页面数据所对应的数据源 标识信息即可, 由于每个 Web浏览器可以同时访问至少一个页面, 而每个页 面的页面数据都分别对应一个数据源, 因此数据获取请求消息中可以包含至 少一个数据源标识信息;  The first implementation situation: When updating the page data of the page accessed by a specified web browser, the web server receives a data acquisition request message sent by the specified web browser in step 11, where only the data acquisition request message is needed. The data source identification information corresponding to the page data to be updated may be included. Since each web browser can access at least one page at the same time, and the page data of each page corresponds to one data source respectively, the data acquisition request message may be Containing at least one data source identification information;
第二种实施情况: 对至少两个 Web浏览器所访问的页面的页面数据进行 更新时, 步骤 11中 Web服务器接收至少两个 Web浏览器分别发送的数据获 取请求消息, 每个数据获取请求消息中包含发送该数据获取请求消息的 Web 浏览器对应的浏览器标识信息以及该 Web浏览器需更新的页面数据所对应的 数据源标识信息, 其中每个数据获取请求消息中都包含一个浏览器标识信息 以及至少一个数据源标识信息。 The second implementation situation: when updating the page data of the page accessed by the at least two web browsers, the web server receives the data sent by at least two web browsers in step 11 The request message, each data acquisition request message includes browser identifier information corresponding to the web browser that sends the data acquisition request message, and data source identification information corresponding to the page data to be updated by the web browser, where each data The acquisition request message includes a browser identification information and at least one data source identification information.
步骤 12, Web服务器根据接收到的每个数据获取请求消息, 分别从业务 处理机中获取对应的页面数据;  Step 12: The web server obtains corresponding page data from the service processor according to each received data acquisition request message.
本发明实施例中, Web服务器可以但不限于针对每个数据获取请求消息 中的每个数据源标识信息, 根据该数据源标识信息, 从业务处理机中获取对 应的页面数据, 其中, 由于每个页面的页面数据可能分别存储在不同的业务 处理机中, 因此 Web服务器在接收到数据获取请求消息后, 针对接收到的每 个页面更新请求消息中的每个数据源标识信息,分别根据该数据源标识信息, 在所有业务处理机中, 确定出存储有该数据源标识信息对应的页面数据的业 务处理机, 然后将该数据源标识信息发送给确定出的业务处理机, 该业务处 理机接收到数据源标识信息后, 在自身存储的页面数据中查找与该数据源标 识信息对应的页面数据, 然后将查找到的页面数据发送给 Web服务器, 当数 据获取请求消息中包含至少两个数据源标识信息时, 针对每个数据源标识信 息, 业务处理机也可以将该数据源标识信息和查找到的页面数据对应发送给 Web服务器。  In the embodiment of the present invention, the web server may be, but is not limited to, each data source identification information in each data acquisition request message, and obtain corresponding page data from the service processor according to the data source identification information, where The page data of the pages may be stored in different service processors respectively. Therefore, after receiving the data acquisition request message, the web server separately identifies each data source identification information in each of the received page update request messages according to the Data source identification information, in all the service processors, determining a service processor storing the page data corresponding to the data source identification information, and then transmitting the data source identification information to the determined service processor, the service processor After receiving the data source identification information, the page data corresponding to the data source identification information is searched for in the page data stored by the data source, and then the found page data is sent to the web server, where the data acquisition request message includes at least two data. When the source identifies the information, it identifies each data source The service processor may also send the data source identification information and the found page data to the web server.
针对上述第二种实施情况, 由于至少两个 Web浏览器都向 Web服务器 发送了数据获取请求消息, 因此 Web服务器需要确定业务处理机发送的页面 数据是针对哪个 Web浏览器的, 以便后续 Web服务器将页面数据发送给对 应的 Web浏览器,因此针对每个数据获取请求消息中的每个数据源标识信息, Web服务器还进一步将该数据获取请求消息中携带的浏览器标识信息发送给 相应的业务处理机, 业务处理机在查找到页面数据后, 将该浏览器标识信息、 该数据源标识信息和查找到的页面数据对应发送给 Web服务器。  For the second implementation described above, since at least two web browsers send a data acquisition request message to the web server, the web server needs to determine which web browser the page data sent by the service processor is for, so that the subsequent web server Sending the page data to the corresponding web browser, so for each data source identification information in each data acquisition request message, the web server further sends the browser identification information carried in the data acquisition request message to the corresponding service. After processing the page data, the service processor sends the browser identification information, the data source identification information, and the found page data to the web server.
此外, Web服务器接收的数据获取请求消息中还可能携带有时间间隔信 息, 此时 Web服务器将该时间间隔信息一并发送给相应的业务处理机, 业务 处理机后续可以基于该时间间隔信息对应的时间间隔向 Web服务器发送页面 数据, 同时 Web服务器可以在每个时间间隔内向业务处理机发送心跳信息, 当业务处理机连续 N个时间间隔内都没有收到 Web服务器的心跳信息时,业 务处理机停止向 Web服务器发送页面数据,其中 N的值可以预先设定, 那么 当 Web服务器出现故障时, 业务处理机不会一直向 Web服务器发送页面数 据, 这就有效的节省了传输资源。 In addition, the data acquisition request message received by the web server may also carry the time interval information. At this time, the web server sends the time interval information to the corresponding service processor, and the service processor may subsequently perform the corresponding information according to the time interval information. The time interval sends page data to the web server, and the web server can send heartbeat information to the service processor at each time interval. When the service processor does not receive the heartbeat information of the web server for N consecutive time intervals, the service processor stops sending page data to the web server, where the value of N can be preset, then when the web server fails, the service The processor does not always send page data to the web server, which effectively saves transmission resources.
步骤 13 , Web服务器将获取到的页面数据存储在自身的易失存储空间中。 针对上述第一种实施情况, Web服务器针对接收到的每个数据源标识信 息, 将该数据源标识信息和从业务处理机中获取到的页面数据对应存储在自 身的易失存储空间中;  Step 13: The web server stores the obtained page data in its own volatile storage space. For the first implementation, the web server stores the data source identification information and the page data obtained from the service processor in its own volatile storage space for each data source identification information received;
针对上述第二种实施情况, Web服务器针对接收到的每个数据获取请求 消息中的每个数据源标识信息, 将该数据获取请求消息中携带的浏览器标识 信息、 该数据源标识信息和获取到的页面数据对应存储在自身的易失存储空 间中。  For the second implementation scenario, the web server obtains, for each data source identifier information in each of the received data request messages, the browser identifier information carried in the data acquisition request message, the data source identifier information, and the obtained information. The page data to be stored is correspondingly stored in its own volatile storage space.
本发明实施例中, 将页面数据存储在易失存储空间中, 相当于将页面数 据进行緩存, 这样 Web服务器后续就可以向 Web浏览器发送相应的页面数 据。  In the embodiment of the present invention, storing the page data in the volatile storage space is equivalent to buffering the page data, so that the web server can subsequently send the corresponding page data to the web browser.
若 Web浏览器停止对页面数据的更新, 则 Web浏览器向 Web服务器发 送数据获取停止消息, Web服务器向相应的业务处理机发送数据获取停止消 息, 业务处理机接收到该消息后, 不再向 Web服务器发送页面数据, Web服 务器可以进一步删除緩存的对应该 Web浏览器的页面数据。  If the web browser stops updating the page data, the web browser sends a data acquisition stop message to the web server, and the web server sends a data acquisition stop message to the corresponding service processor, and after receiving the message, the service processor no longer sends the message. The web server sends the page data, and the web server can further delete the cached page data corresponding to the web browser.
此外,如果 Web服务器在预设的时间段内没有接收到业务处理机发送的 页面数据, 则确认该业务处理机发生故障, 此时 Web服务器向 Web浏览器 发送故障消息。  In addition, if the web server does not receive the page data sent by the service processor within a preset time period, it is confirmed that the service processor has failed, and the web server sends a fault message to the web browser.
本发明实施例中, 浏览器标识信息可以由 Web浏览器携带在数据获取请 求消息中发送给 Web服务器, 也可以由 Web服务器在接收到数据获取请求 消息后为每个 Web浏览器分别分配一个标识信息,然后再发送给相应的 Web 浏览器。  In the embodiment of the present invention, the browser identifier information may be sent by the web browser to the web server in the data acquisition request message, or may be assigned to each web browser by the web server after receiving the data acquisition request message. The information is then sent to the appropriate web browser.
如图 2所示, 为本发明实施例中页面更新方法流程图, 其具体处理过程 下: 步骤 21 , Web服务器接收 Web浏览器定时发送的页面更新请求消息; 若对至少两个 Web浏览器访问的页面的页面数据进行更新, 则 Web服 务器接收到的页面更新请求消息中包含发送该消息的 Web浏览器对应的浏览 器标识信息。 As shown in FIG. 2, it is a flowchart of a page update method in an embodiment of the present invention, and the specific processing process thereof is as follows: Step 21: The web server receives a page update request message periodically sent by the web browser. If the page data of the page accessed by the at least two web browsers is updated, the page update request message received by the web server includes sending the message. Browser identifier information corresponding to the web browser.
本发明实施例中, Web浏览器可以但不限于通过 javascript脚本定时调用 直接网页远程调用 (DWR, Direct Web Remotinig ) , 来定时向 Web服务器 发送页面更新请求消息, 由于 javascript脚本不需要在 java环境中执行, 因此 Web浏览器不需要下载 Applet等客户端, 这就有效提高了页面更新的处理效 率。  In the embodiment of the present invention, the web browser may, but is not limited to, periodically calling a direct webpage remote call (DWR, Direct Web Remotinig) through a javascript script to periodically send a page update request message to the web server, since the javascript script does not need to be in the java environment. Execution, so the web browser does not need to download the client such as Applet, which effectively improves the processing efficiency of the page update.
步骤 22 , Web服务器将在自身的易失存储空间中存储的页面数据发送给 Web浏览器;  Step 22: The web server sends the page data stored in its own volatile storage space to the web browser.
若只对一指定的 Web浏览器访问的页面的页面数据进行更新, 则 Web 服务器将在自身的易失存储空间中存储的数据源标识信息和页面数据的对应 关系发送给该 Web浏览器;  If only the page data of the page accessed by the specified web browser is updated, the web server sends the corresponding relationship between the data source identification information and the page data stored in the own volatile storage space to the web browser;
若对至少两个 Web浏览器访问的页面的页面数据进行更新, 则针对每个 浏览器标识信息, Web服务器根据该浏览器标识信息, 在自身的易失存储空 间中查找与该浏览器标识信息对应的数据源标识信息和页面数据的对应关 系, 并将查找到的数据源标识信息和页面数据的对应关系发送给该浏览器标 识信息对应的 Web浏览器。  If the page data of the page accessed by the at least two web browsers is updated, the web server searches for the browser identification information in its own volatile storage space according to the browser identification information for each browser identification information. Corresponding relationship between the data source identification information and the page data, and the corresponding relationship between the found data source identification information and the page data is sent to the web browser corresponding to the browser identification information.
步骤 23 , Web浏览器根据接收到的页面数据, 对需更新的页面数据进行 更新。  Step 23: The web browser updates the page data to be updated according to the received page data.
Web浏览器根据接收到的数据源标识信息和页面数据的对应关系, 对需 更新的页面数据进行更新。  The web browser updates the page data to be updated according to the correspondence between the received data source identification information and the page data.
此外, Web浏览器还可以判断获取到的页面数据是否为空,具体为: Web 浏览器判断此次获取到的页面数据是否为空, 若不为空, 则根据该页面数据 进行更新, 若为空, 则进一步判断获取的页面数据为空的次数是否超过预设 的阔值,若超过,则停止向 Web服务器发送页面更新请求消息,若没有超过, 则继续发送页面更新请求消息。 本发明实施例中, Web服务器可以但不限于将已经发送给 Web浏览器的 页面数据删除。 In addition, the web browser can also determine whether the obtained page data is empty, specifically: the web browser determines whether the obtained page data is empty, and if not, updates according to the page data, if If it is empty, it is further determined whether the number of times the obtained page data is empty exceeds a preset threshold. If it is exceeded, the page update request message is stopped from being sent to the web server, and if not, the page update request message is continuously sent. In the embodiment of the present invention, the web server may, but is not limited to, delete the page data that has been sent to the web browser.
由上述处理过程可知, 本发明实施例技术方案中, Web服务器首先接收 Web浏览器分别发送的数据获取请求消息,然后 Web服务器根据每个数据获 取请求消息, 分别从业务处理机中获取对应的页面数据, 并将获取到的页面 数据存储在自身的易失存储空间中, 这样 Web服务器的易失存储空间中就存 储了需更新的页面数据; Web服务器在接收到 Web浏览器定时发送的页面更 新请求消息后, 根据每个页面更新请求消息, 分别在自身的易失存储空间中 查找对应的页面数据, 并将查找到的页面数据发送给发送该页面更新请求消 息的 Web浏览器, Web浏览器可以根据接收到的页面数据, 对需更新的页面 数据进行更新, 这样 Web服务器就可以在 Web浏览器请求进行页面更新时, 将存储在易失存储空间中的页面数据分别发送给对应的 Web浏览器, 不再需 要一直维持一个消息通路, 而是在 Web浏览器请求时才发送数据, 这样就有 效的节省了资源, 且提高了页面更新的效率。  According to the foregoing process, in the technical solution of the embodiment of the present invention, the web server first receives the data acquisition request message sent by the web browser, and then the web server obtains the corresponding page from the service processor according to each data acquisition request message. Data, and the obtained page data is stored in its own volatile storage space, so that the web server needs to update the page data in the volatile storage space; the web server receives the page update sent by the web browser at regular intervals. After requesting the message, according to each page update request message, respectively searching for corresponding page data in its own volatile storage space, and sending the found page data to the web browser that sends the page update request message, the web browser The page data to be updated may be updated according to the received page data, so that the web server can separately send the page data stored in the volatile storage space to the corresponding web browsing when the web browser requests the page update. No longer need to maintain one News channel, but transmits data only when a Web browser requests, so there is efficiency and saving resources, and improve the efficiency of updated pages.
针对页面数据获取方法, 本发明实施例提供一种服务器, 如图 3所示, 包括接收单元 31、 数据获取单元 32和数据存储单元 33 , 其中:  The embodiment of the present invention provides a server, as shown in FIG. 3, including a receiving unit 31, a data obtaining unit 32, and a data storage unit 33, where:
接收单元 31 , 用于接收 Web浏览器发送的数据获取请求消息; 数据获取单元 32, 用于根据每个数据获取请求消息, 分别从业务处理机 中获取对应的页面数据;  The receiving unit 31 is configured to receive a data acquisition request message sent by the web browser, and the data obtaining unit 32 is configured to obtain corresponding page data from the service processor according to each data acquisition request message;
数据存储单元 33 , 用于将数据获取单元 32获取到的页面数据存储在该 服务器的易失存储空间中。  The data storage unit 33 is configured to store the page data acquired by the data obtaining unit 32 in the volatile storage space of the server.
较佳地,接收单元 31接收到的每个数据获取请求消息中分别携带有发送 该数据获取请求消息的 Web浏览器对应的浏览器标识信息和需更新的页面数 据所对应的数据源标识信息; 数据获取单元 32针对接收单元 31接收的每个 数据获取请求消息中的每个数据源标识信息, 根据该数据源标识信息, 从业 务处理机中获取对应的页面数据; 数据存储单元 33针对接收单元 31接收的 每个数据获取请求消息中的每个数据源标识信息, 将该数据获取请求消息中 携带的浏览器标识信息、该数据源标识信息以及数据获取单元 32根据该数据 源标识信息获取到的页面数据对应存储在该服务器的易失存储空间中。 更佳地, 数据获取单元 32具体包括确定子单元和数据获取子单元, 其中 确定子单元,用于针对接收单元 31接收的每个数据获取请求消息中的每个数 据源标识信息, 根据该数据源标识信息, 在所有业务处理机中, 确定出存储 有该数据源标识信息对应的页面数据的业务处理机; 数据获取子单元, 用于 从确定子单元确定出的业务处理机中获取对应的页面数据。 Preferably, each of the data acquisition request messages received by the receiving unit 31 respectively carries the browser identification information corresponding to the web browser that sends the data acquisition request message and the data source identification information corresponding to the page data to be updated; The data obtaining unit 32 obtains, for each data source identification information in each data acquisition request message received by the receiving unit 31, the corresponding page data from the service processor according to the data source identification information; and the data storage unit 33 is configured for the receiving unit. And each data source identification information received by the data acquisition request message, the browser identification information carried in the data acquisition request message, the data source identification information, and the data obtaining unit 32 are obtained according to the data source identification information. The page data is stored in the volatile storage space of the server. More preferably, the data obtaining unit 32 specifically includes a determining subunit and a data acquiring subunit, wherein the determining subunit is configured to acquire, for each data source identification information in each data receiving request message received by the receiving unit 31, according to the data. Source identification information, in all the service processors, determining a service processor storing the page data corresponding to the data source identification information; and a data acquisition subunit, configured to obtain a corresponding one from the service processor determined by the determining subunit Page data.
更佳地,接收单元 31接收到的数据获取请求消息中还携带有时间间隔信 息, 此时数据获取单元 32具体包括发送子单元和接收子单元, 其中发送子单 元,用于针对接收单元 31接收的每个数据获取请求消息中的每个数据源标识 信息, 将该数据源标识信息和该数据获取请求消息中携带的时间间隔信息发 送给对应的业务处理机; 接收子单元, 用于接收该业务处理机基于上述时间 间隔信息对应的时间间隔发送的页面数据, 上述页面数据是该业务处理机根 据接收的数据源标识信息查找到的。 针对页面更新方法, 本发明实施例提供一种服务器, 如图 4所示, 包括 接收单元 41、 数据查找单元 42和发送单元 43 , 其中:  More preferably, the data acquisition request message received by the receiving unit 31 further carries time interval information. The data acquiring unit 32 specifically includes a sending subunit and a receiving subunit, where the sending subunit is configured to receive for the receiving unit 31. Each data source identification information in each of the data acquisition request messages, the data source identification information and the time interval information carried in the data acquisition request message are sent to a corresponding service processor; a receiving subunit, configured to receive the The service processor is based on the page data sent by the time interval corresponding to the time interval information, and the page data is found by the service processor according to the received data source identification information. For the page update method, the embodiment of the present invention provides a server, as shown in FIG. 4, including a receiving unit 41, a data searching unit 42, and a sending unit 43, where:
接收单元 41 , 用于接收 Web浏览器定时发送的页面更新请求消息; 数据查找单元 42, 用于根据每个页面更新请求消息, 分别在该服务器的 易失存储空间中查找对应的页面数据;  The receiving unit 41 is configured to receive a page update request message periodically sent by the web browser, and the data searching unit 42 is configured to search for corresponding page data in the volatile storage space of the server according to each page update request message;
发送单元 43 , 用于将数据查找单元 42查找到的页面数据发送给发送该 页面更新请求消息的 Web浏览器。  The sending unit 43 is configured to send the page data found by the data searching unit 42 to the web browser that sends the page update request message.
较佳地,接收单元 41接收到的每个页面更新请求消息中分别携带有发送 该页面更新请求消息的 Web浏览器对应的浏览器标识信息;数据查找单元 42 针对每个浏览器标识信息, 根据该浏览器标识信息, 在上述服务器的易失存 储空间中查找与该浏览器标识信息对应的数据源标识信息和页面数据的对应 关系; 发送单元 43针对每个浏览器标识信息, 将数据查找单元 42根据该浏 览器标识信息查找到的数据源标识信息和页面数据的对应关系发送给该浏览 器标识信息对应的 Web浏览器。  Preferably, each page update request message received by the receiving unit 41 respectively carries browser identifier information corresponding to the web browser that sends the page update request message; the data search unit 42 is configured for each browser identifier information according to The browser identification information is used to search for a correspondence between the data source identification information and the page data corresponding to the browser identification information in the volatile storage space of the server; the sending unit 43 uses the data search unit for each browser identification information. The corresponding relationship between the data source identification information and the page data found by the browser identifier information is sent to the web browser corresponding to the browser identifier information.
发明的精神和范围。 这样, 倘若本发明的这些修改和变型属于本发明权利要 求及其等同技术的范围之内, 则本发明也意图包含这些改动和变型在内。 The spirit and scope of the invention. Thus, if such modifications and variations of the present invention are claimed in the present invention The invention is also intended to cover such modifications and variations within the scope of the invention.
工业实用性 Industrial applicability
本发明提出的页面数据更新方法使得 Web服务器在 Web浏览器请求进 行页面更新时, 将存储在易失存储空间中的页面数据分别发送给对应的 Web 浏览器, 不再需要与 Web浏览器一直维持一个消息通路, 因此该方法有效地 节省了资源, 且提高了页面更新的效率。  The page data updating method proposed by the invention causes the web server to send the page data stored in the volatile storage space to the corresponding web browser when the web browser requests the page update, and the web browser is no longer needed to be maintained with the web browser. A message path, so this method effectively saves resources and improves the efficiency of page updates.

Claims

权 利 要 求 书 Claim
1、 一种页面数据获取方法, 其包括:  A method for obtaining page data, comprising:
网页 Web服务器接收 Web浏览器发送的数据获取请求消息;  The web server receives the data acquisition request message sent by the web browser;
根据每个数据获取请求消息, 分别从业务处理机中获取页面数据; 以及 将获取到的页面数据存储在自身的易失存储空间中。  Obtaining page data from the service processor according to each data acquisition request message; and storing the acquired page data in its own volatile storage space.
2、 如权利要求 1所述的页面数据获取方法, 其中,  2. The page data acquisition method according to claim 1, wherein
所述 Web服务器接收到的每个所述数据获取请求消息中分别携带有发送 所述数据获取请求消息的 Web浏览器对应的浏览器标识信息和需更新的页面 数据所对应的数据源标识信息;  Each of the data acquisition request messages received by the web server respectively carries browser identifier information corresponding to the web browser that sends the data acquisition request message and data source identifier information corresponding to the page data to be updated;
所述根据每个数据获取请求消息, 分别从业务处理机中获取页面数据的 步骤为: 针对每个数据获取请求消息中的每个数据源标识信息, 根据所述数 据源标识信息, 从业务处理机中获取页面数据;  The step of acquiring page data from the service processor according to each data acquisition request message is: for each data source identification information in each data acquisition request message, according to the data source identification information, from the service processing Get page data in the machine;
所述将获取到的页面数据存储在自身的易失存储空间中的步骤为: 将所 述数据获取请求消息中携带的浏览器标识信息、 所述数据源标识信息和根据 所述数据源标识信息获取到的页面数据对应存储在自身的易失存储空间中。  The step of storing the acquired page data in its own volatile storage space is: the browser identification information carried in the data acquisition request message, the data source identification information, and the data source identification information according to the data source identification information The obtained page data is correspondingly stored in its own volatile storage space.
3、 如权利要求 2所述的页面数据获取方法, 其中,  3. The page data acquisition method according to claim 2, wherein
所述 Web服务器根据所述数据源标识信息,从业务处理机中获取页面数 据的步骤包括: 所述 Web服务器根据所述数据源标识信息, 在所有业务处理 机中确定出存储有所述数据源标识信息对应的页面数据的业务处理机; 以及 从确定出的业务处理机中获取与所述数据源标识信息对应的页面数据。  The step of the web server acquiring the page data from the service processor according to the data source identification information includes: the web server determining, according to the data source identification information, that the data source is stored in all the service processors a service processor that identifies page data corresponding to the information; and acquires page data corresponding to the data source identification information from the determined service processor.
4、 如权利要求 2所述的页面数据获取方法, 其中,  4. The page data acquisition method according to claim 2, wherein
所述数据获取请求消息中还携带有时间间隔信息;  The data acquisition request message further carries time interval information;
所述 Web服务器根据所述数据源标识信息,从业务处理机中获取页面数 据的步骤包括:  The step of obtaining, by the web server, the page data from the service processor according to the data source identification information includes:
所述 Web服务器将所述数据源标识信息和所述数据获取请求消息中携带 的所述时间间隔信息发送给存储有所述数据源标识信息对应的页面数据的业 务处理机; 并接收所述业务处理机基于所述时间间隔信息对应的时间间隔发 送的页面数据, 所述页面数据是所述业务处理机根据接收的所述数据源标识 信息查找到的。 Sending, by the web server, the data source identification information and the time interval information carried in the data acquisition request message to a service processor that stores page data corresponding to the data source identification information; and receiving the service The processor sends the time interval corresponding to the time interval information The page data sent, the page data is found by the service processor according to the received data source identification information.
5、 一种服务器, 其包括:  5. A server comprising:
接收单元, 其设置为接收网页 Web浏览器发送的数据获取请求消息; 数据获取单元, 其设置为根据每个数据获取请求消息, 分别从业务处理 机中获取页面数据; 以及 数据存储单元, 其设置为将所述数据获取单元获取到的页面数据存储在 所述服务器的易失存储空间中。  a receiving unit, configured to receive a data acquisition request message sent by the webpage web browser; a data acquiring unit configured to respectively acquire page data from the service processor according to each data acquisition request message; and a data storage unit, the setting thereof The page data acquired by the data acquisition unit is stored in the volatile storage space of the server.
6、 如权利要求 5所述的服务器, 其中,  6. The server according to claim 5, wherein
所述接收单元接收到的每个所述数据获取请求消息中分别携带有发送所 述数据获取请求消息的 Web浏览器对应的浏览器标识信息和需更新的页面数 据所对应的数据源标识信息;  Each of the data acquisition request messages received by the receiving unit respectively carries browser identifier information corresponding to the web browser that sends the data acquisition request message and data source identifier information corresponding to the page data to be updated;
所述数据获取单元还设置为针对所述接收单元接收的每个所述数据获取 请求消息中的每个所述数据源标识信息, 根据所述数据源标识信息, 从业务 处理机中获取页面数据;  The data obtaining unit is further configured to: for each of the data source identification information in each of the data acquisition request messages received by the receiving unit, obtain page data from a service processor according to the data source identification information ;
所述数据存储单元还设置为针对接收单元接收的每个数据获取请求消息 中的每个数据源标识信息, 将所述数据获取请求消息中携带的所述浏览器标 识信息、 所述数据源标识信息以及所述数据获取单元根据所述数据源标识信 息获取到的页面数据对应存储在所述服务器的易失存储空间中。  The data storage unit is further configured to: for each data source identification information in each data acquisition request message received by the receiving unit, the browser identifier information and the data source identifier carried in the data acquisition request message The information and the page data obtained by the data acquiring unit according to the data source identification information are correspondingly stored in the volatile storage space of the server.
7、 如权利要求 6所述的服务器, 其中, 所述数据获取单元包括: 确定子单元, 其设置为针对所述接收单元接收的每个数据获取请求消息 中的每个数据源标识信息, 根据所述数据源标识信息, 在所有业务处理机中 确定出存储有所述数据源标识信息对应的页面数据的业务处理机; 以及  The server according to claim 6, wherein the data obtaining unit comprises: a determining subunit configured to set, for each data source identification information in each data acquisition request message received by the receiving unit, according to Determining, by the data source identification information, a service processor that stores page data corresponding to the data source identification information in all service processors;
数据获取子单元, 其设置为从所述确定子单元确定出的业务处理机中获 取与所述数据源标识信息对应的页面数据。  a data acquisition subunit, configured to obtain page data corresponding to the data source identification information from a service processor determined by the determining subunit.
8、 如权利要求 6所述的服务器, 其中,  8. The server according to claim 6, wherein
所述接收单元接收到的所述数据获取请求消息中还携带有时间间隔信 息; The data acquisition request message received by the receiving unit further carries a time interval letter Interest rate
所述数据获取单元包括:  The data acquisition unit includes:
发送子单元, 其设置为针对所述接收单元接收的每个数据获取请求 消息中的每个数据源标识信息, 将所述数据源标识信息和所述数据获取 请求消息中携带的时间间隔信息发送给存储有所述数据源标识信息对应 的页面信息的业务处理机; 以及  a sending subunit, configured to send, for each data source identification information in each data acquisition request message received by the receiving unit, the data source identification information and the time interval information carried in the data acquisition request message a service processor that stores page information corresponding to the data source identification information; and
接收子单元, 其设置为接收所述业务处理机基于所述时间间隔信息 对应的时间间隔发送的页面数据, 所述页面数据是所述业务处理机根据 接收的所述数据源标识信息查找到的。  a receiving subunit, configured to receive page data sent by the service processor based on a time interval corresponding to the time interval information, where the page data is found by the service processor according to the received data source identification information .
9、 一种页面更新方法, 其包括:  9. A page update method, comprising:
网页 Web服务器接收 Web浏览器定时发送的页面更新请求消息; 所述 Web服务器根据每个所述页面更新请求消息,分别在自身的易失存 储空间中查找页面数据;  The webpage web server receives a page update request message periodically sent by the web browser; the web server searches for the page data in its own volatile storage space according to each of the page update request messages;
所述 Web服务器将查找到的页面数据发送给发送所述页面更新请求消息 的 Web浏览器; 以及  Sending, by the web server, the found page data to a web browser that sends the page update request message;
所述 Web浏览器根据接收到的页面数据 ,对需更新的页面数据进行更新。 The web browser updates the page data to be updated according to the received page data.
10、 如权利要求 9所述的页面更新方法, 其中, 10. The page update method according to claim 9, wherein
所述 Web服务器接收到的每个所述页面更新请求消息中分别携带有发送 所述页面更新请求消息的 Web浏览器对应的浏览器标识信息;  Each of the page update request messages received by the web server respectively carries browser identifier information corresponding to a web browser that sends the page update request message;
所述 Web服务器根据每个所述页面更新请求消息,分别在自身的易失存 储空间中查找页面数据的步骤为: 所述 Web服务器针对每个所述浏览器标识 信息, 根据所述浏览器标识信息, 在自身的易失存储空间中查找与所述浏览 器标识信息对应的数据源标识信息和页面数据的对应关系;  The step of the web server searching for the page data in its own volatile storage space according to each of the page update request messages is: the web server identifying, for each browser identifier information, according to the browser identifier And searching for a correspondence between the data source identification information corresponding to the browser identifier information and the page data in the self-volatile storage space;
所述 Web服务器将查找到的页面数据发送给发送所述页面更新请求消息 的 Web浏览器的步骤为: 所述 Web服务器针对每个所述浏览器标识信息, 将根据所述浏览器标识信息查找到的数据源标识信息和页面数据的对应关系 发送给所述浏览器标识信息对应的 Web浏览器; 所述 Web浏览器根据接收到的页面数据 ,对需更新的页面数据进行更新 的步骤为: 所述 Web浏览器根据接收到的数据源标识信息和页面数据的对应 关系, 对需更新的页面数据进行更新。 The step of the web server sending the found page data to the web browser that sends the page update request message is: the web server searching for the browser identifier information according to the browser identifier information Corresponding relationship between the data source identification information and the page data is sent to the web browser corresponding to the browser identifier information; The step of updating, by the web browser, the page data to be updated according to the received page data is: the web browser is configured to update the page data according to the correspondence between the received data source identification information and the page data. Update.
11、 如权利要求 9所述的页面更新方法, 其还包括:  11. The page update method of claim 9, further comprising:
所述 Web浏览器通过 javascript脚本定时调用直接网页远程调用 DWR, 来定时向所述 Web服务器发送所述页面更新请求消息。  The web browser periodically calls the DWR through a javascript script to remotely call the DWR to periodically send the page update request message to the web server.
12、 一种服务器, 其包括:  12. A server comprising:
接收单元,其设置为接收网页 Web浏览器定时发送的页面更新请求消息; 数据查找单元, 其设置为根据每个所述页面更新请求消息, 分别在所述 服务器的易失存储空间中查找页面数据; 以及  a receiving unit, configured to receive a page update request message periodically sent by the webpage web browser; a data searching unit configured to search for page data in the volatile storage space of the server according to each of the page update request messages ; as well as
发送单元, 其设置为将所述数据查找单元查找到的页面数据发送给发送 所述页面更新请求消息的 Web浏览器。  And a sending unit, configured to send the page data found by the data searching unit to a web browser that sends the page update request message.
13、 如权利要求 12所述的服务器, 其中,  13. The server according to claim 12, wherein
所述接收单元接收到的每个所述页面更新请求消息中分别携带有发送所 述页面更新请求消息的所述 Web浏览器对应的浏览器标识信息;  Each of the page update request messages received by the receiving unit respectively carries browser identifier information corresponding to the web browser that sends the page update request message;
所述数据查找单元还设置为针对每个所述浏览器标识信息, 根据所述浏 览器标识信息, 在所述服务器的易失存储空间中查找与所述浏览器标识信息 对应的数据源标识信息和页面数据的对应关系;  The data search unit is further configured to: for each browser identifier information, search for data source identifier information corresponding to the browser identifier information in the volatile storage space of the server according to the browser identifier information Correspondence with page data;
所述发送单元还设置为针对每个所述浏览器标识信息, 将所述数据查找 单元根据所述浏览器标识信息查找到的所述数据源标识信息和页面数据的对 应关系发送给所述浏览器标识信息对应的 Web浏览器。  The sending unit is further configured to send, to each of the browser identification information, the correspondence between the data source identification information and the page data that is found by the data searching unit according to the browser identifier information, to the browsing The web browser corresponding to the device identification information.
PCT/CN2009/075410 2009-08-07 2009-12-08 Method and server for obtaining page data, and method and server for updating page WO2011015009A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN200910162864A CN101620635A (en) 2009-08-07 2009-08-07 Page data obtaining method and server, page updating method and server
CN200910162864.2 2009-08-07

Publications (1)

Publication Number Publication Date
WO2011015009A1 true WO2011015009A1 (en) 2011-02-10

Family

ID=41513869

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2009/075410 WO2011015009A1 (en) 2009-08-07 2009-12-08 Method and server for obtaining page data, and method and server for updating page

Country Status (2)

Country Link
CN (1) CN101620635A (en)
WO (1) WO2011015009A1 (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020078328A (en) * 2010-08-02 2020-05-28 リジェネロン・ファーマシューティカルズ・インコーポレイテッドRegeneron Pharmaceuticals, Inc. Mouse that makes binding protein comprising vl domain

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN102137126B (en) * 2010-01-21 2015-04-08 腾讯科技(深圳)有限公司 System and method for updating web data
CN103491066B (en) * 2012-06-14 2016-03-16 腾讯科技(深圳)有限公司 The method that the page shows, system, server device and client device
CN103338236B (en) * 2013-06-06 2016-03-30 合一网络技术(北京)有限公司 A kind of concurrent data acquisition methods and system
CN104636392B (en) * 2013-11-13 2018-07-27 腾讯科技(北京)有限公司 Carry out method, system, server and browser that recommendation information issues
CN104331306B (en) * 2014-10-14 2017-05-10 北京齐尔布莱特科技有限公司 Content updating method, equipment and system
CN111526152B (en) * 2016-08-12 2022-02-11 创新先进技术有限公司 Authentication method, authentication equipment and authentication client
CN106325925A (en) * 2016-08-18 2017-01-11 乐视控股(北京)有限公司 Browser service information updating method and device
CN111897612A (en) * 2020-07-31 2020-11-06 平安普惠企业管理有限公司 Page updating method and device, electronic equipment and storage medium
CN113783830A (en) * 2020-12-21 2021-12-10 北京沃东天骏信息技术有限公司 Method and apparatus for data communication

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1620012A (en) * 2003-11-19 2005-05-25 国际商业机器公司 Method and system for updating/reloading the content of pages browsed over a network
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1620012A (en) * 2003-11-19 2005-05-25 国际商业机器公司 Method and system for updating/reloading the content of pages browsed over a network
CN101192216A (en) * 2006-11-28 2008-06-04 中兴通讯股份有限公司 Static state page control and WEB server interaction accomplishing method and the WEB server

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
JP2020078328A (en) * 2010-08-02 2020-05-28 リジェネロン・ファーマシューティカルズ・インコーポレイテッドRegeneron Pharmaceuticals, Inc. Mouse that makes binding protein comprising vl domain

Also Published As

Publication number Publication date
CN101620635A (en) 2010-01-06

Similar Documents

Publication Publication Date Title
WO2011015009A1 (en) Method and server for obtaining page data, and method and server for updating page
US10511567B2 (en) Network resource identification
CN111049854B (en) Service request transmission method and device
US8463915B1 (en) Method for reducing DNS resolution delay
US8943132B2 (en) Systems and methods for optimization of subscriptions to resource changes in machine-to-machine (M2M) systems
EP2263163B1 (en) Content management
WO2017092351A1 (en) Cache data update method and device
EP2985705A2 (en) Webpage access method and apparatus, and router
WO2014106417A1 (en) Method, server, client and system for updating data
US10897450B2 (en) Communication method and communication apparatus
CN109218362B (en) Internet content distribution method, device and system
CN107154963B (en) Request processing method and device and electronic equipment
US20070214209A1 (en) Platform and method for mobile servers
CN109302437B (en) Method and device for redirecting website
CN103905572A (en) Domain name resolution request processing method and device
TW201709692A (en) System, method and device for filtering HTTPS network packet
CN110730196A (en) Network resource access method, computer equipment and storage medium
CN106326293A (en) Access method and device based on dynamic webpage
WO2022127319A1 (en) Data refreshing method and apparatus, and electronic device and computer-readable storage medium
WO2019196225A1 (en) Resource file feedback method and apparatus
CN108337280B (en) Resource updating method and device
CN109788083B (en) Application downloading method and device, storage medium and electronic device
CN115733883B (en) Method and device for refreshing CDN cache
CN108650318B (en) Data acquisition method and device
WO2017097027A1 (en) Data processing method, apparatus and system based on internet content adaptation protocol

Legal Events

Date Code Title Description
121 Ep: the epo has been informed by wipo that ep was designated in this application

Ref document number: 09847987

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 09847987

Country of ref document: EP

Kind code of ref document: A1