CN114020484A - Multi-channel interprocess communication software system - Google Patents

Multi-channel interprocess communication software system Download PDF

Info

Publication number
CN114020484A
CN114020484A CN202111134130.0A CN202111134130A CN114020484A CN 114020484 A CN114020484 A CN 114020484A CN 202111134130 A CN202111134130 A CN 202111134130A CN 114020484 A CN114020484 A CN 114020484A
Authority
CN
China
Prior art keywords
message
communication
module
path
interface
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
Application number
CN202111134130.0A
Other languages
Chinese (zh)
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.)
Hunan Yilian Infinite Technology Co ltd
Original Assignee
Hunan Yilian Infinite Technology Co ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Hunan Yilian Infinite Technology Co ltd filed Critical Hunan Yilian Infinite Technology Co ltd
Priority to CN202111134130.0A priority Critical patent/CN114020484A/en
Publication of CN114020484A publication Critical patent/CN114020484A/en
Pending legal-status Critical Current

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/546Message passing systems or structures, e.g. queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • G06F9/54Interprogram communication
    • G06F9/542Event management; Broadcasting; Multicasting; Notifications

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Multimedia (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)

Abstract

The invention relates to a multi-channel interprocess communication software system, which comprises: the system comprises a communication agent module, a communication routing module, a communication forwarding plane module and a script mode generation process communication interface module. By adopting a unified interprocess communication architecture, the communication agent module is developed, so that each process in a plurality of paths of processes can be used as a center for message processing; developing a communication routing module by adopting an inter-process message routing strategy, so that each process in the multi-path process can be used as a center for message forwarding; adopting the strategies of unicast, broadcast and multicast to develop a communication forwarding plane module to filter the message on a strategy plane, adopting the strategy of a communication bus to develop a bus strategy to enable the message to be communicated between devices, and realizing message forwarding and receiving between a first process and a second process in a multi-path process; and a process communication interface in a multi-path process is generated by adopting a script mode, so that software development of interprocess communication is simpler, quicker and operable.

Description

