CN105407180B - The information push method and device of server - Google Patents

The information push method and device of server Download PDF

Info

Publication number
CN105407180B
CN105407180B CN201511020144.4A CN201511020144A CN105407180B CN 105407180 B CN105407180 B CN 105407180B CN 201511020144 A CN201511020144 A CN 201511020144A CN 105407180 B CN105407180 B CN 105407180B
Authority
CN
China
Prior art keywords
connection
client
websocket
message
push message
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.)
Active
Application number
CN201511020144.4A
Other languages
Chinese (zh)
Other versions
CN105407180A (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.)
Zhejiang Shuguang Information Technology Co., Ltd.
Original Assignee
Zhejiang Shuguang Information Technology Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Zhejiang Shuguang Information Technology Co Ltd filed Critical Zhejiang Shuguang Information Technology Co Ltd
Priority to CN201511020144.4A priority Critical patent/CN105407180B/en
Publication of CN105407180A publication Critical patent/CN105407180A/en
Application granted granted Critical
Publication of CN105407180B publication Critical patent/CN105407180B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/55Push-based network services

Abstract

The invention discloses a kind of information push method of server and device, which includes: the Websocket connection request for receiving client, is established according to Websocket connection request in server end and is connect with the Websocket of client;Server end is based on Websocket connection and sends Page messages;Wherein, the Websocket connection established at server end is combined with message-oriented middleware.The present invention is combined it with message-oriented middleware by the way that Websocket connection is managed collectively and is distributed in server end, can be improved the information push efficiency of server end, promotes user experience.

Description

