WO2012174838A1 - Method and system of parallel transmitting network element messages - Google Patents

Method and system of parallel transmitting network element messages Download PDF

Info

Publication number
WO2012174838A1
WO2012174838A1 PCT/CN2011/084412 CN2011084412W WO2012174838A1 WO 2012174838 A1 WO2012174838 A1 WO 2012174838A1 CN 2011084412 W CN2011084412 W CN 2011084412W WO 2012174838 A1 WO2012174838 A1 WO 2012174838A1
Authority
WO
WIPO (PCT)
Prior art keywords
command
network element
client
server
commands
Prior art date
Application number
PCT/CN2011/084412
Other languages
French (fr)
Chinese (zh)
Inventor
张斌
Original Assignee
中兴通讯股份有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 中兴通讯股份有限公司 filed Critical 中兴通讯股份有限公司
Publication of WO2012174838A1 publication Critical patent/WO2012174838A1/en

Links

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L41/00Arrangements for maintenance, administration or management of data switching networks, e.g. of packet switching networks

Definitions

  • FIG. 2 is a schematic diagram of a method for concurrent processing of network element messages in a specific embodiment.
  • the server uses the sending thread to send a command to the network element, it sends a command and receives the response, and then sends the next command.
  • the present invention can improve the transmission efficiency of the network element message, ensure the logical sequence of the network element command, and return the execution result to the returning client in a synchronous manner, thereby improving the accuracy and efficiency of the execution result feedback.

Abstract

Disclosed in the present invention are a network element (NE) messages parallel transmitting method and system. The method comprises: the client transmits a command for one or more target NEs to the server. After the server receives the client's commands, the server groups the commands by the target NE, and transmits the commands of each NE group by a separate thread. This subject matter can improve the efficiency of NE messages transmission, and ensure the logic order of NE commands, and then return the implementing results to the client by synchronous fashion so as to increase the accuracy and efficiency of the implementing results feedback.

Description

