CN110708234A - Message transmission processing method, message transmission processing device and storage medium - Google Patents

Message transmission processing method, message transmission processing device and storage medium Download PDF

Info

Publication number
CN110708234A
CN110708234A CN201910909481.0A CN201910909481A CN110708234A CN 110708234 A CN110708234 A CN 110708234A CN 201910909481 A CN201910909481 A CN 201910909481A CN 110708234 A CN110708234 A CN 110708234A
Authority
CN
China
Prior art keywords
message
sending
sent
condition
message transmission
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201910909481.0A
Other languages
Chinese (zh)
Other versions
CN110708234B (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.)
SHENZHEN STOCK EXCHANGE
Original Assignee
SHENZHEN STOCK EXCHANGE
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 SHENZHEN STOCK EXCHANGE filed Critical SHENZHEN STOCK EXCHANGE
Priority to CN201910909481.0A priority Critical patent/CN110708234B/en
Publication of CN110708234A publication Critical patent/CN110708234A/en
Application granted granted Critical
Publication of CN110708234B publication Critical patent/CN110708234B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail
    • H04L51/04Real-time or near real-time messaging, e.g. instant messaging [IM]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L51/00User-to-user messaging in packet-switching networks, transmitted according to store-and-forward or real-time protocols, e.g. e-mail

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention discloses a processing method for message sending, which comprises the following steps: when detecting that a message to be sent exists, acquiring a message sending attribute, wherein the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition and the batch sending thread state; identifying whether the message sending attribute meets a preset condition, wherein the preset condition comprises at least one of the message sending times being more than a preset time, the current network condition being in a normal state and the batch sending thread state being in an idle state; when the message sending attribute meets the preset condition, sending the messages to be sent one by one; and when the message sending attribute does not meet the preset condition, sending the messages to be sent in batch. The invention also discloses a message sending processing device and a computer readable storage medium. The invention realizes the optimization of the message sending capability of the system.

Description