The information push method and device of server
Technical field
The present invention relates to computer fields, it particularly relates to the information push method and device of a kind of server.
Background technique
In the system of enterprise-level, especially need to realize server background data be constantly synchronized to the monitoring of client with And immediately in the exploitation of the cloud computing system of event message, under the framework of BS, back-end data how can be allowed efficiently immediately steady The fixed front end page that is pushed to is always a problem, and the offline acquisition of information can especially be supported to push.It needs exist for examining Consider two aspect the problem of, one be message source acquisition, another is the efficient instant push of message.
In the development of past server push technology, the mode using ajax short poll and long poll is most commonly seen, it Be all by intermittently obtaining data based on original http request server, in a sense, belong to server drawing The actively request to server transmission acquisition data of the mode taken, i.e. client, rather than server end.Short poll mode is every It is returned immediately after secondary request, but long poll is will not to return immediately after requesting but hang up request until server end has data Client is just returned to afterwards.
On the other hand, how to realize that the offline push of message is also one and cannot solve very well in past solution Certainly the problem of, needs exist for settlement server and has been pushed to front end but the message that also presents not in time of front end how can It shows again, and can realize that the information of page formula is pushed for the switching of the different pages.The prior art mostly uses greatly Be server level other session storage either local cookie storage, and of the invention in this system design use It is WebStorage technology.
For using ajax short poll technology, needs to request from sending to server end for client timing, realize The effect of periodic refreshing, but due to this mode can not accurately awareness server end whether really have message need push and A large amount of requests are wasted, and due to requesting to require the basic http connection foundation of experience one, request transmission, response every time It returns, the process that connection disconnects, so that the load overhead at client and server end can all increase, the effect of server message push Rate can be obviously low.And by the way of long poll, although reducing the number of invalidation request, have largely in server end In the case that message is pushed, the load of server and client side can be still increased as short poll, is greatly likely to occur The page it is stuck or without response the case where, reduce user experience effect.
In terms of the offline storage of information, using the other session storage of server level too dependent on server background ring Border because it be responsive to client after server end is compiled and be stored in client browser, once backstage Environment changes, and implementation also requires to be reconstructed.It can not accomplish the decoupling of offline environment.Obviously server level is used Other storage can have such drawback, then will consider the storage of browser client rank, this is at present using most Settling mode be exactly to utilize browser cookie, but there is also following two large problems for cookie mode: size of data: as The size of storage container, cookie is limited in 4KB or so, and the information of present complicated service logic demand and large capacity is deposited Storage can no longer meet;Network burden: cookie can be attached in each HTTP request, in HttpRequest and All be in the header of HttpResponse it is to be transmitted, this for only for realize message offline storage be nonsensical And increase a large amount of network burden.
In view of the above problems in the related art, currently no effective solution has been proposed.
Summary of the invention
In view of the above problems in the related art, the present invention proposes the information push method and device of a kind of server, energy The information push efficiency for enough improving server end, promotes user experience.
The technical scheme of the present invention is realized as follows:
According to an aspect of the invention, there is provided a kind of information push method of server.
The information push method includes:
The Websocket connection request for receiving client is established and visitor according to Websocket connection request in server end The Websocket connection at family end;
Server end is based on Websocket connection and sends Page messages;
Wherein, the Websocket connection established at server end is combined with message-oriented middleware.
In addition, the information push method further comprises:
After establishing Websocket connection, the active user ID and Websocket of client is connected and bound;
The Websocket connection is stored into the first articulation set of corresponding active user ID.
Optionally, which further comprises:
The monitoring to Websocket connection is established to connect;
Connection will be monitored to store into the first articulation set.
In addition, the information push method further include:
After establishing Websocket connection, judge whether the active user of client creates the active user with client The associated MQ connection of ID;
If not creating MQ connection, a new MQ is obtained from MQ connection pool and connects and stores to the first connection collection In conjunction.
In addition, the information push method further comprises:
When disconnecting the Websocket connection of client and server, which is collected from the first connection It is removed in conjunction;
Judge the Websocket connection whether be client User ID under the last one Websocket connection;
In the case where being judged as YES, the MQ connection of the corresponding User ID is recycled to MQ connection pool, and the MQ is connected It is removed from the first articulation set.
In addition, the information push method further comprises:
In the case where client listens to the PUSH message from server end, where detecting the current page of user Business module;
Detect business module belonging to PUSH message;
Judging the feelings identical with business module belonging to PUSH message of the business module where the current page of user Under condition, PUSH message is pushed into current page;
Judging the feelings different from business module belonging to PUSH message of the business module where the current page of user Under condition, PUSH message is subjected to offline storage.
In addition, the information push method further comprises:
In the case where client enters a new page, the business module of the new page is determined;
It detects in the PUSH message of offline storage with the presence or absence of the PUSH message of corresponding business module;
If there is the PUSH message of corresponding business module, then the PUSH message is pushed to the new page, and this is pushed away Message is sent to delete from offline storage.
Wherein, secondary encapsulation is first passed through in advance positioned at the primary Websocket interface of the browser end of client.
In addition, the Websocket of the browser end of client is connected as singleton pattern.
According to another aspect of the present invention, a kind of message driving means of server is provided.
The message driving means includes:
Module is established in reception, for receiving the Websocket connection request of client, according to Websocket connection request It establishes in server end and is connect with the Websocket of client;
Sending module, for sending Page messages based on Websocket connection;
Wherein, the Websocket connection established at server end is combined with message-oriented middleware.
The present invention by the way that Websocket connection is managed collectively and is distributed in server end, and by its in message Between part combine, can be improved the information push efficiency of server end, promote user experience.
Detailed description of the invention
It in order to more clearly explain the embodiment of the invention or the technical proposal in the existing technology, below will be to institute in embodiment Attached drawing to be used is needed to be briefly described, it should be apparent that, the accompanying drawings in the following description is only some implementations of the invention Example, for those of ordinary skill in the art, without creative efforts, can also obtain according to these attached drawings Obtain other attached drawings.
Fig. 1 is the flow chart of the information push method of server according to an embodiment of the present invention;
Fig. 2 is Websocket timing diagram according to an embodiment of the present invention;
Fig. 3 is the flow chart that creation Websocket connection according to an embodiment of the present invention is connected with MQ;
Fig. 4 is the flow chart that disconnection Websocket connection according to an embodiment of the present invention is connected with MQ;
Fig. 5 is the storage strategy flow chart of PUSH message according to an embodiment of the present invention;
Fig. 6 is the push strategic process figure of offline message according to an embodiment of the present invention;
Fig. 7 is the schematic diagram of the message push frame of server according to an embodiment of the present invention;
Fig. 8 is the block diagram of the message driving means of server according to an embodiment of the present invention.
Specific embodiment
Following will be combined with the drawings in the embodiments of the present invention, and technical solution in the embodiment of the present invention carries out clear, complete Site preparation description, it is clear that described embodiments are only a part of the embodiments of the present invention, instead of all the embodiments.It is based on Embodiment in the present invention, those of ordinary skill in the art's every other embodiment obtained belong to what the present invention protected Range.
According to an embodiment of the invention, providing a kind of information push method of server.
As shown in Figure 1, information push method according to an embodiment of the present invention includes:
Step S101 receives the Websocket connection request of client, according to Websocket connection request in server End is established and is connect with the Websocket of client;
Step S103, server end are based on Websocket connection and send Page messages;
Wherein, the Websocket connection established at server end is combined with message-oriented middleware.
In addition, in one embodiment, information push method according to an embodiment of the present invention further comprises:
After establishing Websocket connection, the active user ID and Websocket of client is connected and bound;
The Websocket connection is stored into the first articulation set of corresponding active user ID.
Optionally, in one embodiment, information push method according to an embodiment of the present invention further comprises:
The monitoring to Websocket connection is established to connect;
Connection will be monitored to store into the first articulation set.
In addition, in one embodiment, information push method according to an embodiment of the present invention further include:
After establishing Websocket connection, judge whether the active user of client creates the active user with client The associated MQ connection of ID;
If not creating MQ connection, a new MQ is obtained from MQ connection pool and connects and stores to the first connection collection In conjunction.
In addition, in one embodiment, information push method according to an embodiment of the present invention further comprises:
When disconnecting the Websocket connection of client and server, which is collected from the first connection It is removed in conjunction;
Judge the Websocket connection whether be client User ID under the last one Websocket connection;
In the case where being judged as YES, the MQ connection of the corresponding User ID is recycled to MQ connection pool, and the MQ is connected It is removed from the first articulation set.
In addition, in one embodiment, information push method according to an embodiment of the present invention further comprises:
In the case where client listens to the PUSH message from server end, where detecting the current page of user Business module;
Detect business module belonging to PUSH message;
Judging the feelings identical with business module belonging to PUSH message of the business module where the current page of user Under condition, PUSH message is pushed into current page;
Judging the feelings different from business module belonging to PUSH message of the business module where the current page of user Under condition, PUSH message is subjected to offline storage.
In addition, in one embodiment, information push method according to an embodiment of the present invention further comprises:
In the case where client enters a new page, the business module of the new page is determined;
It detects in the PUSH message of offline storage with the presence or absence of the PUSH message of corresponding business module;
If there is the PUSH message of corresponding business module, then the PUSH message is pushed to the new page, and this is pushed away Message is sent to delete from offline storage.
Wherein, in one embodiment, it is first passed through in advance positioned at the primary Websocket interface of the browser end of client Secondary encapsulation.
In addition, in one embodiment, the Websocket of the browser end of client is connected as singleton pattern.
For above-mentioned technical proposal of the invention, the present invention devises a kind of High-effective Service device based on message-oriented middleware and pushes away Send frame.In this frame, WebSocket is used to carry out the two-way biography of server and client side's message as transport protocol It is defeated, and carry out the management distribution of message in server end and integrated with message-oriented middleware as ActiveMQ, it supports The request repeat of message, abnormality processing and concurrently pushes.
In addition to this, there are also being designed and developed to the push of information off-line, main includes information off-line and the page The design of MAP mapping relations, the storage of information off-line, the acquisition of information off-line, the elimination of information off-line and pushed information feelings The persistence of condition.In order to guarantee stability that server end is connect with client, request reconnection mechanism has been carried out again in client Design.
In order to timely respond to the acquisition of message here the present invention using messaging service middleware ActiveMQ (wherein, ActiveMQ is that Apache produces, most popular, the powerful open source messaging bus of ability.ActiveMQ is one complete The JMS Provider for supporting JMS1.1 and J2EE 1.4 to standardize is realized, although JMS specification appearance has been thing for a long time, But JMS still plays special status using centre in current J2EE).It can provide stabilization for system of the invention can The message source leaned on, having message source, message, which just must be taken into consideration, is pushed to client, i.e. server push skill from server end later Art.
Include four aspect contents in the present invention:
First, client sends the part of WebSocket connection request and processing from server push information.
Second, the part that server-side receives WebSocket connection and is managed to connection.
Third, message-oriented middleware dock with each connection session of server end the part of integration.
4th, the design of information off-line push function.
A. client carries out the coupling part WebSocket
Since WebSocket connection is the full-duplex communication connection between a certain html page and server, and one A client only allows to create one and the connection of server, therefore the present invention is by the connection of the WebSocket of browser end It is designed to a singleton, creation can be shielded in this way and repeat the problem of connecting, while the present invention connects primary WebSocket It taps into and has gone secondary encapsulation the present invention is facilitated to be multiplexed and extend, be the API list encapsulated in the present embodiment below:
B. the part of received server-side WebSocket connection
That due to backstage language use is JAVA, devises two classes: the service of server reception WebSocket altogether here End part is mainly made of two large divisions, receive creation connection request and carry out integrated management part and each connection example Administrative section.Here the present invention has separately designed two classes, WebSocketServlet and WebSocketConnection, Corresponding calling timing diagram is as shown in Figure 2:
Create part for connection request: this part is mainly responsible for receiving the WebSocket initiated from client Connection request, belongs to the bridge Servlet at client and server end, this part mainly creates a specific session and connects Example is connect, in order to identify the connection of different clients, needs the User ID of client connecting example with each and bind, And stored, it is therefore desirable to a Map is created to store, it is contemplated that there may be how objective same user is for application system The case where family end logs in, the value of this Map are also required to be the set connected, store all of user creation WebSocket connection example.Certainly it needs exist for providing and connection example is obtained according to user and obtains all connection examples In addition to this API is additionally provided and a series of for example sent information to all users, sends to some user and information and be given to certain A specific client functionality page send the API of information for operation system carry out using.
For connecting instance section: having the monitor method similar as client in connection example, monitor building for connection The vertical, reception of message, the disconnection of connection and connection error are abnormal, need to put connection example monitoring the part that connection is established Enter into the connection Map set of request creation part, and connects to need to remove in Map when disconnecting and be correspondingly connected with example.
C. the integrated part of message-oriented middleware
It is more the information of system business rank for the information to be sent, in cloud computing operating system, can deposits In the information that a large amount of monitoring collection and hardware state change, the present invention, which is often placed on as the producer of message, to disappear It ceases in middleware, since these information need to broadcast to multiple client, using hair in the embodiment of the present invention Cloth subscribing mode, here due to consider need for user connect with WebSocekt carry out bind safeguard be also required to maintenance one simultaneously Two kinds of situations of disconnection of the relationship that a user connect with MQ, the creation and connection that are divided into connection here consider.
As shown in Figure 3 for the creation of connection: under default situations, each user can monitor the information of all themes, but It is to there is the theme message for greatly merely desiring to monitor oneself concern there may be user to realize the customization of individual character for monitoring theme, therefore meeting The connection example of one with the ActiveMQ of the user-association are created after creating WebSocket connection example.This connection is real Example is not required, because they should be that a shared MQ connects for multiple WebSocket connections under a user Connect because they for message monitoring customization be it is identical, current use is judged after having created WebSocket example Whether family has created the MQ connection of consumption terminal, if create only need by the WebSocket be added to user with In the Map table of WebSocket articulation set, need to obtain a new consumption terminal MQ company from MQ connection pool if it's not true It connects, and MQ connection addition is added in the Map table that user connect with MQ, while WebSocket connection will also be added to In the MAP table of user's-WebSocket articulation set.
For the disconnection of connection, as shown in figure 4, first having to when connecting disconnection from user's-WebSocket articulation set Connection is removed in Map table, needs to judge the WebSocket connection of the user later, if it is the last one connection, it is believed that All terminals under the user have published system, therefore the MQ connection service provided for the user is also required to close or recycle.
D. information off-line humping section
Generally, the information of push can be divided into the information under disparate modules, the letter of this disparate modules according to delineation of activities Breath has the characteristics that on-demand pushes, i.e., when user enters the page of current block, can just push the information of current block, but by In server end in advance by the acquisition of information of current block to and be pushed to client, do not need temporarily only to be presented to User, then the present invention just needs that this information to be pushed is locally stored, because the information of storage does not need persistently Change, and carries out temporary storage just for application system, therefore the present invention is using the storage of session-level in WebStorage Mechanism, this place just need to design the content of two aspects: the opportunity of storage and the opportunity of push.
For storage strategy, as shown in figure 5, first can after the message push that client listens to server comes The module I D for detecting user's current page, then detects module I D belonging to pushed information again, page is just carried out when the two is identical The presentation of face push, if module difference will be stored this information in the form of the Map of module I D-- information to be pushed set In sessionStorage.
For push strategy, as shown in fig. 6, can determine whether the new page when user enters a new page every time Business module, and the information off-line for whether having the corresponding service network module in sessionStorage is detected, if any can Information is showed, and removes that information record in corresponding information off-line set.
Based on the present invention, the timely push of the server of the system informations such as monitoring collection in cloud computing system may be implemented, It can accomplish the real-time stabilization and efficiently of pushed information, and offline push function can be carried out for user's current operation page Can, a series of performance issues of polling technique bring, the overall customer experience of real lifting system are used before changing.
For the general frame of the message push in cloud computing application system of the invention, as shown in fig. 7, comprises clear Look at pair at device end (browser end i.e. in client), server end (i.e. connection server) and they and message server Connect, performance optimization problem fully considered in specific design details, the management of encapsulation, connection pool thread pool including interface, from The memory mechanism etc. of line information, and in particular to arrive: secondary encapsulation is carried out to primary WebSocket interface in browser end, is mentioned The reusability and scalability of high interface.WebSocket connection is managed collectively and is distributed in server end, and by its with disappear Breath server middleware is integrated, and the Integrated Solution of efficient stable is proposed.
According to an embodiment of the invention, additionally providing a kind of message driving means of server.
As shown in figure 8, message driving means according to an embodiment of the present invention includes:
Module 81 is established in reception, for receiving the Websocket connection request of client, is asked according to Websocket connection It asks to establish in server end and be connect with the Websocket of client;
Sending module 82, for sending Page messages based on Websocket connection;
Wherein, the Websocket connection established at server end is combined with message-oriented middleware.
In conclusion by means of above-mentioned technical proposal of the invention, by carrying out Websocket connection in server end Unified management and distribution, and it is combined with message-oriented middleware, it can be improved the information push efficiency of server end, mention Rise user experience.
The foregoing is merely illustrative of the preferred embodiments of the present invention, is not intended to limit the invention, all in essence of the invention Within mind and principle, any modification, equivalent replacement, improvement and so on be should all be included in the protection scope of the present invention.