一种网元消息并发处理方法及系统  Network element message concurrent processing method and system
技术领域 Technical field
本发明涉及电信网管系统, 尤其涉及电信网中一种网元消息并发处理方 法及系统。  The present invention relates to a telecommunications network management system, and more particularly to a method and system for concurrent processing of network element messages in a telecommunications network.
背景技术 Background technique
在信息化社会中, 电信系统作为信息化社会的骨架支撑起了整个社会的 信息化网络。 网管系统是电信系统的重要组成部分, 管理着由大量基站构成 的通信网络。  In the information society, the telecommunication system as the skeleton of the information society has supported the information network of the whole society. The network management system is an important part of the telecommunication system and manages a communication network composed of a large number of base stations.
网管系统与基站间需要依赖各种通讯协议进行消息的发送。 例如版本文 件的下载和查询, 复位基站等命令的下发, 告警信息上报等。  The network management system and the base station need to rely on various communication protocols to send messages. For example, downloading and querying the version file, resetting the command of the base station, and reporting the alarm information.
由于网管系统管理着数量庞大的基站,因此消息的数量也是非常巨大的。 为了提高消息的发送效率, 网管系统一般会釆用多线程的方式进行发送。 目 前网管系统中的并发发送方式存在以下几点缺陷:  Since the network management system manages a large number of base stations, the number of messages is also very large. In order to improve the efficiency of sending messages, the network management system generally uses a multi-threaded method to transmit. The concurrent transmission methods in the current network management system have the following defects:
直接将接收到的命令均放入共享线程池中, 针对相同网元的命令釆用并 行发送的方式。  The received commands are directly put into the shared thread pool, and the commands for the same network element are sent in parallel.
客户端每次只能发送一个命令给服务端进行处理。 虽然发送的过程是非 阻塞的, 但由于客户端和服务端可能并不部署在一起, 会增加系统的通讯开 销。  The client can only send one command to the server for processing at a time. Although the process of sending is non-blocking, it may increase the communication overhead of the system because the client and server may not be deployed together.
服务端对命令的执行结果只能使用以异步方式返回, 这种返回方式的实 现难度大于同步返回, 且效率低于同步返回。 发明内容  The execution result of the command on the server can only be returned in an asynchronous manner. This return mode is more difficult to implement than the synchronous return, and the efficiency is lower than the synchronous return. Summary of the invention
本发明要解决的技术问题是提供一种网元消息并发处理方法及系统, 提 高网元消息的发送效率。  The technical problem to be solved by the present invention is to provide a method and system for processing a network element message concurrently, which improves the transmission efficiency of the network element message.
为了解决上述问题, 本发明提供一种网元消息并发处理方法, 包括: 客户端将针对一个或多个目标网元的命令发送至服务端; 以及 所述服务端收到所述客户端的命令后, 将所述命令按目标网元分组, 分 别使用单独发送线程发送各网元组的命令。 In order to solve the above problem, the present invention provides a method for concurrent processing of network element messages, including: The client sends a command for one or more target network elements to the server; and after receiving the command from the client, the server groups the commands according to the target network element, and separately sends the network by using a separate sending thread. Tuple command.
发送各网元组的命令的步骤包括:所述服务端在发送一网元组的命令时, 按照各命令的逻辑顺序发送。  The step of sending a command of each network element group includes: when the server sends a command of a network element group, the server sends the command according to the logical sequence of each command.
后, 统一向所述客户端返回应答响应。 After that, the response response is returned to the client uniformly.
发送各网元组的命令的步骤中, 所述服务端在使用发送线程发送一网元 组的命令时, 发送一命令并收到响应结果后, 再发送下一命令。  In the step of sending a command of each network element group, when the server sends a command by using a sending thread, the server sends a command and receives the response result, and then sends the next command.
客户端将针对一个或多个目标网元的命令发送至服务端的步骤中, 所述 客户端将针对同一目标网元的命令按逻辑顺序排列并发送。  The client sends a command for one or more target network elements to the server, and the client arranges and sends the commands for the same target network element in a logical order.
本发明还提供一种网元消息并发处理系统, 包括客户端和服务端, 其特 征在于, 所述服务端包括网元命令处理模块;  The present invention further provides a network element message concurrent processing system, including a client and a server, wherein the server includes a network element command processing module;
所述客户端设置成将针对一个或多个目标网元的命令发送至服务端; 所述网元命令处理模块设置成收到所述客户端的命令后, 将所述命令按 目标网元分组, 分别使用单独发送线程发送各网元组的命令。  The client is configured to send a command for one or more target network elements to the server; the network element command processing module is configured to, after receiving the command of the client, group the commands according to the target network element. The commands for each network element group are sent separately using separate sending threads.
所述网元命令处理模块是设置成: 在发送一网元组的命令时, 按照各命 令的逻辑顺序发送。  The network element command processing module is configured to: when transmitting a command of a network element group, send according to a logical sequence of each command.
所述网元命令处理模块还设置成: 在所有网元组的命令均发送完成并收 到响应后, 统一向所述客户端返回应答响应。  The network element command processing module is further configured to: after all the commands of the network element group are sent and received the response, return a response response to the client.
所述网元命令处理模块是设置成: 在使用发送线程发送一网元组的命令 时, 发送一命令并收到响应结果后, 再发送下一命令。  The network element command processing module is configured to: when using a sending thread to send a command of a network element group, send a command and receive a response result, and then send the next command.
所述客户端还设置成在向所述服务端发送命令时, 将针对同一目标网元 的命令按逻辑顺序排列。  The client is further arranged to arrange the commands for the same target network element in a logical order when a command is sent to the server.
本方案可以提高网元消息的发送效率, 保证网元命令的逻辑顺序, 同时 以同步方式对返回客户端返回执行结果,提高执行结果反馈的准确性和效率。 附图概述 The solution can improve the sending efficiency of the network element message, ensure the logical sequence of the network element command, and return the execution result to the returning client in a synchronous manner, thereby improving the accuracy and efficiency of the execution result feedback. BRIEF abstract
图 1是实施例中网元消息并发处理方法示意图;  1 is a schematic diagram of a method for concurrent processing of network element messages in an embodiment;
图 2是具体实施例中网元消息并发处理方法的示意图。 本发明的较佳实施方式  2 is a schematic diagram of a method for concurrent processing of network element messages in a specific embodiment. Preferred embodiment of the invention
实施例中, 网元消息并发处理系统包括客户端和服务端, 服务端包括网 元命令处理模块。  In an embodiment, the network element concurrent processing system includes a client and a server, and the server includes a network element command processing module.
客户端设置成将针对一个或多个目标网元的命令发送至服务端; 网元命令处理模块设置成: 收到所述客户端的命令后, 将所述命令按目 标网元分组, 分别使用单独发送线程发送各网元组的命令。  The client is configured to send a command for one or more target network elements to the server; the network element command processing module is configured to: after receiving the command of the client, group the commands according to the target network element, and separately use the separate The sending thread sends commands for each network element group.
上述系统釆用并行的方式向各网元并发消息, 可以提高网元消息的发送 效率。  The above system uses the parallel manner to concurrently send messages to each network element, which can improve the transmission efficiency of the network element message.
同一网元的命令由于有其内在的逻辑联系, 例如版本下载命令必须在版 本激活命令前执行, 若基站在版本还未下载完成就进行激活操作会导致错误 发生。 所以本系统中将同网元组的命令进行串行发送。 网元命令处理模块发 送网元组的命令时按照各命令的逻辑顺序发送。 具体地, 客户端设置成向服 务端发送命令时将同一网元的命令按逻辑顺序排列, 服务端处理时维持此顺 序即可。 上述处理方式可以保证网元命令的逻辑顺序, 保证命令执行顺序的 准确性, 防止产生命令执行的逻辑错误。  The command of the same network element has its inherent logical connection. For example, the version download command must be executed before the version activation command. If the base station performs the activation operation after the version has not been downloaded, an error will occur. Therefore, the commands of the same network tuple are serially transmitted in the system. When the NE command processing module sends a command for a network element group, it sends it according to the logical order of each command. Specifically, the client is configured to arrange the commands of the same network element in a logical order when the command is sent to the server, and the server maintains the sequence when processing. The above processing mode can ensure the logical sequence of the NE commands, ensure the accuracy of the command execution sequence, and prevent logic errors in command execution.
网元命令处理模块还设置成在所述客户端的所有网元组的命令均发送完 成并收到响应后, 统一向所述客户端返回应答响应。 上述处理方式釆用同步 返回的方式可以提高执行结果反馈的准确性和效率。  The network element command processing module is further configured to, after the commands of all the network element groups of the client are sent and received the response, return a response response to the client. The above processing method uses the synchronous return method to improve the accuracy and efficiency of the execution result feedback.
网元命令处理模块是设置成在使用发送线程发送一网元组的命令时, 发 送一命令并收到响应结果后, 再发送下一命令。  The network element command processing module is configured to send a command and send a response when the command to send a network element using the sending thread, and then send the next command.
如图 1所示, 网元消息并发处理方法包括: 客户端将针对一个或多个目 标网元的命令发送至服务端; 以及, 所述服务端收到所述客户端的命令后, 将所述命令按目标网元分组, 分别使用单独发送线程发送各网元组的命令。 服务端可以根据命令的逻辑地址信息进行分组即根据网元的标识进行分 组。 上述方法中釆用并发的方式向各网元发送消息, 可以提高网元消息的发 送效率。 As shown in FIG. 1, the method for concurrently processing a network element message includes: a client sends a command for one or more target network elements to a server; and, after receiving the command of the client, the server The commands are grouped by the target network element, and the commands of each network element group are sent by separate sending threads. The server can be grouped according to the logical address information of the command, that is, according to the identifier of the network element. In the foregoing method, a message is sent to each network element in a concurrent manner, which can improve the transmission efficiency of the network element message.
同一网元的命令由于有其内在的逻辑联系, 例如版本下载命令必须在版 本激活命令前执行, 若基站在版本还未下载完成就进行激活操作会导致错误 发生。所以本系统中服务端发送网元组的命令时按照各命令的逻辑顺序发送。  The command of the same network element has its inherent logical connection. For example, the version download command must be executed before the version activation command. If the base station performs the activation operation after the version has not been downloaded, an error will occur. Therefore, in the system, the server sends a command of the network element group according to the logical sequence of each command.
应用中, 客户端可以向服务端发送命令时将同一网元的命令按逻辑顺序 排列放到数组中一次性传给服务端, 服务端处理时维持此顺序即可。 例如, 针对同一网元的命令按照逻辑顺序放到同一个队列中。 这样每个队列中保存 了同一个网元的命令而且其逻辑顺序没有被改变。 上述处理方式可以保证网 元组命令的逻辑顺序, 保证命令执行顺序的准确性, 防止产生命令执行的逻 辑错误。  In the application, when the client sends a command to the server, the commands of the same network element are arranged in a logical order and transmitted to the server at one time, and the server maintains the order. For example, commands for the same network element are placed in the same queue in logical order. Thus, the commands of the same network element are saved in each queue and the logical order thereof is not changed. The above processing mode can ensure the logical sequence of the network element commands, ensure the accuracy of the command execution sequence, and prevent logic errors in command execution.
服务端在所述客户端的所有网元组的命令均发送完成并收到响应后, 统 一向所述客户端返回应答响应。 上述处理方式釆用同步返回的方式可以提高 执行结果反馈的准确性和效率。  After the server sends and responds to all the NE tuple commands of the client, the server returns a response to the client. The above processing method uses the synchronous return method to improve the accuracy and efficiency of the execution result feedback.
服务端使用发送线程发送一网元组的命令时, 发送一命令并收到响应结 果后, 再发送下一命令。  When the server uses the sending thread to send a command to the network element, it sends a command and receives the response, and then sends the next command.
具体实施例 Specific embodiment
如图 2所示, 在本具体实施例以用户对网元执行版本下载和版本激活命 令为例对本发明作详细的说明。  As shown in FIG. 2, in the specific embodiment, the present invention is described in detail by taking a user to perform a version download and a version activation command on a network element.
步骤 1: 用户在界面上选择 10个网元并勾选每个网元需执行的版本下载 和版本激活两个命令, 点击发送按钮。  Step 1: The user selects 10 NEs on the interface and selects the version download and version activation commands to be executed for each NE. Click the Send button.
客户端将每个网元的版本下载命令和版本激活命令对象放入到同一个数 组中,这样数组中共有 20个命令并且数组中同一网元的版本下载命令在版本 激活命令之前。 客户端将该命令数组发送给服务端处理。  The client puts the version download command and the version activation command object of each network element into the same array, so that there are 20 commands in the array and the version download command of the same network element in the array is before the version activation command. The client sends the command array to the server for processing.
步骤 2: 服务端通过处理线程接收到命令数组后, 根据每个命令中保存 的逻辑地址(即网元标识)将逻辑地址(即网元标识)相同的命令放到一个 队列中, 并维持保持命令的逻辑顺序。 Step 2: After receiving the command array by the processing thread, the server puts the same command with the same logical address (that is, the network element identifier) according to the logical address (that is, the network element identifier) saved in each command. In the queue, and maintain the logical order of the keep commands.
由于用户选择了 10个网元, 每个网元有 2个命令, 这样就会有 10个命 令队列, 每个队列中有两个命令且版本下载命令在前, 版本激活命令在后。  Since the user selects 10 network elements, each network element has 2 commands, so there will be 10 command queues. There are two commands in each queue and the version download command is in the front and the version activation command is in the back.
步骤 3 : 服务端通过处理线程从线程池中获取空闲的发送线程, 执行这 些队列中的命令。 发送线程以队列为单位进行分配, 每个发送线程分配一个 队列发送其中的命令, 这样使得同一个网元的命令由同一个线程发送, 保证 了发送的顺序性。 处理线程将队列全部分配给发送线程后进入到阻塞状态。  Step 3: The server obtains idle sending threads from the thread pool through the processing thread, and executes the commands in these queues. The sending thread allocates in units of queues, and each sending thread allocates a queue to send commands among them, so that commands of the same network element are sent by the same thread, which ensures the order of sending. The processing thread enters the blocked state after all the queues are allocated to the sending thread.
步骤 4: 各发送线程依次发送其所负责的队列中的命令, 前一个命令的 执行结果返回才继续后面命令的发送。 各发送线程共享一个对象, 该对象包 括了保存返回结果的数组、 已发送命令的个数和命令总数。 每个发送线程将 一个命令发送后, 将返回的结果放入结果数组中并将已发送命令数加 1。 然 后, 继续发送队列中的其他命令。 如果某个发送线程在执行上述操作后发现 已发送命令数等于命令总数, 则说明所有的命令执行结果全部返回了, 则该 发送线程会唤醒前面被阻塞的处理线程, 由处理线程将共享对象中的结果数 组返回。  Step 4: Each sending thread sequentially sends the command in the queue it is responsible for, and the execution result of the previous command returns to continue the sending of the following command. Each sending thread shares an object that contains an array of returned results, the number of sent commands, and the total number of commands. After each send thread sends a command, it puts the returned result into the result array and increments the number of sent commands by one. Then continue to send other commands in the queue. If a sending thread finds that the number of sent commands is equal to the total number of commands after performing the above operations, it means that all the command execution results are all returned, then the sending thread will wake up the previously blocked processing thread, and the processing thread will share the object. The result array is returned.
以所举实例说明, 当某个发送线程将已发送命令数加 1后, 发现已发送 命令数为 20, 说明所有的命令都已发送完成, 该发送线程就会唤醒阻塞的处 理线程,由处理线程将 20个结果一起返回而不是有每个发送线程釆用异步的 方法单独返回。 这样就实现了并发条件下执行结果的同步返回。  According to the example, when a sending thread adds 1 to the number of sent commands, it finds that the number of sent commands is 20, indicating that all commands have been sent, and the sending thread will wake up the blocked processing thread. The thread returns 20 results together instead of having each send thread return independently using asynchronous methods. This achieves a synchronous return of execution results under concurrent conditions.
需要说明的是, 在不冲突的情况下, 本申请中的实施例及实施例中的特 征可以相互任意组合。 当然, 本发明还可有其他多种实施例, 在不背离本发明精神及其实质的 但这些相应的改变和变形都应属于本发明所附的权利要求的保护范围。 It should be noted that the features in the embodiments and the embodiments of the present application may be arbitrarily combined with each other without conflict. It is a matter of course that the invention may be embodied in various other forms and modifications without departing from the spirit and scope of the invention.
本领域普通技术人员可以理解上述方法中的全部或部分步骤可通过程序 来指令相关硬件完成, 所述程序可以存储于计算机可读存储介质中, 如只读 存储器、 磁盘或光盘等。 可选地, 上述实施例的全部或部分步骤也可以使用 一个或多个集成电路来实现。 相应地, 上述实施例中的各模块 /单元可以釆用 硬件的形式实现, 也可以釆用软件功能模块的形式实现。 本发明不限制于任 何特定形式的硬件和软件的结合。 One of ordinary skill in the art will appreciate that all or a portion of the above steps may be performed by a program to instruct the associated hardware, such as a read only memory, a magnetic disk, or an optical disk. Optionally, all or part of the steps of the above embodiments may also be used. One or more integrated circuits are implemented. Correspondingly, each module/unit in the foregoing embodiment may be implemented in the form of hardware, or may be implemented in the form of a software function module. The invention is not limited to any specific form of combination of hardware and software.
工业实用性 Industrial applicability
与现有技术相比, 本发明可以提高网元消息的发送效率, 保证网元命令 的逻辑顺序, 同时以同步方式对返回客户端返回执行结果, 提高了执行结果 反馈的准确性和效率。  Compared with the prior art, the present invention can improve the transmission efficiency of the network element message, ensure the logical sequence of the network element command, and return the execution result to the returning client in a synchronous manner, thereby improving the accuracy and efficiency of the execution result feedback.

