CN105282227A - High-efficiency and high-stability page real-time data refreshing method - Google Patents
High-efficiency and high-stability page real-time data refreshing method Download PDFInfo
- Publication number
- CN105282227A CN105282227A CN201510558524.7A CN201510558524A CN105282227A CN 105282227 A CN105282227 A CN 105282227A CN 201510558524 A CN201510558524 A CN 201510558524A CN 105282227 A CN105282227 A CN 105282227A
- Authority
- CN
- China
- Prior art keywords
- message
- service
- push
- server
- data
- 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
Links
- 238000000034 method Methods 0.000 title claims abstract description 24
- 230000005540 biological transmission Effects 0.000 claims abstract description 9
- 238000005516 engineering process Methods 0.000 claims abstract description 6
- 230000007246 mechanism Effects 0.000 claims description 5
- 230000008569 process Effects 0.000 claims description 3
- 230000003139 buffering effect Effects 0.000 claims 1
- 230000008859 change Effects 0.000 description 2
- 238000004891 communication Methods 0.000 description 1
- 230000008878 coupling Effects 0.000 description 1
- 238000010168 coupling process Methods 0.000 description 1
- 238000005859 coupling reaction Methods 0.000 description 1
- 230000007812 deficiency Effects 0.000 description 1
- 238000004519 manufacturing process Methods 0.000 description 1
- 239000003550 marker Substances 0.000 description 1
- 238000003672 processing method Methods 0.000 description 1
- 230000004044 response Effects 0.000 description 1
- 230000000007 visual effect Effects 0.000 description 1
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/50—Network services
- H04L67/55—Push-based network services
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/1066—Session management
- H04L65/1073—Registration or de-registration
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L65/00—Network arrangements, protocols or services for supporting real-time applications in data packet communication
- H04L65/40—Support for services or applications
- H04L65/4061—Push-to services, e.g. push-to-talk or push-to-video
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04L—TRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
- H04L67/00—Network arrangements or protocols for supporting network services or applications
- H04L67/01—Protocols
- H04L67/10—Protocols in which an application is distributed across nodes in the network
- H04L67/1001—Protocols in which an application is distributed across nodes in the network for accessing one among a plurality of replicated servers
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Multimedia (AREA)
- Business, Economics & Management (AREA)
- General Business, Economics & Management (AREA)
- Information Transfer Between Computers (AREA)
Abstract
本发明提供一种高效率、高稳定性的页面实时数据刷新方法,改进了传统的客户端拉取实时显示变化数据方式为当后台数据有变化时服务器端主动推送;消息推送采用基于Comet的“服务器推”技术,采用观察者模型:改进了传统的两层“请求—服务”架构模式为三层服务架构;消息转发中间件负责消息的网络传输,解决高并发、大吞吐量应用中消息堵塞、丢失等问题,支持分布式计算;本发明的优点是:解决了传统客户端定时发送请求到服务端获取最新变化数据带来的服务端负载增加、网络流量增加问题;降低了消息推送延迟,提高了消息推送质量;支持分布式计算,解决了高并发、高吞吐量应用中消息堵塞、消息分发丢失问题。The present invention provides a high-efficiency, high-stability page real-time data refresh method, which improves the traditional method of pulling real-time displaying changed data by the client to actively push by the server when the background data changes; the message push adopts Comet-based " Server push" technology, adopting observer model: improving the traditional two-tier "request-service" architecture model into a three-tier service architecture; the message forwarding middleware is responsible for the network transmission of messages, and solves message congestion in high-concurrency and high-throughput applications , loss and other issues, and support distributed computing; the advantages of the present invention are: solve the problem of increased load on the server and increased network traffic caused by the traditional client regularly sending requests to the server to obtain the latest changed data; reduce the message push delay, Improve the quality of message push; support distributed computing, and solve the problems of message congestion and message distribution loss in high-concurrency and high-throughput applications.
Description
技术领域 technical field
本发明属于实时系统中需要实时显示后台最新变化数据的应用领域,具体地说是一种高效率、高稳定性的页面实时数据刷新方法。 The invention belongs to the application field of a real-time system that needs to display the latest background change data in real time, and specifically relates to a high-efficiency and high-stability page real-time data refresh method.
背景技术 Background technique
目前基于WEB的实时变化数据显示的方法主要有以下几种: At present, there are mainly the following methods for displaying real-time changing data based on WEB:
HTTP拉取方式:主要包括传统的轮询方式和Ajax轮询。传统的轮询方式是利用HTML里面meta标签的刷新功能,在一定时间间隔后进行页面的转载,以此循环往复。它的最大缺点是页面刷时给人带来的体验很差,而且服务器的压力也会比较大。Ajax轮询方式是异步响应机制,虽然可以解决上述传统轮询方式带来的视觉体验,但它仍然是通过不间断的客户端Ajax请求,去发现服务端的数据变化,因此客户端显示数据的延时和服务器端负载压力大的缺点仍未解决。 HTTP pull method: mainly includes traditional polling method and Ajax polling. The traditional polling method is to use the refresh function of the meta tag in HTML to reprint the page after a certain time interval, and repeat this cycle. Its biggest disadvantage is that the experience it brings to people when the page is swiped is very poor, and the pressure on the server will be relatively high. The Ajax polling method is an asynchronous response mechanism. Although it can solve the visual experience brought by the above-mentioned traditional polling method, it still discovers the data changes of the server through the uninterrupted client Ajax request, so the delay of the client displaying data The shortcomings of time and server-side load pressure are still unresolved.
套接字实现方式,如利用Flash的XMLSocket类或者Java的Applet来建立Socket连接,实现全双工的服务器推送,然后通过Flash或者Applet与JavaScript通信的接口来实现最终的数据推送。但是这种方式需要Flash或者JVM的支持,同样不太合适于终端用户。 Socket implementation methods, such as using the XMLSocket class of Flash or Java Applet to establish a Socket connection, realize full-duplex server push, and then realize the final data push through the interface of Flash or Applet and JavaScript communication. But this method requires the support of Flash or JVM, which is also not suitable for end users.
另外实时应用系统大都呈现高并发、高吞吐量、大负载应用的特性,在各类消息的服务中,对请求的任务处理效率、数据发布效率以及稳定性等都有较高的要求。目前各类消息服务大都采用两层架构的方式进行,即请求方向服务提供方直接发送请求的方式进行,这类处理方法的缺点是当服务提供方在某一时刻崩溃重启后,当前消息服务处理方法无法使得数据或服务请求方及时获取数据或服务,且请求方必须重新提交请求任务后,才能重新获取数据或服务,增加了请求方以及服务提供方的负担;另外消息请求与服务采用两层架构的方式使得系统模块间耦合性增强,可扩展性差。因此传统的两层消息服务解决方法存在消息分发效率低、稳定性差、可扩展性差等问题。 In addition, most real-time application systems have the characteristics of high concurrency, high throughput, and heavy load applications. In the service of various messages, there are high requirements for the task processing efficiency of requests, data release efficiency, and stability. At present, all kinds of message services are mostly carried out in a two-tier architecture, that is, the requester directly sends a request to the service provider. The disadvantage of this type of processing method is that when the service provider crashes and restarts at a certain moment, the current message service processing The method cannot enable the data or service requester to obtain the data or service in a timely manner, and the requester must resubmit the request task before re-obtaining the data or service, which increases the burden on the requester and the service provider; in addition, the message request and service adopt two layers The way of architecture makes the coupling between system modules stronger and the scalability is poor. Therefore, the traditional two-tier message service solution has problems such as low message distribution efficiency, poor stability, and poor scalability.
发明内容 Contents of the invention
本发明的目的是克服现有技术中存在的不足,提供一种高效率、高稳定性的页面实时数据刷新方法。 The purpose of the present invention is to overcome the deficiencies in the prior art, and provide a high-efficiency, high-stability page real-time data refresh method.
本发明的技术方案是按以下方式实现的,其特点在于: Technical scheme of the present invention is realized in the following manner, and its characteristics are:
(1)、改进了传统的客户端拉取实时显示变化数据方式为当后台数据有变化时服务器端主动推送;消息推送采用基于Comet的“服务器推”技术,采用观察者模型:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话ID作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里; (1) The traditional method of pulling real-time display data changes by the client is improved, and the server actively pushes when the background data changes; the message push adopts Comet-based "server push" technology, and adopts the observer model: the client sends a request , subscribe to events of interest; the server assigns a session ID to each client as a marker, and the event source will multicast the newly generated event to the subscriber's event queue;
采用开源框架pushlet; Adopt the open source framework pushlet;
(2)、改进了传统的两层“请求—服务”架构模式为三层服务架构,即“请求—消息转发—服务”三层架构;消息转发中间件负责消息的网络传输,解决高并发、大吞吐量应用中消息堵塞、丢失等问题,支持分布式计算,具有消息缓存机制,保证消息传输的稳定性,提高消息推送质量; (2) The traditional two-tier "request-service" architecture model has been improved to a three-tier service architecture, that is, the "request-message forwarding-service" three-tier architecture; the message forwarding middleware is responsible for the network transmission of messages, solving high concurrency, Problems such as message congestion and loss in high-throughput applications support distributed computing and have a message caching mechanism to ensure the stability of message transmission and improve the quality of message push;
消息分发中间主要包括:消息订阅、消息分发、消息发布等模块; The message distribution center mainly includes: message subscription, message distribution, message publishing and other modules;
消息订阅构件主要负责订阅请求的注册、发送以及订阅数据的正确回返; The message subscription component is mainly responsible for the registration and sending of subscription requests and the correct return of subscription data;
具体过程为:订阅请求任务发送后,订阅构件将服务请求任务进行注册登记,并将带有服务码以及过滤条件的请求信息发送给消息分发构件;消息服务订阅构件接收到消息分发构件回返的数据后,根据服务码以及注册信息,将回返数据返回给相应的请求者; The specific process is: after the subscription request task is sent, the subscription component registers the service request task, and sends the request information with the service code and filter conditions to the message distribution component; the message service subscription component receives the data returned by the message distribution component After that, according to the service code and registration information, return the returned data to the corresponding requester;
消息分发构件主要功能包括:消息解析、消息分发、订阅信息注册及取消订阅。 The main functions of the message distribution component include: message parsing, message distribution, subscription information registration and unsubscription.
本发明的优点是: The advantages of the present invention are:
(1)、解决了传统客户端定时发送请求到服务端获取最新变化数据带来的服务端负载增加、网络流量增加问题。 (1) Solve the problem of increased load on the server and increased network traffic caused by the traditional client regularly sending requests to the server to obtain the latest changed data.
(2)、降低了消息推送延迟,提高了消息推送质量。 (2) The delay of message push is reduced, and the quality of message push is improved.
(3)、支持分布式计算,解决了高并发、高吞吐量应用中消息堵塞、消息分发丢失问题。 (3) It supports distributed computing and solves the problems of message congestion and message distribution loss in high-concurrency and high-throughput applications.
(4)、采用了三层“请求—服务”构架模式,有效改进了传统的两层构架模式下当服务提供方在某一时刻崩溃重启后带来的消息丢失不稳定性问题。 (4) The three-tier "request-service" architecture model is adopted, which effectively improves the problem of message loss instability caused by the service provider crashing and restarting at a certain point in the traditional two-tier architecture model.
(5)、采用了三层“请求—消息转发—服务”构架模式,有效提高了系统的模块化程度,增强了系统的可扩展性。 (5) Adopting a three-layer "request-message forwarding-service" framework model, which effectively improves the modularity of the system and enhances the scalability of the system.
具体实施方式 detailed description
下面对本发明的一种高效率、高稳定性的页面实时数据刷新方法作以下详细说明。 A high-efficiency, high-stability page real-time data refreshing method of the present invention will be described in detail below.
本发明的一种高效率、高稳定性的页面实时数据刷新方法,其特点在于: A high-efficiency, high-stability page real-time data refresh method of the present invention is characterized in that:
(1)改进了传统的客户端拉取实时显示变化数据方式为当后台数据有变化时服务器端主动推送。消息推送采用基于Comet的“服务器推”技术,采用观察者模型:客户端发送请求,订阅感兴趣的事件;服务器端为每个客户端分配一个会话ID作为标记,事件源会把新产生的事件以多播的方式发送到订阅者的事件队列里。具体实现采用开源框架pushlet。 (1) The traditional method of pulling real-time displaying changed data by the client is improved, and the server actively pushes it when the background data changes. Message push adopts the "server push" technology based on Comet, and adopts the observer model: the client sends a request and subscribes to the event of interest; the server assigns a session ID to each client as a tag, and the event source will send the newly generated event Sent to the subscriber's event queue in a multicast manner. The specific implementation adopts the open source framework pushlet.
采用“服务器推”技术具有如下优点: Using "server push" technology has the following advantages:
降低了客户端显示最新变化数据推送延迟。 Reduced the push delay of the client displaying the latest changes.
客户端无需定时向发送请求获取最新变化数据,服务器端负载压力小。 The client does not need to send requests regularly to obtain the latest change data, and the server-side load pressure is small.
客户端无须安装任何插件。 The client does not need to install any plug-ins.
(2)改进了传统的两层“请求—服务”架构模式为三层服务架构,即“请求—消息转发—服务”三层架构。消息转发中间件负责消息的网络传输,解决高并发、大吞吐量应用中消息堵塞、丢失等问题,支持分布式计算,具有消息缓存机制,保证消息传输的稳定性,提高消息推送质量。 (2) The traditional two-tier "request-service" architecture model is improved to a three-tier service architecture, that is, the "request-message forwarding-service" three-tier architecture. The message forwarding middleware is responsible for the network transmission of messages, solves problems such as message congestion and loss in high-concurrency and high-throughput applications, supports distributed computing, has a message cache mechanism, ensures the stability of message transmission, and improves the quality of message push.
消息分发中件间主要包括:消息订阅、消息分发、消息发布等模块。 The message distribution middleware mainly includes: message subscription, message distribution, message publishing and other modules.
消息订阅构件主要负责订阅请求的注册、发送以及订阅数据的正确回返。具体过程为:订阅请求任务发送后,订阅构件将服务请求任务进行注册登记,并将带有服务码以及过滤条件的请求信息发送给消息分发构件;消息服务订阅构件接收到消息分发构件回返的数据后,根据服务码以及注册信息,将回返数据返回给相应的请求者。 The message subscription component is mainly responsible for the registration and sending of subscription requests and the correct return of subscription data. The specific process is: after the subscription request task is sent, the subscription component registers the service request task, and sends the request information with the service code and filter conditions to the message distribution component; the message service subscription component receives the data returned by the message distribution component Finally, according to the service code and registration information, return the returned data to the corresponding requester.
消息分发构件主要功能包括:消息解析、消息分发、订阅信息注册及取消订阅。 The main functions of the message distribution component include: message parsing, message distribution, subscription information registration and unsubscription.
消息服务发布构件主要实现订阅请求的接收、解析以及订阅数据的回返。 The message service publishing component mainly implements the receiving and parsing of subscription requests and the return of subscription data.
采用单独模块消息分发中件件解决网络传输问题具有以下优点: Using a separate module message distribution middleware to solve network transmission problems has the following advantages:
支持分布式处理。 Support for distributed processing.
具有消息缓存机制,可有效避免由于某一端崩溃带来的消息丢失问题。 It has a message caching mechanism, which can effectively avoid the problem of message loss caused by the crash of one end.
支持高并发、高吞吐量。 Support high concurrency and high throughput.
可扩展性好。 Good scalability.
本发明的一种高效率、高稳定性的页面实时数据刷新方法其加工制作非常简单方便,按照说明书所示即可加工。 The high-efficiency and high-stability page real-time data refreshing method of the present invention has very simple and convenient processing and production, and can be processed as shown in the manual.
除说明书所述的技术特征外,均为本专业技术人员的已知技术。 Except for the technical features described in the description, all are known technologies by those skilled in the art.
Claims (1)
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510558524.7A CN105282227A (en) | 2015-09-06 | 2015-09-06 | High-efficiency and high-stability page real-time data refreshing method |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN201510558524.7A CN105282227A (en) | 2015-09-06 | 2015-09-06 | High-efficiency and high-stability page real-time data refreshing method |
Publications (1)
Publication Number | Publication Date |
---|---|
CN105282227A true CN105282227A (en) | 2016-01-27 |
Family
ID=55150532
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN201510558524.7A Pending CN105282227A (en) | 2015-09-06 | 2015-09-06 | High-efficiency and high-stability page real-time data refreshing method |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN105282227A (en) |
Cited By (11)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107819855A (en) * | 2017-11-14 | 2018-03-20 | 成都路行通信息技术有限公司 | A kind of message distributing method and device |
CN108400927A (en) * | 2018-01-22 | 2018-08-14 | 广州欧赛斯信息科技有限公司 | A kind of information push method and device for high concurrent message |
CN108600092A (en) * | 2018-05-03 | 2018-09-28 | 山东汇贸电子口岸有限公司 | A kind of software systems cooperation device and method based on event message mechanism |
CN108681550A (en) * | 2018-03-30 | 2018-10-19 | 北京奇艺世纪科技有限公司 | Page furbishing method, the control method of device and page furbishing, device |
CN108712476A (en) * | 2018-04-27 | 2018-10-26 | 华迪计算机集团有限公司 | A kind of method and system carrying out data update based on push technology |
CN109151056A (en) * | 2018-09-26 | 2019-01-04 | 携程计算机技术(上海)有限公司 | Information push method and system based on Canal |
CN109379446A (en) * | 2018-12-24 | 2019-02-22 | 杭州复杂美科技有限公司 | Block method for pushing, block acquisition methods, equipment and storage medium |
WO2020000144A1 (en) * | 2018-06-25 | 2020-01-02 | Nokia Shanghai Bell Co., Ltd. | Methods and apparatuses for internet content pushing service in a wireless mobile communication system |
CN111669447A (en) * | 2020-06-16 | 2020-09-15 | 中国建设银行股份有限公司 | Page display method, device, equipment and medium |
CN112231620A (en) * | 2020-10-28 | 2021-01-15 | 江苏睿孜星智控科技有限公司 | Data pushing and displaying method |
CN119629135A (en) * | 2025-02-13 | 2025-03-14 | 中国铁建高新装备股份有限公司 | A relay data exchange method, device, equipment and medium |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7817039B2 (en) * | 2004-12-22 | 2010-10-19 | Sap Aktiengesellschaft | Dynamic display of RFID and sensor data |
KR101029788B1 (en) * | 2010-10-22 | 2011-04-19 | 삼성탈레스 주식회사 | A computer-readable medium that records a method of delivering messages between layers of middleware and a program that performs the same. |
CN102035893A (en) * | 2010-12-23 | 2011-04-27 | 中国农业银行股份有限公司 | Method and system for pushing data actively by server |
CN103347006A (en) * | 2013-06-20 | 2013-10-09 | 同济大学 | Control system and control method for networking cooperation virtual experiment |
CN104243611A (en) * | 2014-09-30 | 2014-12-24 | 浪潮软件股份有限公司 | Distribution thought based message service middleware system |
-
2015
- 2015-09-06 CN CN201510558524.7A patent/CN105282227A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
US7817039B2 (en) * | 2004-12-22 | 2010-10-19 | Sap Aktiengesellschaft | Dynamic display of RFID and sensor data |
KR101029788B1 (en) * | 2010-10-22 | 2011-04-19 | 삼성탈레스 주식회사 | A computer-readable medium that records a method of delivering messages between layers of middleware and a program that performs the same. |
CN102035893A (en) * | 2010-12-23 | 2011-04-27 | 中国农业银行股份有限公司 | Method and system for pushing data actively by server |
CN103347006A (en) * | 2013-06-20 | 2013-10-09 | 同济大学 | Control system and control method for networking cooperation virtual experiment |
CN104243611A (en) * | 2014-09-30 | 2014-12-24 | 浪潮软件股份有限公司 | Distribution thought based message service middleware system |
Cited By (17)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN107819855B (en) * | 2017-11-14 | 2020-07-28 | 成都路行通信息技术有限公司 | Message distribution method and device |
CN107819855A (en) * | 2017-11-14 | 2018-03-20 | 成都路行通信息技术有限公司 | A kind of message distributing method and device |
CN108400927A (en) * | 2018-01-22 | 2018-08-14 | 广州欧赛斯信息科技有限公司 | A kind of information push method and device for high concurrent message |
CN108400927B (en) * | 2018-01-22 | 2021-01-26 | 广州欧赛斯信息科技有限公司 | Message pushing method and device for high-concurrency messages |
CN108681550A (en) * | 2018-03-30 | 2018-10-19 | 北京奇艺世纪科技有限公司 | Page furbishing method, the control method of device and page furbishing, device |
CN108712476A (en) * | 2018-04-27 | 2018-10-26 | 华迪计算机集团有限公司 | A kind of method and system carrying out data update based on push technology |
CN108712476B (en) * | 2018-04-27 | 2021-11-02 | 华迪计算机集团有限公司 | Method and system for updating data based on push technology |
CN108600092A (en) * | 2018-05-03 | 2018-09-28 | 山东汇贸电子口岸有限公司 | A kind of software systems cooperation device and method based on event message mechanism |
WO2020000144A1 (en) * | 2018-06-25 | 2020-01-02 | Nokia Shanghai Bell Co., Ltd. | Methods and apparatuses for internet content pushing service in a wireless mobile communication system |
US11533380B2 (en) | 2018-06-25 | 2022-12-20 | Nokia Technologies Oy | Methods and apparatuses for internet content pushing service in a wireless mobile communication system |
CN109151056A (en) * | 2018-09-26 | 2019-01-04 | 携程计算机技术(上海)有限公司 | Information push method and system based on Canal |
CN109151056B (en) * | 2018-09-26 | 2021-11-19 | 携程计算机技术(上海)有限公司 | Method and system for pushing messages based on Canal |
CN109379446A (en) * | 2018-12-24 | 2019-02-22 | 杭州复杂美科技有限公司 | Block method for pushing, block acquisition methods, equipment and storage medium |
CN111669447A (en) * | 2020-06-16 | 2020-09-15 | 中国建设银行股份有限公司 | Page display method, device, equipment and medium |
CN112231620A (en) * | 2020-10-28 | 2021-01-15 | 江苏睿孜星智控科技有限公司 | Data pushing and displaying method |
CN112231620B (en) * | 2020-10-28 | 2023-11-03 | 南京科远智慧科技集团股份有限公司 | Data pushing and displaying method |
CN119629135A (en) * | 2025-02-13 | 2025-03-14 | 中国铁建高新装备股份有限公司 | A relay data exchange method, device, equipment and medium |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
CN105282227A (en) | High-efficiency and high-stability page real-time data refreshing method | |
CN106453288B (en) | A kind of distributed micro services frame system that supporting asynchronous mode and its implementation | |
CN103780679B (en) | Long-delay remote call method based on HTTP protocol | |
CN103516762B (en) | Virtual desktop generation method, equipment and system | |
CN107332719A (en) | A kind of method that daily record is analyzed in real time in CDN system | |
CN103475654B (en) | Network path optimization method, equipment and network system | |
CN102904903B (en) | Communication system and communication means | |
Zhang et al. | Research and development of real-time monitoring system based on WebSocket technology | |
CN101237429A (en) | Stream media living broadcasting system, method and device based on content distribution network | |
CN104462037B (en) | Consistency maintaining method in document collaborative editing | |
CN103780681A (en) | High real-time Web application system and data real-time pushing method thereof | |
CN101426181A (en) | Intelligent multimedia information mobile phone viewing system having instant interaction and implementation method | |
WO2017161757A1 (en) | Method and system for distributing streaming media file | |
CN106131138A (en) | A kind of display data real time propelling movement system and method based on non-obstruction queue | |
CN104378436A (en) | Information push system and method based on server push | |
AU2006203017A1 (en) | Information exchange system and management server, terminal unit, and method for reducing network load used in the same | |
US20170272498A1 (en) | Streaming media file distribution method and system | |
WO2015142752A1 (en) | Transport accelerator implementing a multiple interface architecture | |
CN109151056A (en) | Information push method and system based on Canal | |
CN102158518A (en) | Data transmission method in content distribution network (CDN), network node and system | |
CN103401942A (en) | Method and system for achieving web application acceleration of content distribution network node | |
CN107845013A (en) | A kind of electric power transaction platform distributed application services calling processing method | |
CN103338160B (en) | Based on optimization system and the optimization method of the polling service of buffer queue | |
CN105162687A (en) | WEB-based real-time message push method | |
CN103139658A (en) | Passive media flow distribution method for live video distribution network |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
C06 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
RJ01 | Rejection of invention patent application after publication | ||
RJ01 | Rejection of invention patent application after publication |
Application publication date: 20160127 |