Multi-channel interprocess communication software system
Technical Field
The invention relates to the technical field of process communication, in particular to a multi-channel interprocess communication software system.
Background
With the update of network technology, the demand of network terminal equipment is increasing day by day, the embedded network terminal equipment needs to realize application interconnection from the home network terminal to the enterprise network terminal, and many equipment are embedded with an operating system to realize communication among the equipment from the mobile terminal to the intelligent household electrical appliance equipment.
At present, various communication modes are adopted for interprocess communication, which is not beneficial to design, development and modification, a one-way communication mode is adopted for interprocess communication, which is not beneficial to synchronous message processing, a server-client communication mode is adopted for interprocess communication, interprocess communication is adopted for interprocess communication of message asynchronous processing equipment, message notification receiving and sending among equipment cannot be realized, and a coupling development mode is adopted for interprocess communication, so that the interprocess communication cannot be developed conveniently.
Disclosure of Invention
The multi-channel interprocess communication software system can solve the technical problem of control failure.
The technical scheme for solving the technical problems is as follows:
a multi-way interprocess communication software system comprising: the system comprises a communication agent module, a communication routing module, a communication forwarding plane module and a script mode generation process communication interface module;
the communication agent module is used for realizing that a first process in the multi-path processes is used as a center for processing the message; the communication routing module is used for realizing that a first process in the multi-path processes is used as a center for message forwarding; the communication forwarding plane module is used for realizing message forwarding and receiving between a first process and a second process in a multi-path process; the script mode generation process communication interface module is used for generating a process communication interface in a multi-path process by adopting a script mode;
the first process and the second process are any one-way process in the multi-way process.
Further, in the software system for communication among multiple processes, the communication agent module is configured to implement a first process in the multiple processes as a center for message processing, and includes:
monitoring a message sent by a thread after creating a unix domain socket;
after receiving the message, reading the message to obtain a message feature code;
sending the message to a first process corresponding to the message feature code;
the first process processes the message.
Further, in the multi-path interprocess communication software system, the communication agent module is further configured to encrypt the message in a process of enabling the first process in the multi-path process to serve as a center of message processing.
Further, in the software system for communication among multiple processes, the communication routing module is configured to implement that a first process in the multiple processes is used as a center for forwarding messages, and includes:
identifying a feature code from the message;
separating the feature codes;
determining whether the message is a synchronous message, an asynchronous message or a common message according to the feature code;
and sending the synchronous message, the asynchronous message or the common message to the corresponding process.
Further, in the multi-channel interprocess communication software system, sending a synchronous message, an asynchronous message, or a general message to a corresponding second process includes:
identifying that a process communication path in the feature code is a communication interface descriptor of the process; sending the asynchronous message to a process corresponding to the communication interface descriptor of the process;
identifying that a process communication path in the feature code is a communication interface descriptor for a process group; sending the synchronous message to a process corresponding to the communication interface descriptor of the process group;
and sending the common message to the process corresponding to the process communication path in the feature code.
Further, the software system for multi-channel interprocess communication further comprises: and the message decentralized module is used for realizing message generation among the multiple paths of processes.
Furthermore, in the multi-path interprocess communication software system, each process comprises three process communication interfaces, wherein the three communication interfaces are a process primary proxy interface, a process secondary proxy interface and a process non-proxy interface.
Furthermore, in the multi-path interprocess communication software system,
after receiving the asynchronous message, the process primary proxy interface of the first process processes the asynchronous message, changes the part of the first process communication path of the feature code into a second process communication path, and sends the asynchronous message to a communication interface corresponding to the second process communication path for processing;
after receiving the synchronous message, the process secondary proxy interface of the first process processes the synchronous message, and sends the synchronous message to a communication interface corresponding to the process communication path for processing without changing the process communication path;
after the process non-proxy interface receives the common message, the process non-proxy interface processes the common message and does not forward the common message.
Further, in the above multi-channel interprocess communication software system, the communication forwarding plane module is used for implementing message forwarding and receiving between processes, and includes:
adding the IP address of the second device after the feature code of the message;
sending the message to the second device via the protocol;
the second device receives or forwards the message.
Further, in the above multi-channel interprocess communication software system, the process communication interface module for generating a process communication interface in a multi-channel process in a script manner includes:
declaring a communication interface template;
defining a communication path and a communication class function in a communication interface template and a feature code of the communication type function;
c, generating a file through a shell script;
the processname.c file is a communication interface class file for the process.
The invention has the beneficial effects that: the invention relates to a multi-channel interprocess communication software system, which comprises: the system comprises a communication agent module, a communication routing module, a communication forwarding plane module and a script mode generation process communication interface module; the communication agent module is used for realizing that a first process in the multi-path processes is used as a center for processing the message; the communication routing module is used for realizing that a first process in the multi-path processes is used as a center for message forwarding; the communication forwarding plane module is used for realizing message forwarding and receiving between a first process and a second process in a multi-path process; the script mode generation process communication interface module is used for generating a process communication interface in a multi-path process by adopting a script mode; the first process and the second process are any one-way process in the multi-way process. By adopting a unified interprocess communication architecture, the communication agent module is developed, so that each process in a plurality of paths of processes can be used as a center for message processing; developing a communication routing module by adopting an inter-process message routing strategy, so that each process in the multi-path process can be used as a center for message forwarding; adopting the strategies of unicast, broadcast and multicast to develop a communication forwarding plane module to filter the message on a strategy plane, adopting the strategy of a communication bus to develop a bus strategy to enable the message to be communicated between devices, and realizing message forwarding and receiving between a first process and a second process in a multi-path process; and a process communication interface in a multi-path process is generated by adopting a script mode, so that software development of interprocess communication is simpler, quicker and operable.
Drawings
FIG. 1 is a diagram of a multi-way interprocess communication system according to an embodiment of the present invention;
fig. 2 is a method diagram for implementing, by a communication agent module, a first process in a multi-path process as a center of message processing according to an embodiment of the present invention;
fig. 3 is a method diagram for implementing, by a communication routing module, that a first process in a multi-path process serves as a center for message forwarding according to an embodiment of the present invention;
fig. 4 is a diagram of a method for implementing message forwarding and receiving between processes by a communication forwarding plane module according to an embodiment of the present invention;
fig. 5 is a method diagram for generating a process communication interface in a multi-path process by using a script mode by a script mode generation process communication interface module according to an embodiment of the present invention.
Detailed Description
The principles and features of this invention are described below in conjunction with the following drawings, which are set forth by way of illustration only and are not intended to limit the scope of the invention.
In order that the above objects, features and advantages of the present application can be more clearly understood, the present disclosure will be further described in detail with reference to the accompanying drawings and examples. It is to be understood that the embodiments described are only a few embodiments of the present disclosure, and not all embodiments. The specific embodiments described herein are merely illustrative of the disclosure and are not limiting of the application. All other embodiments that can be derived by one of ordinary skill in the art from the description of the embodiments are intended to be within the scope of the present disclosure.
It is noted that, in this document, relational terms such as "first" and "second," and the like, may be used solely to distinguish one entity or action from another entity or action without necessarily requiring or implying any actual such relationship or order between such entities or actions.
Fig. 1 is a diagram of a multi-channel interprocess communication system according to an embodiment of the present invention.
A multi-way interprocess communication software system, which is combined with fig. 1, and comprises: a communication agent module 101, a communication routing module 102, a communication forwarding plane module 103 and a script mode generation process communication interface module 104;
the communication agent module 101 is used for realizing that a first process in the multi-path processes is used as a center for message processing; the communication routing module 102 is configured to implement a first process in the multiple processes as a center for message forwarding; the communication forwarding plane module 103 is configured to implement message forwarding and receiving between a first process and a second process in a multi-path process; the script type process generating communication interface module 104 is configured to generate a process communication interface in multiple processes by using a script type.
The first process and the second process are any one-way process in the multi-way process.
Specifically, in the embodiment of the application, a communication agent module is developed by adopting a unified interprocess communication architecture, so that each process in a multi-path process can be used as a center for message processing; developing a communication routing module by adopting an inter-process message routing strategy, so that each process in the multi-path process can be used as a center for message forwarding; adopting the strategies of unicast, broadcast and multicast to develop a communication forwarding plane module to filter the message on a strategy plane, adopting the strategy of a communication bus to develop a bus strategy to enable the message to be communicated between devices, and realizing message forwarding and receiving between a first process and a second process in a multi-path process; and a process communication interface in a multi-path process is generated by adopting a script mode, so that software development of interprocess communication is simpler, quicker and operable.
Fig. 2 is a method diagram for implementing, by the communication agent module, a first process in a multi-path process as a center of message processing according to the embodiment of the present invention.
Further, in the software system for communication among multiple processes, with reference to fig. 2, the communication agent module is configured to implement a first process in the multiple processes as a center for message processing, and includes four steps S201 to S204:
s201: and monitoring the message sent by the thread after creating the unix domain socket.
S202: and after receiving the message, reading the message to obtain a message feature code.
S203: a message is sent to a first process of a message feature code.
S204: the first process processes the message.
Specifically, in the embodiment of the present application, a message receiving function of a thread is created, a listening socket is created, a message receiving thread is executed, a message sent by the thread is monitored, the message is read after the message is received, and a message feature code is obtained, that is, socket description of interprocess communication, where the message feature code includes three parts: the method comprises the steps of determining a first process according to a process communication path, an extended process communication mode and a process type, and determining a primary agent, a secondary agent or a common agent which is forwarded to the first process according to the process type. Therefore, the first process in the multi-path process, namely each process can be used as the center of message processing.
The following are exemplary: the message feature codes are 1xx.010.00, 1xx.010.10 and 1xx.010.11, wherein 1xx is a process communication path, 010 is an extended process communication mode, and 00, 10 and 11 are process types.
Further, in the multi-path interprocess communication software system, the communication agent module is further configured to encrypt the message in a process of enabling the first process in the multi-path process to serve as a center of message processing.
Specifically, in the embodiment of the present application, the encryption of the message may adopt a shift method, a substitution method, an algorithm, and the like, so as to ensure the security of the message.
Fig. 3 is a method diagram for implementing, by the communication routing module, that the first process in the multiple processes is used as a center for message forwarding according to the embodiment of the present invention.
Further, in the software system for communication among multiple processes, with reference to fig. 3, the communication routing module is configured to implement a first process in the multiple processes as a center for message forwarding, and includes three steps S301 to S304:
s301: a feature code is identified from the message.
S302: and separating the feature codes.
S303: determining whether the message is a synchronous message, an asynchronous message, or a normal message based on the signature.
S304: and sending the synchronous message, the asynchronous message or the common message to the corresponding process.
Specifically, in the embodiment of the present application, if the feature codes 1xx.010.00, 1xx.010.10 and 1xx.010.11 are identified from the messages, the feature codes 1xx.010.00, 1xx.010.10 and 1xx.010.11 are separated from the messages, it is determined that the messages are synchronous messages, asynchronous messages or normal messages according to the process types 00, 10 and 11 in the feature codes, 1xx.010.00 is an asynchronous message, 1xx.010.11 is a synchronous message, and 1xx.010.10 is a normal message, and the synchronous messages, the asynchronous messages or the normal messages are sent to the corresponding first process according to the communication path.
Further, in the multi-channel interprocess communication software system, sending a synchronous message, an asynchronous message or a common message to a corresponding process includes:
identifying that a process communication path in the feature code is a communication interface descriptor of the process; and sending the asynchronous message to the process corresponding to the communication interface descriptor of the process.
Identifying that a process communication path in the feature code is a communication interface descriptor for a process group; and sending the synchronous message to the process corresponding to the communication interface descriptor of the process group.
And sending the common message to the process corresponding to the process communication path in the feature code.
Specifically, in the embodiments of the present application, for example: 1xx.010.00 is an asynchronous message, a process communication path xx is identified to be a communication interface descriptor of a process, and the asynchronous message is sent to a first process corresponding to the communication interface descriptor of the process; 1xx.010.11 is a synchronous message, a process communication path xx is identified as a communication interface descriptor of a process group, the synchronous message is sent to a first process corresponding to the communication interface descriptor of the process group, 1xx.010.10 is a common message, the common message is directly sent to a process corresponding to the process communication path xx, and each process in a multi-path process can be used as a center for message forwarding.
It should be understood that the present application classifies messages, i.e. asynchronous messages, synchronous messages, and common messages, and sends the messages to corresponding processes using different paths, so that each process can be used as a center for message forwarding.
Further, the software system for multi-channel interprocess communication further comprises: and the message decentralized module is used for realizing message generation among the multiple paths of processes.
Specifically, in the embodiment of the present application, the decentralization in the message decentralization module does not need to be a center, but a node freely selects a center and freely determines a center. In short, the term "centralized" means that a node is centrally determined. The nodes must rely on the center, and the nodes cannot survive after leaving the center. In a decentralized system, anyone is a node, and anyone can also become a center. Any hub is not permanent but rather staged, and no hub is mandatory for a node; the message decentralized module can realize message generation among processes.
Furthermore, in the multi-path interprocess communication software system, each process comprises three process communication interfaces, wherein the three communication interfaces are a process primary proxy interface, a process secondary proxy interface and a process non-proxy interface.
Specifically, each process in the embodiment of the present application has three communication interfaces, where a process primary proxy interface implements a function of a primary proxy, a process secondary proxy interface implements a function of a secondary proxy, and a process non-proxy interface implements a non-proxy function.
Furthermore, in the multi-path interprocess communication software system,
and after the process primary proxy interface of the first process receives the asynchronous message and processes the asynchronous message, changing the part of the first process communication path in the feature code into a second process communication path, and sending the asynchronous message to a communication interface corresponding to the second process communication path for processing.
Specifically, in this embodiment of the present application, after receiving the asynchronous message, the process-level proxy interface processes the asynchronous message, and then the process communication path portion that changes 1xx.010.00 in the feature code is divided into the second process communication path 1yy.010.00, and sends the asynchronous message to the second process communication path yy communication interface of the other process except the first process for processing.
And after receiving the synchronous message, the process secondary proxy interface of the first process processes the synchronous message, and sends the synchronous message to the communication interface corresponding to the process communication path of the second process for processing without changing the process communication path.
Specifically, in the embodiment of the present application, after receiving the synchronization message, the process secondary proxy interface processes the synchronization message, and sends the synchronization message to the communication interface corresponding to the communication path xx of the process other than the first process without changing any part of 1xx.010.11 in the feature code.
After the process non-proxy interface receives the common message, the process non-proxy interface processes the common message and does not forward the common message.
Specifically, in the embodiment of the present application, after the process non-proxy interface receives the common message, the process non-proxy interface processes the common message and does not forward the common message.
Fig. 4 is a diagram of a method for implementing message forwarding and receiving between processes by a communication forwarding plane module according to an embodiment of the present invention.
Further, in the above multi-channel interprocess communication software system, with reference to fig. 4, the communication forwarding plane module is used for implementing message forwarding and receiving between processes, and includes three steps S401 to S403:
s401: the IP address of the second device is added after the feature code of the message.
S402: the message is sent to the second device through the protocol stack.
S403: the second device receives or forwards the message.
Specifically, in the embodiment of the present application, an IP address of the second device is added behind a feature code of the message, the message is sent to the second device through the protocol stack, the second device has a multi-channel communication interface, and the second device receives or forwards the message, so that message forwarding and receiving between processes are implemented.
Fig. 5 is a method diagram for generating a process communication interface in a multi-path process by using a script mode by a script mode generation process communication interface module according to an embodiment of the present invention.
Further, in the multi-channel interprocess communication software system, with reference to fig. 5, the script-mode-generating-process communication interface module is configured to generate a process communication interface in a multi-channel process by using a script mode, and includes three steps S501 to S503:
s501: a communication interface template is declared.
S502: and defining communication paths and communication class functions in the communication interface template and feature codes of the communication type functions.
S503: c, generating a file through a shell script; the processname.c file is a communication interface class file for the process.
Specifically, in the embodiment of the application, a process communication interface in a multi-path process is generated in a script mode, so that software development of inter-process communication is simpler, quicker and operable.
Those skilled in the art will appreciate that although some embodiments described herein include some features included in other embodiments instead of others, combinations of features of different embodiments are meant to be within the scope of the application and form different embodiments.
Those skilled in the art will appreciate that the description of each embodiment has a respective emphasis, and reference may be made to the related description of other embodiments for those parts of an embodiment that are not described in detail.
Although the embodiments of the present application have been described in conjunction with the accompanying drawings, those skilled in the art will be able to make various modifications and variations without departing from the spirit and scope of the application, and such modifications and variations are included in the specific embodiments of the present invention as defined in the appended claims, but the scope of the present invention is not limited thereto, and any person skilled in the art can easily conceive of various equivalent modifications and substitutions within the technical scope of the present disclosure, and these modifications and substitutions are intended to be included in the scope of the present invention. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.
While the invention has been described with reference to specific embodiments, it will be understood by those skilled in the art that various changes in form and details may be made therein without departing from the spirit and scope of the invention as defined by the appended claims. Therefore, the protection scope of the present invention shall be subject to the protection scope of the claims.