Claims (5)

1. a kind of information push method of server characterized by comprising
The Websocket connection request for receiving client, according to the Websocket connection request in server end foundation and institute State the Websocket connection of client;
The server end is based on the Websocket connection and sends Page messages;
Wherein, the Websocket connection established at the server end is combined with message-oriented middleware;
Wherein, the information push method further comprises:
In the case where the client is listened to from the PUSH message of the server end, the current page institute of user is detected Business module;
Detect business module belonging to the PUSH message;
It is identical as business module belonging to the PUSH message in the business module where the current page for judging the user In the case where, the PUSH message is pushed into the current page;
It is different from business module belonging to the PUSH message in the business module where the current page for judging the user In the case where, the PUSH message is subjected to offline storage;
In the case where the client enters a new page, the business module of the new page is determined;
It detects in the PUSH message of offline storage with the presence or absence of the PUSH message of the corresponding business module;
If there is the PUSH message of the correspondence business module, then the PUSH message is pushed into the new page, and will The PUSH message is deleted from the offline storage;
Wherein, the information push method further comprises:
After establishing the Websocket connection, the active user ID of the client is connect with the Websocket and is tied up It is fixed;
The Websocket connection is stored into the first articulation set of the correspondence active user ID;
After establishing the Websocket connection, judge whether the active user of the client creates and the client The associated MQ connection of active user ID;
If not creating the MQ connection, a new MQ is obtained from MQ connection pool and connects and stores to first company It connects in set;
When disconnecting the client and being connect with the Websocket of the server end, by the Websocket connection from described the It is removed in one articulation set;
Judge the Websocket connection whether be the client User ID under the last one Websocket connection;
In the case where being judged as YES, the MQ connection of the corresponding User ID is recycled to the MQ connection pool, and the MQ is connected It is removed from first articulation set.
2. information push method according to claim 1, which is characterized in that further comprise:
The monitoring to the Websocket connection is established to connect;
Monitoring connection is stored into first articulation set.
3. information push method according to claim 1, which is characterized in that positioned at the original of the browser end of the client Raw Websocket interface first passes through secondary encapsulation in advance.
4. information push method according to claim 1, which is characterized in that the browser end of the client Websocket is connected as singleton pattern.
5. a kind of message driving means of server characterized by comprising
Module is established in reception, for receiving the Websocket connection request of client, according to the Websocket connection request It establishes in server end and is connect with the Websocket of the client;
Sending module, for sending Page messages based on the Websocket connection;
Wherein, the Websocket connection established at the server end is combined with message-oriented middleware;
Wherein, the message driving means is used for:
In the case where the client is listened to from the PUSH message of the server end, the current page institute of user is detected Business module;
Detect business module belonging to the PUSH message;
It is identical as business module belonging to the PUSH message in the business module where the current page for judging the user In the case where, the PUSH message is pushed into the current page;
It is different from business module belonging to the PUSH message in the business module where the current page for judging the user In the case where, the PUSH message is subjected to offline storage;
In the case where the client enters a new page, the business module of the new page is determined;
It detects in the PUSH message of offline storage with the presence or absence of the PUSH message of the corresponding business module;
If there is the PUSH message of the correspondence business module, then the PUSH message is pushed into the new page, and will The PUSH message is deleted from the offline storage;
Wherein, the message driving means is also used to:
After establishing the Websocket connection, the active user ID of the client is connect with the Websocket and is tied up It is fixed;
The Websocket connection is stored into the first articulation set of the correspondence active user ID;
After establishing the Websocket connection, judge whether the active user of the client creates and the client The associated MQ connection of active user ID;
If not creating the MQ connection, a new MQ is obtained from MQ connection pool and connects and stores to first company It connects in set;
When disconnecting the client and being connect with the Websocket of the server end, by the Websocket connection from described the It is removed in one articulation set;
Judge the Websocket connection whether be the client User ID under the last one Websocket connection;
In the case where being judged as YES, the MQ connection of the corresponding User ID is recycled to the MQ connection pool, and the MQ is connected It is removed from first articulation set.
CN201511020144.4A 2015-12-29 2015-12-29 The information push method and device of server Active CN105407180B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201511020144.4A CN105407180B (en) 2015-12-29 2015-12-29 The information push method and device of server

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201511020144.4A CN105407180B (en) 2015-12-29 2015-12-29 The information push method and device of server