Claims

1、 一种网元消息并发处理方法, 包括: A method for concurrently processing a network element message, comprising:
客户端将针对一个或多个目标网元的命令发送至服务端; 以及  The client sends a command for one or more target network elements to the server;
所述服务端收到所述客户端的命令后, 将所述命令按目标网元分组, 分 别使用单独发送线程发送各网元组的命令。  After receiving the command of the client, the server groups the command according to the target network element, and separately uses a separate sending thread to send commands of each network element group.
2、 如权利要求 1所述的方法, 其中,  2. The method of claim 1 wherein
发送各网元组的命令的步骤包括:所述服务端在发送一网元组的命令时, 按照各命令的逻辑顺序发送。  The step of sending a command of each network element group includes: when the server sends a command of a network element group, the server sends the command according to the logical sequence of each command.
3、 如权利要求 1或 2所述的方法, 还包括: 客户端返回应答响应。  3. The method of claim 1 or 2, further comprising: the client returning a response.
4、 如权利要求 1或 2所述的方法, 其中,  4. The method according to claim 1 or 2, wherein
发送各网元组的命令的步骤中, 所述服务端在使用发送线程发送一网元 组的命令时, 发送一命令并收到响应结果后, 再发送下一命令。  In the step of sending a command of each network element group, when the server sends a command by using a sending thread, the server sends a command and receives the response result, and then sends the next command.
5、 如权利要求 1或 2所述的方法, 其中,  5. The method according to claim 1 or 2, wherein
客户端将针对一个或多个目标网元的命令发送至服务端的步骤中, 所述 客户端将针对同一目标网元的命令按逻辑顺序排列并发送。  The client sends a command for one or more target network elements to the server, and the client arranges and sends the commands for the same target network element in a logical order.
6、 一种网元消息并发处理系统, 包括客户端和服务端, 其特征在于, 所 述服务端包括网元命令处理模块;  A network element message concurrent processing system, comprising a client and a server, wherein the server includes a network element command processing module;
所述客户端设置成将针对一个或多个目标网元的命令发送至服务端; 所述网元命令处理模块设置成收到所述客户端的命令后, 将所述命令按 目标网元分组, 分别使用单独发送线程发送各网元组的命令。  The client is configured to send a command for one or more target network elements to the server; the network element command processing module is configured to, after receiving the command of the client, group the commands according to the target network element. The commands for each network element group are sent separately using separate sending threads.
7、 如权利要求 6所述的系统, 其中,  7. The system of claim 6 wherein
所述网元命令处理模块是设置成: 在发送一网元组的命令时, 按照各命 令的逻辑顺序发送。  The network element command processing module is configured to: when transmitting a command of a network element group, send according to a logical sequence of each command.
8、 如权利要求 6或 7所述的系统, 其中, 所述网元命令处理模块还设置成: 在所有网元组的命令均发送完成并收 到响应后, 统一向所述客户端返回应答响应。 8. The system of claim 6 or 7, wherein The network element command processing module is further configured to: after all the commands of the network element group are sent and received a response, return a response response to the client.
9、 如权利要求 6或 7所述的系统, 其中,  9. The system of claim 6 or 7, wherein
所述网元命令处理模块是设置成: 在使用发送线程发送一网元组的命令 时, 发送一命令并收到响应结果后, 再发送下一命令。  The network element command processing module is configured to: when using a sending thread to send a command of a network element group, send a command and receive a response result, and then send the next command.
10、 如权利要求 6或 7所述的系统, 其中,  10. The system of claim 6 or 7, wherein
所述客户端还设置成在向所述服务端发送命令时, 将针对同一目标网元 的命令按逻辑顺序排列。  The client is further arranged to arrange the commands for the same target network element in a logical order when a command is sent to the server.
PCT/CN2011/084412 2011-06-21 2011-12-22 Method and system of parallel transmitting network element messages WO2012174838A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201110166811.5 2011-06-21
CN201110166811.5A CN102843247A (en) 2011-06-21 2011-06-21 Method and system for concurrently processing network element message