Message transmission processing method, message transmission processing device and storage medium
Technical Field
The present invention relates to the field of data processing technologies, and in particular, to a message sending processing method, a message sending processing apparatus, and a computer-readable storage medium.
Background
In the network era, the transmission of messages is a crucial link, and in various systems, throughput and delay are very important indexes for measuring message sending capability. At present, if a system adopts a scheme of sending messages immediately, although the time delay of message sending can be reduced, the throughput rate of message processing can be affected; however, the scheme of bulk message transmission can improve the throughput rate, but also increase the message transmission delay. These are detrimental to the system's handling of message transmissions.
The above is only for the purpose of assisting understanding of the technical aspects of the present invention, and does not represent an admission that the above is prior art.
Disclosure of Invention
The invention mainly aims to provide a message sending processing method, a message sending processing device and a computer readable storage medium, which realize optimization of message sending capacity of a system.
In order to achieve the above object, the present invention provides a message sending processing method, which includes the following steps:
when detecting that a message to be sent exists, acquiring a message sending attribute, wherein the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition and the batch sending thread state;
identifying whether the message sending attribute meets a preset condition, wherein the preset condition comprises at least one of the message sending times being more than a preset time, the current network condition being in a normal state and the batch sending thread state being in an idle state;
when the message sending attribute meets the preset condition, sending the messages to be sent one by one;
and when the message sending attribute does not meet the preset condition, sending the messages to be sent in batch.
Optionally, when the current network condition does not satisfy the network abnormal condition, determining that the current network condition is in a normal state;
wherein the network exception condition comprises at least one of:
the current network condition is in a network congestion state;
and the data transmission rate in the current network condition is less than a preset rate.
Optionally, the processing method for message sending further includes:
when the current network condition is in a network congestion state, reducing the data transmission rate;
and executing the step of sending the messages to be sent in batch.
Optionally, every other preset duration, the number of times the message can be sent is cumulatively increased by one; the number of times the message can be sent is cumulatively decreased by one each time the message is sent.
Optionally, the processing method for message sending further includes:
when the current network condition is in a network congestion state, increasing the preset time length;
and executing the step of sending the messages to be sent in batch.
Optionally, the message sending attribute further includes the number of messages to be sent;
the preset condition further includes that the number of the messages to be sent is smaller than a preset number.
In order to achieve the above object, the present invention further provides a message transmission processing apparatus, including:
the message sending processing device comprises a memory, a processor and a message sending processing program which is stored on the memory and can run on the processor, and the message sending processing program realizes the steps of the message sending processing method when being executed by the processor.
To achieve the above object, the present invention further provides a computer-readable storage medium, on which a message transmission processing program is stored, and the message transmission processing program, when executed by a processor, implements the steps of the message transmission processing method as described above.
According to the message sending processing method, the message sending processing device and the computer readable storage medium, when the message to be sent is detected to exist, the message sending attribute is obtained, wherein the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition and the batch sending thread state; identifying whether the message sending attribute meets a preset condition, wherein the preset condition comprises at least one of the message sending times being more than a preset time, the current network condition being in a normal state and the batch sending thread state being in an idle state; when the message sending attribute meets the preset condition, sending the messages to be sent one by one; and when the message sending attribute does not meet the preset condition, sending the messages to be sent in batch. Therefore, the intelligent switching between the two modes of instant message sending and batch message sending is carried out, so that the low time delay and high throughput of message sending are ensured, and the optimization of the message sending capability of the system is realized.
Drawings
Fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention;
FIG. 2 is a flowchart illustrating a first embodiment of a message sending processing method according to the present invention;
fig. 3 is a flowchart illustrating a message sending processing method according to a second embodiment of the present invention.
The implementation, functional features and advantages of the objects of the present invention will be further explained with reference to the accompanying drawings.
Detailed Description
It should be understood that the specific embodiments described herein are merely illustrative of the invention and are not intended to limit the invention.
The invention provides a message sending processing method, which ensures low time delay and high throughput of message sending and realizes optimization of message sending capability of a system by intelligently switching between a message instant sending mode and a message batch sending mode.
As shown in fig. 1, fig. 1 is a schematic diagram of a hardware operating environment of a terminal according to an embodiment of the present invention;
the terminal of the embodiment of the invention can be a processing device for sending the message, and also can be an information system or a server.
As shown in fig. 1, the terminal may include: a processor 1001, such as a Central Processing Unit (CPU), a memory 1002, and a communication bus 1003. The communication bus 1003 is used for implementing connection communication between the components in the terminal. The memory 1002 may be a random-access memory (RAM) or a non-volatile memory (non-volatile memory), such as a disk memory. The memory 1002 may alternatively be a storage device separate from the processor 1001.
Those skilled in the art will appreciate that the configuration of the terminal shown in fig. 1 is not intended to be limiting of the terminal of embodiments of the present invention and may include more or less components than those shown, or some components may be combined, or a different arrangement of components.
As shown in fig. 1, a processing program for message transmission may be included in the memory 1002 as a kind of computer storage medium.
In the terminal shown in fig. 1, the processor 1001 may be configured to invoke a message transmission handler stored in the memory 1002 and perform the following operations:
when detecting that a message to be sent exists, acquiring a message sending attribute, wherein the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition and the batch sending thread state;
identifying whether the message sending attribute meets a preset condition, wherein the preset condition comprises at least one of the message sending times being more than a preset time, the current network condition being in a normal state and the batch sending thread state being in an idle state;
when the message sending attribute meets the preset condition, sending the messages to be sent one by one;
and when the message sending attribute does not meet the preset condition, sending the messages to be sent in batch.
Further, the processor 1001 may call a message sending handler stored in the memory 1002, and further perform the following operations:
when the current network condition does not meet the network abnormal condition, judging that the current network condition is in a normal state;
wherein the network exception condition comprises at least one of:
the current network condition is in a network congestion state;
and the data transmission rate in the current network condition is less than a preset rate.
Further, the processor 1001 may call a message sending handler stored in the memory 1002, and further perform the following operations:
when the current network condition is in a network congestion state, reducing the data transmission rate;
and executing the step of sending the messages to be sent in batch.
Further, the processor 1001 may call a message sending handler stored in the memory 1002, and further perform the following operations:
every other preset time length, the number of times the message can be sent is accumulated and increased by one; the number of times the message can be sent is cumulatively decreased by one each time the message is sent.
Further, the processor 1001 may call a message sending handler stored in the memory 1002, and further perform the following operations:
when the current network condition is in a network congestion state, increasing the preset time length;
and executing the step of sending the messages to be sent in batch.
Further, the processor 1001 may call a message sending handler stored in the memory 1002, and further perform the following operations:
the message sending attribute also comprises the number of messages to be sent;
the preset condition further includes that the number of the messages to be sent is smaller than a preset number.
Referring to fig. 2, in an embodiment, the processing method for message sending includes:
step S10, when detecting that there is a message to be sent, obtaining a message sending attribute, where the message sending attribute includes at least one of a number of times the message can be sent, a current network condition, and a batch sending thread state.
In this embodiment, the terminal in this embodiment may be a processing device for message transmission, or may be an information system or a server. The following description will be given taking an example in which the terminal is a processing device for message transmission.
Optionally, when the system generates a message to be sent, the generated message is stored in the buffer. The terminal can detect whether the message to be sent exists in the buffer area in real time or at regular time.
Optionally, the message sending attribute comprises at least one of a number of times the message can be sent, a current network condition, and a bulk sending thread state.
Optionally, the terminal is provided with a token bucket, and generates a token every preset time length and puts the token into the token bucket, and each time a message is sent, the token in the token bucket needs to be consumed (no matter whether the message is sent one by one or the message is sent in batch, each time the message is sent, one token needs to be consumed). The token number in the token bucket corresponds to the message sending times, and the message sending times are added by one at intervals of preset duration; the number of times a message can be sent is cumulatively decreased by one for each message sent.
Optionally, the terminal is provided with a network monitor to detect the current network condition. It is possible to detect whether the current network condition is in a network congestion state, a data transmission rate in the current network condition, whether a network device is malfunctioning, a reception rate of a message recipient, and the like.
Optionally, the terminal is provided with a message batch sending thread, when a specific message needing to be sent in batch is generated in the system (or a batch message is currently sent), and/or when the number of messages to be sent in the buffer area is greater than or equal to a preset number, the terminal enables the message batch sending thread to send messages in batch, and at this time, the state of the batch sending thread is in an enabled state. The terminal can obtain the number of messages to be sent by counting the number of the messages in the cache region, and the preset number can be preset by an engineer according to the actual message sending requirement; when the number of the messages to be sent is greater than or equal to the preset number, the terminal can pack the messages to be sent in the cache region to generate a data packet, so as to send the messages in the cache region in batch. Correspondingly, when the batch sending thread state is not in the enabled state, the batch sending thread state is in an idle state (that is, no specific message needing batch sending is generated in the system, or the number of messages to be sent is less than the preset number).
Optionally, when detecting that there is a message to be sent, the terminal acquires a message sending attribute. The message sending attribute may further include the number of messages to be sent. Namely, the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition, the number of messages to be sent and the batch sending thread state.
Optionally, the message sending attribute includes the number of times the message can be sent, the current network condition, and the batch sending thread state.
And step S20, identifying whether the message sending attribute meets the preset condition.
Optionally, the preset condition includes at least one of that the number of times the message can be sent is greater than a preset number of times, that the current network condition is in a normal state, and that the batch sending thread state is in an idle state.
Optionally, when the message sending attribute includes the number of messages to be sent, the preset condition includes at least one of that the number of times the message can be sent is greater than a preset number of times, the current network condition is in a normal state, the number of messages to be sent is less than a preset number, and the batch sending thread state is in an idle state.
Optionally, when the terminal acquires the message sending attribute, identifying whether the message sending attribute meets a preset condition. When the number of times that the message can be sent is greater than the preset number of times, judging that the message sending attribute meets the preset condition; and when the number of times of message sending is less than or equal to the preset number of times, judging that the message sending attribute does not meet the preset condition. The preset times can be preset by an engineer according to the actual message sending requirement, and can be selected as 0.
Optionally, when the current network condition is in a normal state, determining that the message sending attribute meets a preset condition; and when the current network condition is in an abnormal state, judging that the message sending attribute does not meet the preset condition. When the current network condition does not meet the network abnormal condition, judging that the current network condition is in a normal state; and when the current network condition meets the network abnormal condition, judging that the current network condition is in an abnormal state.
Optionally, the network exception condition comprises at least one of: the current network condition is in a network congestion state; and the data transmission rate in the current network condition is less than a preset rate. When the current network condition is in a network congestion state and/or the data transmission rate in the current network condition is less than a preset rate, judging that the current network condition meets the network abnormal condition; otherwise, judging that the current network condition does not meet the network abnormal condition (namely the current network condition is in a normal condition). It should be noted that the preset rate may be preset by an engineer according to an actual message sending requirement, and when the data transmission rate is smaller than the preset rate, it is characterized that the network transmission condition is poor.
Optionally, when the batch sending thread state is in an idle state, determining that the message sending attribute meets a preset condition; and when the batch sending thread state is in the starting state, judging that the message sending attribute does not meet the preset condition.
Optionally, when the number of messages to be sent is less than a preset number, determining that the message sending attribute meets a preset condition; and when the number of the messages to be sent is greater than or equal to the preset number, judging that the message sending attribute does not meet the preset condition.
Optionally, when the number of times that the message can be sent is greater than the preset number of times, the current network condition is in a normal state, and the batch sending thread state is in an idle state, determining that the message sending attribute meets the preset condition; otherwise, judging that the message sending attribute does not meet the preset condition.
And step S30, when the message sending attribute meets the preset condition, sending the messages to be sent one by one.
Optionally, when it is determined that the message sending attribute meets the preset condition, the terminal sends the messages to be sent one by one, that is, immediately sends the messages, and as long as a message arrives, the terminal immediately enters a queue for sending messages one by one without considering batch sending of the messages. This may result in less message transmission delay.
And step S40, when the message sending attribute does not meet the preset condition, the messages to be sent are sent in batch.
Optionally, when it is determined that the message sending attribute does not satisfy the preset condition, the terminal may send the messages in the cache area in batch. When the messages are sent in batch, the terminal can obtain a preset number of messages to be sent from the messages in the buffer area and package the messages into a data packet, and the data packet is sent when one data packet is generated; and/or the terminal can obtain the messages with the quantity less than or equal to the preset quantity from the buffer area at regular time and package the messages into a data packet, so that the messages are sent in batch at regular time. Therefore, network resources can be efficiently utilized as much as possible, frequent sending of frequent messages is avoided, and message processing throughput is improved.
Therefore, by utilizing the advantages of low message immediate transmission delay and high message batch transmission throughput rate, the automatic switching between the message immediate transmission mode (one-by-one transmission of messages) and the batch transmission mode is realized, the immediate transmission mode ensures the message transmission delay, the batch transmission mode ensures the message processing throughput, and the intelligent message packing algorithm with low delay and high throughput is realized. The method can not only meet a large number of message sending functions, but also avoid the reduction of the throughput rate due to frequent message sending, ensure the low time delay and high throughput of message sending, and realize the optimization of the message sending capability of the system.
In a second embodiment, as shown in fig. 3, on the basis of the embodiment shown in fig. 2, after the step of identifying whether the message sending attribute satisfies the preset condition, the method further includes:
and step S41, when the message sending attribute does not meet the preset condition and the current network condition is in the network congestion state, reducing the data transmission rate in the current network condition.
And step S42, sending the messages to be sent in batch.
In this embodiment, the terminal may further detect whether the current network condition is in the network congestion state when it is determined that the message sending attribute does not satisfy the preset condition, and reduce the data transmission rate in the current network condition when it is detected that the current network condition is in the network congestion state.
Optionally, the terminal may also determine that the current network condition is in an abnormal state when detecting that the current network condition is in a network congestion state, further determine that the message sending attribute does not satisfy the preset condition, and simultaneously reduce the data transmission rate in the current network condition.
Optionally, before reducing the data transmission rate in the current network condition, the terminal may first detect whether the data transmission rate is less than a preset rate; and reducing the data transmission rate in the current network situation when the data transmission rate is greater than or equal to a preset rate, so that the data transmission rate is below a preset number, otherwise, not reducing the data transmission rate.
Alternatively, the terminal may adjust the data transmission parameters of the system to achieve a reduction in the data transmission rate. Such as adjusting transmission code rate, bandwidth, etc.
Optionally, the terminal may decrease the data transmission rate by increasing the generation duration of the token, that is, when the current network condition is in the network congestion state, increasing the preset duration.
Optionally, after the data transmission rate is reduced, the step of sending the messages to be sent in batch is executed.
Optionally, after the data transmission rate is reduced, when the terminal detects that the current network condition is no longer in the network congestion state, the data transmission rate is restored to the rate corresponding to the rate before the rate reduction.
Therefore, the terminal can adjust the data transmission rate according to the congestion state of the network by receiving the feedback of network monitoring, and when the network congestion state occurs, the data transmission rate is reduced, so that more time is reserved for the buffer area to buffer the message to be sent, the network resource utilization efficiency is higher, and the message processing throughput is further improved.
The present invention also provides a message transmission processing device, which includes a memory, a processor, and a message transmission processing program stored in the memory and operable on the processor, and the processor implements the steps of the message transmission processing method according to the above embodiment when executing the message transmission processing program.
Furthermore, the present invention also provides a computer-readable storage medium, which includes a message transmission processing program, and when the message transmission processing program is executed by a processor, the steps of the message transmission processing method according to the above embodiment are implemented.
The above-mentioned serial numbers of the embodiments of the present invention are merely for description and do not represent the merits of the embodiments.
Through the above description of the embodiments, those skilled in the art will clearly understand that the method of the above embodiments can be implemented by software plus a necessary general hardware platform, and certainly can also be implemented by hardware, but in many cases, the former is an alternative embodiment. Based on such understanding, the technical solution of the present invention may be embodied in the form of a software product, which is stored in a storage medium (e.g., ROM/RAM, magnetic disk, optical disk) as described above and includes instructions for enabling a terminal device (e.g., a television, a mobile phone, a computer, a server, an air conditioner, or a network device) to execute the method according to the embodiments of the present invention.
The above description is only an alternative embodiment of the present invention, and not intended to limit the scope of the present invention, and all modifications of equivalent structures and equivalent processes, which are made by using the contents of the present specification and the accompanying drawings, or directly or indirectly applied to other related technical fields, are included in the scope of the present invention.