Publications (2)

Publication Number Publication Date
CN105407180A CN105407180A (en) 2016-03-16
CN105407180B true CN105407180B (en) 2019-05-31

Family

ID=55472424

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201511020144.4A Active CN105407180B (en) 2015-12-29 2015-12-29 The information push method and device of server

Country Status (1)

Country Link
CN (1) CN105407180B (en)

Families Citing this family (20)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN105407149B (en) * 2015-10-29 2019-03-01 广州酷狗计算机科技有限公司 Information push method and device
CN105955208B (en) * 2016-04-15 2020-07-10 青岛克路德机器人有限公司 Network robot data control system based on cloud platform
CN107395767B (en) * 2017-08-31 2021-02-05 北京奇元科技有限公司 Message pushing system and method based on long connection
CN107634992A (en) * 2017-09-05 2018-01-26 成都知道创宇信息技术有限公司 A kind of method for carrying out auto-destruct resource using websocket linking status
CN108427598B (en) * 2018-03-21 2021-05-25 Oppo广东移动通信有限公司 Message processing method, device, terminal and storage medium
CN108683653B (en) * 2018-05-07 2021-12-10 常熟市第一人民医院 Active message pushing system based on WebSocket
CN109889454A (en) * 2019-02-26 2019-06-14 浪潮软件集团有限公司 A kind of the message driving means and method of micro services framework
CN110489244B (en) * 2019-04-29 2022-08-12 北京达佳互联信息技术有限公司 Information processing method, system, apparatus and computer readable storage medium
CN110830366A (en) * 2019-11-14 2020-02-21 北京京航计算通讯研究所 Military field message pushing system
CN111245777A (en) * 2019-11-14 2020-06-05 北京京航计算通讯研究所 Military field message transmission method
CN110958240A (en) * 2019-11-27 2020-04-03 北京数知科技股份有限公司 Message subscription system and method
CN111222074A (en) * 2020-01-09 2020-06-02 山东汇贸电子口岸有限公司 Message pushing method and system based on Websocket protocol
CN111314313A (en) * 2020-01-19 2020-06-19 成都康赛信息技术有限公司 Cloud pushing method based on message
CN111427703A (en) * 2020-03-12 2020-07-17 上海昊沧系统控制技术有限责任公司 Industrial data real-time display method and system
CN111510325B (en) * 2020-04-07 2023-05-12 广州中石科技有限公司 Alarm information pushing method, server, client and system
CN111949918B (en) * 2020-08-23 2024-03-08 云知声智能科技股份有限公司 Websocket connection optimization method and system based on distributed environment
CN112328418B (en) * 2020-11-27 2022-08-16 行吟信息科技(上海)有限公司 Method and system for improving MQ synchronization reliability
CN113342503B (en) * 2021-06-30 2024-02-13 招商局金融科技有限公司 Real-time progress feedback method, device, equipment and storage medium
CN114070712A (en) * 2021-07-14 2022-02-18 北京天元创新科技有限公司 Network management alarm processing method and device with no message falling to ground
CN113569180B (en) * 2021-07-28 2024-01-26 中国电子科技集团公司第二十八研究所 Universal browser expansion system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546584A (en) * 2013-11-13 2014-01-29 深圳市中兴移动通信有限公司 Information pushing method and system
CN104754052A (en) * 2015-04-01 2015-07-01 贵州电网公司信息通信分公司 Message pushing method based on Websocket