Publications (1)

Publication Number Publication Date
WO2012174838A1 true WO2012174838A1 (en) 2012-12-27

Family

ID=47370324

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2011/084412 WO2012174838A1 (en) 2011-06-21 2011-12-22 Method and system of parallel transmitting network element messages

Country Status (2)

Country Link
CN (1) CN102843247A (en)
WO (1) WO2012174838A1 (en)

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107094085B (en) * 2016-02-17 2020-05-12 中国移动通信集团江苏有限公司 Signaling transmission method and device
CN107102582B (en) * 2017-04-07 2019-07-26 深圳怡化电脑股份有限公司 A kind of synchronous method and device of subsystem command
CN108965088B (en) * 2017-05-25 2021-11-30 中兴通讯股份有限公司 Method and device for establishing static tunnel
CN112749018B (en) * 2019-10-31 2023-11-07 大唐移动通信设备有限公司 Message processing method and message processing device
CN114640569A (en) * 2020-12-15 2022-06-17 中兴通讯股份有限公司 Dynamic message management apparatus, device, system, method, and storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520209A (en) * 2003-01-23 2004-08-11 深圳市中兴通讯股份有限公司上海第二 General connecting device and method utilized to down load version of base station and manintain not elemonts in centralization
CN1527536A (en) * 2003-03-03 2004-09-08 华为技术有限公司 Method of locking managed objects in telecommunication network management system
CN101015169A (en) * 2004-06-30 2007-08-08 西门子公司 Method and apparatus for obtaining information from a plurality of network elements
CN101553033A (en) * 2009-04-14 2009-10-07 中国联合网络通信集团有限公司 A pool management method and system

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1520209A (en) * 2003-01-23 2004-08-11 深圳市中兴通讯股份有限公司上海第二 General connecting device and method utilized to down load version of base station and manintain not elemonts in centralization
CN1527536A (en) * 2003-03-03 2004-09-08 华为技术有限公司 Method of locking managed objects in telecommunication network management system
CN101015169A (en) * 2004-06-30 2007-08-08 西门子公司 Method and apparatus for obtaining information from a plurality of network elements
CN101553033A (en) * 2009-04-14 2009-10-07 中国联合网络通信集团有限公司 A pool management method and system