Claims (8)

1. A message transmission processing method is characterized by comprising the following steps:
when detecting that a message to be sent exists, acquiring a message sending attribute, wherein the message sending attribute comprises at least one of the number of times the message can be sent, the current network condition and the batch sending thread state;
identifying whether the message sending attribute meets a preset condition, wherein the preset condition comprises at least one of the message sending times being more than a preset time, the current network condition being in a normal state and the batch sending thread state being in an idle state;
when the message sending attribute meets the preset condition, sending the messages to be sent one by one;
and when the message sending attribute does not meet the preset condition, sending the messages to be sent in batch.
2. The message transmission processing method according to claim 1, wherein when the current network condition does not satisfy the network abnormal condition, it is determined that the current network condition is in a normal state;
wherein the network exception condition comprises at least one of:
the current network condition is in a network congestion state;
and the data transmission rate in the current network condition is less than a preset rate.
3. The method of processing message transmission according to claim 2, wherein the method of processing message transmission further comprises:
when the current network condition is in a network congestion state, reducing the data transmission rate;
and executing the step of sending the messages to be sent in batch.
4. A message transmission processing method according to any of claims 1-3, characterized in that every preset duration, the number of times the message can be transmitted is cumulatively increased by one; the number of times the message can be sent is cumulatively decreased by one each time the message is sent.
5. The method of processing message transmission according to claim 4, wherein the method of processing message transmission further comprises:
when the current network condition is in a network congestion state, increasing the preset time length;
and executing the step of sending the messages to be sent in batch.
6. The message transmission processing method according to claim 1, wherein the message transmission attribute further includes a number of messages to be transmitted;
the preset condition further includes that the number of the messages to be sent is smaller than a preset number.
7. A message transmission processing apparatus, characterized in that the message transmission processing apparatus comprises a memory, a processor and a message transmission processing program stored on the memory and operable on the processor, and when executed by the processor, the message transmission processing program implements the steps of the message transmission processing method according to any one of claims 1 to 6.
8. A computer-readable storage medium, characterized in that a message transmission processing program is stored on the computer-readable storage medium, which when executed by a processor implements the steps of the message transmission processing method according to any one of claims 1 to 6.
CN201910909481.0A 2019-09-24 2019-09-24 Message transmission processing method, message transmission processing device and storage medium Active CN110708234B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201910909481.0A CN110708234B (en) 2019-09-24 2019-09-24 Message transmission processing method, message transmission processing device and storage medium

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201910909481.0A CN110708234B (en) 2019-09-24 2019-09-24 Message transmission processing method, message transmission processing device and storage medium