Claims (10)

1. A multi-way interprocess communication software system, comprising: the system comprises a communication agent module, a communication routing module, a communication forwarding plane module and a script mode generation process communication interface module;
the communication agent module is used for realizing that a first process in the multi-path processes is used as a center for processing messages; the communication routing module is used for realizing that a first process in the multi-path processes is used as a center for message forwarding; the communication forwarding plane module is used for realizing message forwarding and receiving between a first process and a second process in a multi-path process; the script mode generation process communication interface module is used for generating a process communication interface in a multi-path process by adopting a script mode;
the first process and the second process are any one-way process in a multi-way process.
2. The multi-channel interprocess communication software system according to claim 1, wherein said communication agent module is configured to implement a first process in a multi-channel process as a center for message processing, comprising:
monitoring a message sent by a thread after creating a unix domain socket;
after receiving the message, reading the message to obtain a message feature code;
sending the message to a first process corresponding to the message feature code;
the first process processes a message.
3. The multi-way interprocess communication software system according to claim 1, wherein said communication agent module is further configured to encrypt said message in a process of implementing a first process of the multi-way process as a center of message processing.
4. The multi-channel interprocess communication software system according to claim 1, wherein said communication routing module is configured to implement a first process in a multi-channel process as a center for message forwarding, including:
identifying a feature code from the message;
separating the feature codes;
determining whether the message is a synchronous message, an asynchronous message or a common message according to the feature code;
and sending the synchronous message, the asynchronous message or the common message to a corresponding process.
5. The multi-way interprocess communication software system according to claim 4, wherein said sending said synchronous message, said asynchronous message or said ordinary message to the corresponding process comprises:
identifying that a process communication path in the feature code is a communication interface descriptor of the process; sending the asynchronous message to a process corresponding to a communication interface descriptor of the process;
identifying that a process communication path in the feature code is a communication interface descriptor for a process group; sending the synchronous message to a process corresponding to a communication interface descriptor of a process group;
and sending the common message to a process corresponding to the process communication path in the feature code.
6. The multi-way interprocess communication software system according to claim 1, characterized in that said system further comprises: and the message decentralized module is used for realizing message generation among the multiple paths of processes.
7. The multi-channel interprocess communication software system according to claim 6, wherein each process comprises three process communication interfaces, which are a process primary proxy interface, a process secondary proxy interface, and a process non-proxy interface, respectively.
8. The multiprocess interprocess communication software system according to claim 7,
after the process primary proxy interface of the first process receives the asynchronous message and processes the asynchronous message, the process primary proxy interface changes a part of a first process communication path in the feature code into a second process communication path and sends the asynchronous message to a communication interface corresponding to the second process communication path for processing;
after the process secondary proxy interface of the first process receives the synchronous message, the process secondary proxy interface processes the synchronous message, does not change a process communication path, and sends the synchronous message to a communication interface corresponding to the process communication path for processing;
and after the process non-proxy interface receives the common message, the process non-proxy interface processes the common message and does not forward the common message.
9. The multi-channel interprocess communication software system according to claim 1, wherein said communication forwarding plane module is used for implementing message forwarding and receiving between processes, and comprises:
adding the IP address of the second device after the feature code of the message;
sending the message to the second device through a protocol stack;
the second device receives or forwards the message.
10. The multi-channel interprocess communication software system according to claim 1, wherein said script mode generation process communication interface module is configured to generate a process communication interface in a multi-channel process using a script mode, and includes:
declaring a communication interface template;
defining a communication path and a communication class function in the communication interface template and a feature code of the communication type function;
c, generating a file through a shell script;
the processname.c file is a communication interface class file for the process.
CN202111134130.0A 2021-09-27 2021-09-27 Multi-channel interprocess communication software system Pending CN114020484A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202111134130.0A CN114020484A (en) 2021-09-27 2021-09-27 Multi-channel interprocess communication software system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202111134130.0A CN114020484A (en) 2021-09-27 2021-09-27 Multi-channel interprocess communication software system