Also Published As

Publication number Publication date
CN102843247A (en) 2012-12-26

Similar Documents

Publication Publication Date Title
CN107087033B (en) Message pushing method and device, storage medium and computer equipment
US11321139B2 (en) Streaming traffic pattern for public cloud auto scaling
US10904303B2 (en) Control message from streaming source to facilitate scaling
CN105681081B (en) Physical machine management method and device
WO2017162089A1 (en) Service configuration method and device for network service
US10454795B1 (en) Intermediate batch service for serverless computing environment metrics
US20100088703A1 (en) Multi-core system with central transaction control
WO2012174838A1 (en) Method and system of parallel transmitting network element messages
WO2020063086A1 (en) Data transmission method based on internet of things, and communication apparatus
US9104488B2 (en) Support server for redirecting task results to a wake-up server
CN111258723B (en) Transaction processing method, device, system, medium and equipment of distributed system
US20200167186A1 (en) Container isolation method and apparatus for netlink resource
CN101009649A (en) Queue management in a network processor
KR101752964B1 (en) Supporting rma api over active message
JP6359111B2 (en) Method and apparatus for processing data packets based on parallel protocol stack instances
WO2016149945A1 (en) Life cycle event processing method and vnfm
JP6088528B2 (en) System and method for preventing single point bottlenecks in a transaction middleware machine environment
WO2019080852A1 (en) Data processing method, data processing circuit, and network device
JP2022523452A (en) Data processing method and equipment
WO2011131010A1 (en) Method and apparatus for timing
CN108259605B (en) Data calling system and method based on multiple data centers
US10268532B2 (en) Application message processing system, method, and application device
WO2017000640A1 (en) Method and apparatus for implementing member resource processing
CN111200578A (en) Communication method, client device and server device
CN105930339B (en) Improve the method and system of message transmission reliability

Legal Events

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

Ref document number: 11868121

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 11868121

Country of ref document: EP

Kind code of ref document: A1