Publications (2)

Publication Number Publication Date
CN110708234A true CN110708234A (en) 2020-01-17
CN110708234B CN110708234B (en) 2022-05-17

Family

ID=69196339

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201910909481.0A Active CN110708234B (en) 2019-09-24 2019-09-24 Message transmission processing method, message transmission processing device and storage medium

Country Status (1)

Country Link
CN (1) CN110708234B (en)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114244792A (en) * 2020-09-09 2022-03-25 中国联合网络通信集团有限公司 Message sending method and device, and message display method and device
CN115277595A (en) * 2022-07-26 2022-11-01 深圳证券通信有限公司 Data sending method and related device
CN116170385A (en) * 2023-04-21 2023-05-26 四川汉科计算机信息技术有限公司 Gateway information forwarding system, method, equipment and storage medium

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815034A (en) * 2010-03-26 2010-08-25 迈普通信技术股份有限公司 Intertask message sending method and communication apparatus
US20180077072A1 (en) * 2011-06-10 2018-03-15 Comcast Cable Communications, Llc Quality of service in packet networks
CN109219942A (en) * 2016-06-30 2019-01-15 英特尔公司 Massage pattern control
CN109802895A (en) * 2017-11-16 2019-05-24 阿里巴巴集团控股有限公司 Data processing system, method and token management method
CN110061924A (en) * 2019-04-18 2019-07-26 东软集团股份有限公司 A kind of message forwarding method, device and Related product

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101815034A (en) * 2010-03-26 2010-08-25 迈普通信技术股份有限公司 Intertask message sending method and communication apparatus
US20180077072A1 (en) * 2011-06-10 2018-03-15 Comcast Cable Communications, Llc Quality of service in packet networks
CN109219942A (en) * 2016-06-30 2019-01-15 英特尔公司 Massage pattern control
CN109802895A (en) * 2017-11-16 2019-05-24 阿里巴巴集团控股有限公司 Data processing system, method and token management method
CN110061924A (en) * 2019-04-18 2019-07-26 东软集团股份有限公司 A kind of message forwarding method, device and Related product