Family Cites Families (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB0308991D0 (en) * 2003-04-17 2003-05-28 Psion Digital Ltd A data access replication or communication system comprising a distributed software application

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103546584A (en) * 2013-11-13 2014-01-29 深圳市中兴移动通信有限公司 Information pushing method and system
CN104754052A (en) * 2015-04-01 2015-07-01 贵州电网公司信息通信分公司 Message pushing method based on Websocket

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
基于消息中间件的远程医疗监护技术;徐文聪等;《指挥信息系统与技术》;20140228;第5卷(第1期);第52-57、62页

Also Published As

Publication number Publication date
CN105407180A (en) 2016-03-16

Similar Documents

Publication Publication Date Title
CN105407180B (en) The information push method and device of server
CN103581276B (en) Cluster management device, system, service customer end and correlation method
CN102891877B (en) Realize the Online Processing System and method of terminal applies
CN101365119B (en) Video recording balance equalizing method used for network video monitoring system
CN105338086A (en) Distributed message forwarding method
CN105357286B (en) A kind of real-time messages orientation method for pushing based on Web
CN112671697B (en) Data processing method, device and system of comprehensive monitoring system
CN103873523A (en) Client cluster access method and device
CN102984174B (en) Reliability guarantee method and system in a kind of distribution subscription system
CN104320441A (en) Method of sharing information between wireless communication systems
CN101662508B (en) Method for data transmission based on point-to-point protocol, device and system thereof
CN111669372A (en) Internet of things protocol fusion method for electricity utilization collection master station
CN109327543A (en) A kind of implementation method of internet of things equipment data transmission
CN106357723A (en) Synchronous system and method for multi-cluster information caching based on cloud host
CN109714222A (en) The distributed computer monitoring system and its monitoring method of High Availabitity
CN109495530A (en) A kind of real time traffic data transmission method, transmitting device and Transmission system
CN102387062B (en) Method for improving transmission rate of peer-to-peer (p2p) node in crossing network by dynamic bridging contact
CN201387555Y (en) Comprehensive remote control monitoring system
CN101695049A (en) Method and device for processing businesses in monitoring system
CN107438098A (en) A kind of dynamic content dispensing method and its system
CN104993970A (en) Centralized monitoring method of distributed system key operation index data
CN101436953B (en) Management method and processing module for on-line announcement message of network appliance
CN103533001A (en) Communication method and communication system based on HTTP multi-proxy, and intermediate proxy server
JP2010527475A (en) Information appliance data storage system and data processing method
CN107547643A (en) A kind of load sharing method and device

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
TA01 Transfer of patent application right

Effective date of registration: 20190505

Address after: Room 1601, Floor 16, Block A, Jinxiu International Science and Technology Center, 26 Juye Road, Binjiang District, Hangzhou City, Zhejiang Province

Applicant after: Zhejiang Shuguang Information Technology Co., Ltd.

Address before: 100193 No. 36 Building, No. 8 Hospital, Wangxi Road, Haidian District, Beijing

Applicant before: Dawning Information Industry (Beijing) Co., Ltd.

TA01 Transfer of patent application right
GR01 Patent grant
GR01 Patent grant