Publications (1)

Publication Number Publication Date
CN114020484A true CN114020484A (en) 2022-02-08

Family

ID=80054992

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202111134130.0A Pending CN114020484A (en) 2021-09-27 2021-09-27 Multi-channel interprocess communication software system

Country Status (1)

Country Link
CN (1) CN114020484A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115883654A (en) * 2022-11-29 2023-03-31 深圳市汇川技术股份有限公司 Process communication method, device, equipment and storage medium

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115883654A (en) * 2022-11-29 2023-03-31 深圳市汇川技术股份有限公司 Process communication method, device, equipment and storage medium

Similar Documents

Publication Publication Date Title
Koo et al. Reliable broadcast in radio networks: The bounded collision case
US9998337B2 (en) Identifying nodes in a ring network
JP5049344B2 (en) Inter-region communication within a rendezvous federation
EP2652905B1 (en) Increased communication opportunities with low-contact nodes in a computer network
US8194659B2 (en) Mechanism for processing messages using logical addresses
US7920576B2 (en) Packet ring network system, packet forwarding method and node
US10855576B2 (en) Information transmission method and device
US9191219B2 (en) Network multicast peer discovery methods
CN112688827B (en) Multicast stream detection method, device and system
CN102647312B (en) A kind of detection method of whole net multicast topology and device
CN107770027B (en) Implementation method for providing GRE tunnel service based on OpenStack architecture
US8654769B2 (en) Convergence of multicast traffic in response to a topology change
CN114020484A (en) Multi-channel interprocess communication software system
CN113708979A (en) Network acceleration method and device
Li et al. Randomly directed exploration: An efficient node clone detection protocol in wireless sensor networks
Biswas et al. A timer based leader election algorithm
CN114363335A (en) Cross-chain interaction method and device
CN116094923B (en) Gateway updating method and device after cloud instance migration and electronic equipment
JP2012524498A (en) Method and apparatus for fault tolerant multicast and unicast in transport networks
WO2021017619A1 (en) Dmvpn control method, network device, communication system and storage medium
US7562151B2 (en) Peer tunnels and peer group targets
EP2560328B1 (en) Method for implementing multicast forwarding, switch device and system thereof
WO2023165544A9 (en) Method and apparatus for discovering root node
JP2009004854A (en) Communication system
Sharma et al. Democratic leader finding algorithm for large mobile ad hoc networks

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