Cited By (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114244792A (en) * 2020-09-09 2022-03-25 中国联合网络通信集团有限公司 Message sending method and device, and message display method and device
CN114244792B (en) * 2020-09-09 2023-07-25 中国联合网络通信集团有限公司 Message sending method and device and message display method and device
CN115277595A (en) * 2022-07-26 2022-11-01 深圳证券通信有限公司 Data sending method and related device
CN116170385A (en) * 2023-04-21 2023-05-26 四川汉科计算机信息技术有限公司 Gateway information forwarding system, method, equipment and storage medium

Also Published As

Publication number Publication date
CN110708234B (en) 2022-05-17

Similar Documents

Publication Publication Date Title
CN110708234B (en) Message transmission processing method, message transmission processing device and storage medium
CN109905259B (en) Communication connection maintaining method, system and related equipment
CN107204875B (en) Data reporting link monitoring method and device, electronic equipment and storage medium
US20080077931A1 (en) Load distributing apparatus
CN107017911B (en) Wireless communication device and control method thereof
CN110784415B (en) ECN quick response method and device
EP3148156A1 (en) Sending method and apparatus and computer storage medium of notification message
CN102611630B (en) A kind of message acceptance control method and system
CN111147573A (en) Data transmission method and device
CN111538572A (en) Task processing method, device, scheduling server and medium
CN106570011B (en) Distributed crawler URL seed distribution method, scheduling node and capturing node
KR101540494B1 (en) Network message management device and methods thereof
CN107566291B (en) Multicast transmission method, device, electronic equipment and storage medium
CN113055493B (en) Data packet processing method, device, system, scheduling device and storage medium
CN102420753B (en) Automatic protection switching (APS) protocol state transition method and device
CN115442177A (en) Data communication method and device of CAN (controller area network)
CN111556043B (en) Message processing method, device, system, equipment and readable storage medium
US20220283990A1 (en) Method for configuring priority level, cloud platform, system, computing device, and medium
CN106559351B (en) Message processing method, SDN controller and network element
CN112866133A (en) Method and device for acquiring MSS (maximum segment size) in common
WO2022199306A1 (en) A method of processing an incoming service request by a first network function, nf, instance, as well as the corresponding network functions
JP5965720B2 (en) Mail system
US20230110771A1 (en) Electronic device for processing massive data in open radio access network and operation method thereof
CN113535426B (en) Message issuing optimization method and server
JP2004260562A (en) Method and device for transmitting and receiving packet

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
GR01 Patent grant
GR01 Patent grant