CN114531481A - Message pushing method and system - Google Patents
Message pushing method and system Download PDFInfo
- Publication number
- CN114531481A CN114531481A CN202011210174.2A CN202011210174A CN114531481A CN 114531481 A CN114531481 A CN 114531481A CN 202011210174 A CN202011210174 A CN 202011210174A CN 114531481 A CN114531481 A CN 114531481A
- Authority
- CN
- China
- Prior art keywords
- message
- server
- user terminal
- region
- determining
- 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
Images
Classifications
-
- H—ELECTRICITY
- H04—ELECTRIC COMMUNICATION TECHNIQUE
- H04W—WIRELESS COMMUNICATION NETWORKS
- H04W4/00—Services specially adapted for wireless communication networks; Facilities therefor
- H04W4/12—Messaging; Mailboxes; Announcements
Landscapes
- Engineering & Computer Science (AREA)
- Computer Networks & Wireless Communication (AREA)
- Signal Processing (AREA)
- Information Transfer Between Computers (AREA)
Abstract
The application discloses a message pushing method and a system, wherein the method comprises the following steps: the application server determines a plurality of message contents to be pushed; the application server determines at least one grouping message corresponding to at least one region server based on the plurality of message contents; the application server sends each grouping message to a region server corresponding to the grouping message; and for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request. The problems of high network overhead and low pushing efficiency in the message pushing process can be solved.
Description
Technical Field
The present application relates generally to the field of data push technology, and in particular, to a method and a system for pushing a message.
Background
The message pushing technology plays an important role in improving user viscosity and the number of active users of an Application program (APP), and the like, and the message pushing from the Application server to the user terminal is realized by establishing network connection between the user terminal and the Application server of the Application program.
In the related art, the implementation process of message pushing generally includes: after the user terminal is connected to the application server, the application server starts a thread for the user terminal, stores the message content to be pushed to a message queue, and the user terminal consumes the message content in the message queue by connecting the thread to realize message pushing.
However, in the process of message pushing, since the application server can perform message pushing of the next terminal after completing message pushing of one user terminal, when the application server faces a large number of scenes that the cross-region user terminals need to perform message pushing, threads need to be continuously switched, which may result in large network overhead, low message pushing efficiency, message pushing delay, and users may not obtain good APP use experience.
Disclosure of Invention
In view of the above-mentioned drawbacks and deficiencies of the prior art, it is desirable to provide a message pushing method and system that can reduce network overhead and improve message pushing efficiency.
In a first aspect, an embodiment of the present application provides a message pushing method, including:
the application server determines a plurality of message contents to be pushed;
the application server determines at least one grouping message corresponding to at least one region server based on the plurality of message contents;
the application server sends each grouping message to a region server corresponding to the grouping message;
and for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request.
In a second aspect, the present application provides a message push system, an application server, at least one geographic server and at least one user terminal,
the application server is used for determining a plurality of message contents to be pushed, determining at least one group message corresponding to at least one region server based on the plurality of message contents, and sending each group message to the region server corresponding to the group message;
and the region server is used for receiving the grouping message sent by the application server, and for each region server, after receiving the calling request sent by the user terminal, determining whether to send the message content in the grouping message to the user terminal based on the calling request.
The technical scheme provided by the embodiment of the application can have the following beneficial effects:
according to the message pushing method and the message pushing system, the application server determines a plurality of message contents to be pushed; the application server determines at least one grouping message corresponding to at least one regional server based on the message contents; the application server sends each grouping message to a region server corresponding to the grouping message; and for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request. The method and the device realize the batch pushing of the message contents of the user terminals in different regions, reduce the network overhead, improve the message pushing efficiency and solve the delay phenomenon of the message pushing.
Drawings
Other features, objects and advantages of the present application will become more apparent upon reading of the following detailed description of non-limiting embodiments thereof, made with reference to the accompanying drawings in which:
fig. 1 is a schematic structural diagram of a message pushing system according to an embodiment of the present application;
fig. 2 is a flowchart of a message pushing method according to an embodiment of the present application;
fig. 3 is a schematic structural diagram of an application server according to an embodiment of the present application;
fig. 4 is a schematic structural diagram of another application server provided in the embodiment of the present application;
fig. 5 is a schematic structural diagram of a domain server according to an embodiment of the present application.
Detailed Description
The present application will be described in further detail with reference to the following drawings and examples. It is to be understood that the specific embodiments described herein are merely illustrative of the invention and are not to be construed as limiting the invention. It should be noted that, for convenience of description, only the portions related to the present invention are shown in the drawings.
It should be noted that the embodiments and features of the embodiments in the present application may be combined with each other without conflict. The present application will be described in detail below with reference to the embodiments with reference to the attached drawings.
Fig. 1 is a schematic structural diagram of a message pushing system related to a message pushing method provided in an embodiment of the present application, and as shown in fig. 1, the message pushing system 100 includes: the system comprises an application server 110, at least one regional server 120 and at least one user terminal 130 corresponding to each regional server, wherein each regional server 120 is deployed in a push region and is used for providing a message push service for the user terminal 130 using the APP in the push region.
The application server 110 is configured to determine a plurality of message contents to be pushed, determine at least one group message corresponding to at least one region server 120 based on the plurality of message contents, and send each group message to the region server 120 corresponding to the group message, where the message contents are message contents in a third-party server acquired by the application server 120. Illustratively, if the APP is a paring APP, the third party server is a server of a banking system, a server of an exchange system or/and a server of a stock company system.
The regional server 120 is configured to receive the packet message sent by the application server 120, and for each regional server, after receiving a call request sent by the user terminal 130, determine whether to send a message content in the packet message to the user terminal 130 based on the call request.
Optionally, a wired or wireless network communication connection is established between the application server 110 and each of the region servers 120 through a region dedicated line, and a communication connection is established between the region server 120 and the user terminal 130 through a wired or wireless network. Wherein the wireless network or wired network described above uses standard communication techniques and/or protocols. The Network is typically the Internet, but may be any Network including, but not limited to, a Local Area Network (LAN), a Metropolitan Area Network (MAN), a Wide Area Network (WAN), a mobile, wireline or wireless Network, a private Network, or any combination of virtual private networks. The application server 110 and the zone server 120 may be one server, or may be a server cluster formed by several servers, or the application server 110 and the zone server 120 may include one or more virtualization platforms, or the application server 110 and the zone server 120 may be one cloud computing service center. The user terminal 130 may be a smart phone, a tablet computer, a desktop computer, or an e-reader.
An embodiment of the present application provides a message pushing method, which may be applied to a message pushing system shown in fig. 1, and as shown in fig. 2, the method includes:
In this step, the application server may obtain the message content from at least one third-party server connected to the application server, store the message content in a message database, and determine a plurality of message contents stored in the database as a plurality of message contents to be pushed. The application server can establish connection with the third-party server through the interface server so as to acquire the message content in the third-party server from the third-party server through the interface server. Optionally, the application server may obtain the message content from the third-party server in real time, and store the message content obtained in real time to the message database; or, the application server obtains the message content from the third-party server according to a preset period, and stores the message content obtained in each period to the message database, where the preset period may be determined based on actual needs, and this is not limited in this embodiment of the present application.
Optionally, in the process of acquiring the message content by the application server, the message content with the same message attribute may be acquired, so as to facilitate storage of the message and improve the utilization rate of the storage space and the query efficiency of the message content, and in the process of acquiring multiple message contents by the application server, it may be determined whether at least two message contents with the same message attribute are acquired within a preset time duration, if so, at least two message contents are combined into a batch message, the batch message is determined as the message content and stored in the message database, and multiple batch messages are determined as multiple message contents to be pushed. The message attribute may be a type of the message content, a source of the message content, or a function of the message content, etc.
In this embodiment of the present application, the application server may perform a packet message distribution service for at least one zone server that pushes a zone, and after receiving a packet message sent by the application server, each zone server may provide a message push service for a user terminal that accesses the zone server based on the packet message. The group message is determined by the application server based on the message attribute in the subscription message corresponding to each user account in at least one user terminal accessed to each region server within a preset period. Because the subscription message of each user account is different in at least one user terminal accessed to each domain server, the grouping message which can be generated by the application server for each domain server is different. The user account may be a user account logged in an APP loaded in a user terminal, the application server may provide a message push service for the APP, the subscription message is a message attribute set of message content subscribed by a user corresponding to the user account, the preset period may be determined based on actual needs, and the embodiment of the present application does not limit this.
In this step, for each region server, the application server may filter at least one message content matched with the region server from the plurality of message contents, and generate a packet message corresponding to the region server, where the process may be: the application server can read subscription information corresponding to each user account in at least one user terminal accessed to the region server within a preset period, wherein the subscription information is provided in a user information table sent by the region server of a push region at intervals of a first preset time; screening out at least one message content corresponding to the message attribute in each subscription message from a plurality of message contents stored in the acquired message database; and packaging at least one message content and distributing the message content to a region number corresponding to the region server to generate a group message corresponding to the region server. The first preset time period may be determined based on actual needs, which is not limited in the embodiment of the present application. The user information table is used for storing the corresponding relation between the terminal identification of the user terminal and the user account and/or storing the corresponding relation between the terminal identification of the user terminal, the user account and the subscription message. It can be understood that, if a corresponding relationship between a terminal identifier and a user account is stored in the user information table, it indicates that the user corresponding to the user account does not subscribe to any message.
It should be noted that, in this embodiment of the present application, each region server may update the user information table corresponding to the region server within a preset time period, where the update of the user information ratio table may be: deleting the user information of the user account which is sold in a preset period, adding the user information of the newly registered user account and storing the user information of the user account which is not subjected to information change, and sending the updated user information table to the application server for storage, so that the application server matches the grouping message for the region server based on the updated user information table.
The process of adding the user information of the newly registered user account in the user information table by the region server may be: for any user terminal, the user terminal responds to the user account registration operation of a user and sends a user account registration request to a region server closest to the user terminal, the region server can respond to the user account registration request to complete user account registration, acquires a terminal identifier and a user account of the user terminal, determines the corresponding relation of the terminal identifier and the user account as user information, or acquires the terminal identifier, the user account and subscription information of the user terminal, determines the corresponding relation of the terminal identifier, the user account and the subscription information as user information, and stores the user information in a user information table of the region server. Because the user account registration and the message pushing can be carried out by accessing the user terminal to the server according to the principle of proximity, the registration efficiency and the message pushing efficiency of the user account can be improved, and the use experience of the user is optimized.
In this embodiment, the application server is connected to each of the region servers by a region dedicated line, and in this step, the application server may send each of the group messages to the region server corresponding to the group message by the region dedicated line corresponding to each of the region servers. The method can improve the distribution efficiency of the packet messages and solve the phenomenon of message push delay.
Optionally, the process of sending each packet message to the zone server corresponding to the packet message by the application server may be: and for each group message, reading the region number in each group message, determining a region server corresponding to the region number, and sending the group message to the region server.
It should be noted that, in the embodiment of the present application, after receiving the packet message sent by the application server, the domain server may feed back the successful receipt information of the packet message to the application server; or, when any region server does not receive the packet message sent by the application server after the interval of the first preset time length, the notification message may be sent to the application server to prompt the application server to send the packet message to the region server.
And 204, for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request.
In this step, for each region server, the region server may receive a packet message sent by the application server, and store at least one message content in the packet message into an issue queue; after a user starts the APP in the user terminal, the user terminal may access the region server and send a call request to the region server, and after receiving the call request sent by the user terminal, the region server may determine whether to send the message content in the packet message to the user terminal based on the call request.
Alternatively, the process of the domain server determining whether to send the message content in the packet message to the user terminal based on the invocation request may be: judging whether the user terminal is an authorized terminal or not based on the calling request; if yes, determining the message content corresponding to the user terminal in the packet message; sending the message content corresponding to the user terminal so that the user terminal displays the message content; and when the local area server determines that the user terminal is an unauthorized terminal, sending a prompt message to the user terminal to prompt the user to subscribe the message. The authorized terminal is a user terminal with a right to receive the packet message, and the region server accessed by the user terminal may be: and performing domain service accessed during user account registration by using the APP loaded on the user terminal.
The call request sent by the user terminal may include a terminal identifier and a user account of the user terminal, and the process of the region server determining whether the user terminal is an authorized terminal based on the call request may be: comparing the terminal identification and the user account with at least one group of terminal identification and user account in a pre-stored user information table; if the comparison is successful, determining the message attribute in the subscription message corresponding to the user account; if the message content corresponding to the message attribute exists in the grouped message, determining that the user terminal is an authorized terminal; if the comparison is unsuccessful, or the grouped message does not have the message content corresponding to the message attribute, determining that the user terminal is an unauthorized terminal.
It is understood that, in the embodiment of the present application, the process of determining the message content corresponding to the user terminal in the packet message may be: determining message content corresponding to the message attribute in the grouped message; and determining the message content as the message content corresponding to the user terminal.
It should be noted that, in this embodiment of the present application, the region server sends the message content corresponding to the user terminal by using a coroutine technology, and even if the region server determines that a plurality of user terminals accessing the region server are authorized terminals and needs to send the message content to the plurality of user terminals at the same time, the sending of the message content can be implemented with the lowest network overhead, so as to reduce the data processing pressure of the region server and improve the message pushing efficiency.
Optionally, in this embodiment of the application, for the authorized terminal, after the local domain server sends the message content to the user terminal, the local domain server may obtain the terminal identifier of the user terminal, the user account, and the message content sent to the user terminal, generate a message push table, and send the message push table to the application server, where the application server may analyze a message push result based on the message push table.
For example, for a certain stock-frying APP, it is assumed that an application server S of the stock-frying APP establishes connection with a region server a1 of a region a, a region server B1 of a region B, and a region server C1 of a region C through three dedicated communication lines, and the application server S establishes connection with a server of an exchange system, a server of a bank system, and a server of a security company system through interface servers, wherein the application server S can obtain a plurality of stock exchange market change information from the exchange server, obtain a plurality of stock market asset distribution data from the security company server, obtain user asset data from the bank server, store the user asset data in a message database, and determine the user asset data as a plurality of message contents to be pushed.
Further, it is assumed that the application server S determines that 20 pieces of user information are stored in the user information table within 7 days provided by the domain server a1, and that a subscription message corresponds to 12 user accounts, and the message content corresponding to the message attribute in the subscription message is stock trading market change information and trading market asset distribution data. The stock trading market change information and trading market asset distribution data may be read from the message database every 5 minutes, grouped message M1 constituting the zone server a1, and the grouped message M1 transmitted to the zone server a 1.
The region server a1 receives the grouping message M1, and stores the stock exchange market change information and the trading market asset distribution data in the grouping message M1 into a distribution queue. After receiving a call request sent by a user terminal, obtaining a terminal identifier a1 and a user account c1 in the call request, comparing the terminal identifier a1, the user account c1 with 20 groups of terminal identifiers and user accounts in a user information table stored in the region server A1, determining a message attribute in a subscription message corresponding to the user account c1 if the comparison is successful, determining stock transaction quotation change information in a message queue and transaction market asset distribution data, wherein the message content corresponding to the message attribute is stock transaction quotation change information, determining the stock transaction quotation change information as the message content corresponding to the user terminal with the terminal identifier a1, and sending the stock transaction quotation change information to the user terminal with the terminal identifier a 1.
To sum up, in the message pushing method provided in the embodiment of the present application, the application server determines a plurality of message contents to be pushed; the application server determines at least one grouping message corresponding to at least one region server based on the plurality of message contents; the application server sends each grouping message to a region server corresponding to the grouping message; for each region server, after receiving a calling request sent by a user terminal, determining whether to send message content in a packet message to the user terminal based on the calling request; and for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request. The method and the device realize the batch pushing of the message contents of the user terminals in different regions, reduce the network overhead, improve the message pushing efficiency and solve the delay phenomenon of the message pushing.
A schematic structural diagram of a message pushing system according to an embodiment of the present application is shown in fig. 1, where the message pushing system 100 includes: an application server 110, at least one zone server 120 and at least one user terminal 130,
as shown in fig. 3, the application server 110 includes:
the service access module 111 is configured to determine a plurality of message contents to be pushed, and call the push engine module 112 to send the plurality of message contents to be pushed to the push engine module 112;
a push engine module 112 configured to receive a plurality of message contents to be pushed, determine at least one group message corresponding to the at least one zone server based on the plurality of message contents, and transmit each group message to the zone server corresponding to the group message.
Optionally, the push engine module 112 is configured to, for each zone server, filter at least one message content matching the zone server from the multiple message contents, and generate a group message corresponding to the zone server.
Optionally, the push engine module 112 is configured to:
determining a subscription message corresponding to each user account in at least one user terminal accessed to a region server within a preset period;
screening out at least one message content corresponding to the message attribute in each subscription message from the plurality of message contents;
and packaging at least one message content, distributing a region number corresponding to the region server, and generating a packet message corresponding to the region server.
Optionally, the push engine module 112 is configured to:
for each group message, reading a region number in each group message;
determining a region server corresponding to the region number;
the packet message is sent to a zone server.
Optionally, the service access module 111 is configured to determine whether at least two pieces of message content with the same message attribute are obtained within a preset time length;
and if so, combining at least two message contents into a batch message, and determining the batch message as the message content to be pushed.
Optionally, as shown in fig. 4, the application server 110 further includes:
a service access management module 113 configured to invoke the service access module to determine a plurality of message contents to be pushed;
a push link management module 114 configured to monitor a connection status of each regional dedicated line and load information of each regional dedicated line;
and a push statistics report module 115 configured to receive a message push table sent by each geographic server, and analyze a message push result based on the message push table.
Here, for each zone server, as shown in fig. 5, the zone server 40 includes:
a zone access point module 121 configured to receive a packet message sent by the application server;
the authentication module 122 is configured to, after receiving a call request sent by the user terminal, determine whether the user terminal is an authorized terminal based on the call request, if so, call the region access point module 121, and send a determination result to the region access point module 121;
and the region access point module 121 is configured to determine message content corresponding to the user terminal in the packet message, and send the message content corresponding to the user terminal, so that the user terminal displays the message content.
Optionally, the authentication module 122 is configured to:
comparing the terminal identification and the user account with at least one group of terminal identification and user account in a pre-stored user information table;
if the comparison is successful, determining the message attribute in the subscription message corresponding to the user account;
and if the message content corresponding to the message attribute exists in the grouped message, determining that the user terminal is an authorized terminal.
Optionally, the zone access point module 121 is configured to:
determining message content corresponding to the message attribute in the packet message;
and determining the message content as the message content corresponding to the user terminal.
It should be noted that, in the embodiment of the present application, module invocation and data interaction are implemented between modules through a streaming transmission technology, so that data transmission efficiency between modules can be improved, and timeliness of message pushing is improved.
To sum up, in the message pushing system provided in the embodiment of the present application, the application server determines a plurality of message contents to be pushed; the application server determines at least one grouping message corresponding to at least one region server based on the plurality of message contents; the application server sends each grouping message to a region server corresponding to the grouping message; for each region server, after receiving a calling request sent by a user terminal, determining whether to send message content in a packet message to the user terminal based on the calling request; and for each region server, after receiving the call request sent by the user terminal, determining whether to send the message content in the packet message to the user terminal based on the call request. The method and the device realize the batch pushing of the message contents of the user terminals in different regions, reduce the network overhead, improve the message pushing efficiency and solve the delay phenomenon of the message pushing.
The foregoing description is only exemplary of the preferred embodiments of the application and is illustrative of the principles of the technology employed. It will be appreciated by a person skilled in the art that the scope of the invention as referred to in the present application is not limited to the embodiments with a specific combination of the above-mentioned features, but also covers other embodiments with any combination of the above-mentioned features or their equivalents without departing from the inventive concept. For example, the above features may be replaced with (but not limited to) features having similar functions disclosed in the present application.
Claims (10)
1. A message pushing method, comprising:
the application server determines a plurality of message contents to be pushed;
the application server determines at least one grouping message corresponding to at least one regional server based on the plurality of message contents;
the application server sends each grouping message to a region server corresponding to the grouping message;
and for each region server, after receiving a calling request sent by a user terminal, determining whether to send the message content in the grouping message to the user terminal based on the calling request.
2. The method of claim 1, wherein the determining, by the application server, the at least one group message corresponding to the at least one zone server based on the plurality of message contents comprises:
for each region server, the application server screens at least one message content matched with the region server from the plurality of message contents, and generates a group message corresponding to the region server.
3. The method as claimed in claim 2, wherein the application server filters at least one message content matching the region server from the plurality of message contents, and generates the group message corresponding to the region server, including:
determining a subscription message corresponding to each user account in at least one user terminal accessed to the region server within a preset period;
screening out at least one message content corresponding to the message attribute in each subscription message from the plurality of message contents;
and packaging at least one message content, distributing a region number corresponding to the region server, and generating a packet message corresponding to the region server.
4. The method according to claim 1, wherein the determining whether to send the message content in the packet message to the user terminal based on the invocation request comprises:
judging whether the user terminal is an authorized terminal or not based on the calling request;
if yes, determining message content corresponding to the user terminal in the packet message;
and sending the message content corresponding to the user terminal so as to enable the user terminal to display the message content.
5. The method according to claim 4, wherein the invoking request includes a terminal identifier and a user account of the user terminal, and the determining whether the user terminal is an authorized terminal based on the invoking request includes:
comparing the terminal identification and the user account with at least one group of terminal identification and user account in a pre-stored user information table;
if the comparison is successful, determining the message attribute in the subscription message corresponding to the user account;
and if the message content corresponding to the message attribute exists in the grouped message, determining that the user terminal is an authorized terminal.
6. The method of claim 5, wherein the determining the message content corresponding to the user terminal in the packet message comprises:
determining message content corresponding to the message attribute in the grouped message;
and determining the message content as the message content corresponding to the user terminal.
7. The method of claim 1, wherein the application server is connected to each regional server via a regional dedicated line, and the application server sends each of the group messages to the regional server corresponding to the group message via the regional dedicated line.
8. The method of claim 3, wherein the sending, by the application server, each of the group messages to a zone server corresponding to the group message comprises:
for each group message, reading a region number in each group message;
determining a region server corresponding to the region number;
and sending the grouping message to the region server.
9. The method according to any one of claims 1-8, wherein the determining the message content to be pushed comprises:
determining whether at least two message contents with the same message attribute are acquired within a preset time length;
and if so, combining the at least two message contents into a batch message, and determining the batch message as the message content to be pushed.
10. A message push system, comprising: an application server, at least one zone server and at least one user terminal,
the application server is used for determining a plurality of message contents to be pushed, determining at least one group message corresponding to at least one region server based on the plurality of message contents, and sending each group message to the region server corresponding to the group message;
the region server is used for receiving the grouping message sent by the application server, and for each region server, after receiving a calling request sent by the user terminal, determining whether to send the message content in the grouping message to the user terminal based on the calling request.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011210174.2A CN114531481A (en) | 2020-11-03 | 2020-11-03 | Message pushing method and system |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202011210174.2A CN114531481A (en) | 2020-11-03 | 2020-11-03 | Message pushing method and system |
Publications (1)
Publication Number | Publication Date |
---|---|
CN114531481A true CN114531481A (en) | 2022-05-24 |
Family
ID=81618565
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202011210174.2A Pending CN114531481A (en) | 2020-11-03 | 2020-11-03 | Message pushing method and system |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN114531481A (en) |
Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104468649A (en) * | 2013-09-16 | 2015-03-25 | 北大方正集团有限公司 | Server, terminal, data pushing system and data pushing method |
KR20150143202A (en) * | 2014-06-13 | 2015-12-23 | 에스케이텔레콤 주식회사 | Method for processing packet of local domain, apparatus for the same |
CN106549857A (en) * | 2016-11-30 | 2017-03-29 | 济南中维世纪科技有限公司 | A kind of method and system of trans-regional PUSH message |
CN109246220A (en) * | 2018-09-19 | 2019-01-18 | 南方科技大学 | Message pushing system and method |
CN110401840A (en) * | 2018-07-26 | 2019-11-01 | 腾讯科技(深圳)有限公司 | Information push method, device, system, electronic equipment and computer-readable medium |
-
2020
- 2020-11-03 CN CN202011210174.2A patent/CN114531481A/en active Pending
Patent Citations (5)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
CN104468649A (en) * | 2013-09-16 | 2015-03-25 | 北大方正集团有限公司 | Server, terminal, data pushing system and data pushing method |
KR20150143202A (en) * | 2014-06-13 | 2015-12-23 | 에스케이텔레콤 주식회사 | Method for processing packet of local domain, apparatus for the same |
CN106549857A (en) * | 2016-11-30 | 2017-03-29 | 济南中维世纪科技有限公司 | A kind of method and system of trans-regional PUSH message |
CN110401840A (en) * | 2018-07-26 | 2019-11-01 | 腾讯科技(深圳)有限公司 | Information push method, device, system, electronic equipment and computer-readable medium |
CN109246220A (en) * | 2018-09-19 | 2019-01-18 | 南方科技大学 | Message pushing system and method |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US11521176B2 (en) | Service flow system and service data processing method and apparatus | |
US8972502B2 (en) | Apparatus and method for managing user chat experiences with businesses | |
CN106549988B (en) | Group joining method, device and system | |
WO2021237433A1 (en) | Message pushing method and apparatus, and electronic device and computer-readable medium | |
US9961125B2 (en) | Messaging API over HTTP protocol to establish context for data exchange | |
US20230087220A1 (en) | Data processing method and apparatus based on instant messaging, device, and storage medium | |
CN104796561A (en) | Agent distribution method, CTI (Computer Telephony Integration) equipment, terminal and agent distribution system | |
CN111988387B (en) | Interface request processing method, device, equipment and storage medium | |
CN111541555A (en) | Group chat optimization method and related product | |
CN110049031A (en) | A kind of interface security authentication method and server, authentication center's server | |
CN112866421A (en) | Intelligent contract operation method and device based on distributed cache and NSQ | |
CN111427703A (en) | Industrial data real-time display method and system | |
CN116996421B (en) | Network quality detection method and related equipment | |
CN112651044B (en) | Business transaction method, system and storage medium based on block chain technology | |
CN110708309A (en) | Anti-crawler system and method | |
CN111651425B (en) | Data extraction method, device, terminal and storage medium of data mart | |
CN114531481A (en) | Message pushing method and system | |
CN105592084A (en) | Multi-enterprise multi-user shake switching presentation and interaction method oriented to service information | |
US20140047014A1 (en) | Network access system | |
CN106912032B (en) | Information processing method, system, client and server | |
CN116980526A (en) | Method, device and equipment for realizing multi-channel queuing machine applied to converged communication | |
CN110995890A (en) | Domain name request scheduling method and device | |
CN114928608B (en) | Method, device, equipment and storage medium for processing multimedia resources | |
CN115580580B (en) | Flow control method, flow control device, and computer-readable storage medium | |
CN108650224B (en) | Password distribution method and data forwarding system thereof |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination |