CN110944036B - Distributed real-time data interaction method irrelevant to position - Google Patents

Distributed real-time data interaction method irrelevant to position Download PDF

Info

Publication number
CN110944036B
CN110944036B CN201911009117.5A CN201911009117A CN110944036B CN 110944036 B CN110944036 B CN 110944036B CN 201911009117 A CN201911009117 A CN 201911009117A CN 110944036 B CN110944036 B CN 110944036B
Authority
CN
China
Prior art keywords
business
node
service
time data
service software
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Active
Application number
CN201911009117.5A
Other languages
Chinese (zh)
Other versions
CN110944036A (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.)
Chengdu Jiaoda Guangmang Technology Co ltd
China Railway Design Corp
China State Railway Group Co Ltd
Original Assignee
Chengdu Jiaoda Guangmang Technology Co ltd
China Railway Design Corp
China State Railway Group 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 Chengdu Jiaoda Guangmang Technology Co ltd, China Railway Design Corp, China State Railway Group Co Ltd filed Critical Chengdu Jiaoda Guangmang Technology Co ltd
Priority to CN201911009117.5A priority Critical patent/CN110944036B/en
Publication of CN110944036A publication Critical patent/CN110944036A/en
Application granted granted Critical
Publication of CN110944036B publication Critical patent/CN110944036B/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
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/10Protocols in which an application is distributed across nodes in the network
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/12Protocols specially adapted for proprietary or special-purpose networking environments, e.g. medical networks, sensor networks, networks in vehicles or remote metering networks
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/52Network services specially adapted for the location of the user terminal

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Health & Medical Sciences (AREA)
  • Computing Systems (AREA)
  • General Health & Medical Sciences (AREA)
  • Medical Informatics (AREA)
  • Multi Processors (AREA)

Abstract

The invention discloses a distributed real-time data interaction method irrelevant to position, which is realized by a service system formed by at least more than one node in the same network through networking and comprises the following steps: the application service software running on the node sends out a data request for running a service object which is not in the node; after receiving the data request, the intelligent sensing service software running on the node forms a request for inquiring the position of the service object and sends the request out; the intelligent sensing service software running on other nodes receives the request for inquiring the position of the service object, judges whether the service object exists in the node, if so, the intelligent sensing service software of the node where the service object is positioned responds to the inquiry request of the position of the service object and sends the request information to the node, and the intelligent sensing service software responds; the application service software of the node and the application service software of the node where the business object is located establish a real-time data channel to realize real-time data communication.

Description

Distributed real-time data interaction method irrelevant to position
Technical Field
The invention relates to the fields of distributed systems, SCADA systems, data processing technologies and the like, in particular to a distributed real-time data interaction method irrelevant to positions.
Background
The distributed system is a software system built on a network and has high cohesiveness and transparency; in a distributed system, a set of mutually independent computers appear to the user as a unified whole, as if it were a system. A data acquisition and monitoring control system (SCADA system), which is a common application system in a distributed real-time processing system and is a distributed real-time processing system with high performance requirements; the SCADA engineering application project has the advantages of long implementation process, frequent configuration modification operation, frequent system networking change along with continuous expansion of system scale in the real-time process of engineering, continuous increase of the number of running nodes formed during system running, and very high requirements on real-time performance and accuracy of real-time data interaction during the running of the whole distributed system.
In the current distributed system, the distributed real-time data interaction usually adopts an internet cluster mode, and the transmission of real-time data is carried out by combining the centralized naming service + message queue and other means; or centralized data storage runtime configuration information. The distributed real-time data interaction function realized by combining a cluster mode with a centralized time naming service + message queue and other means brings a lot of difficulties to the engineering application of the SCADA system; if the configuration of the cluster system is relatively very complex and the configuration content is more, professional IT technical personnel are needed to perform configuration or maintenance in the engineering implementation process and the operation and maintenance stage, and the technical requirements on the engineering implementation personnel and the operation and maintenance personnel are very high; in the engineering implementation process, along with the change and expansion of the system scale, when computer nodes are added and removed from the cluster system, more detailed configuration work needs to be done, which is inconvenient for the flexible expansion and modification of the system operation nodes, and the cluster system basically does not support the operation on a single node and does not meet the requirement of implementation on a micro project (when the whole system only has a single operation node); when the SCADA system runs, real-time data interaction is carried out, and running configuration information needs to be stored by means of centralized naming service or a centralized database; when each data service is deployed, the deployment position information of each data service needs to be deployed into a naming service; before carrying out real-time data interaction, an SCADA system needs to specify operation position information of a naming service, firstly, after acquiring an operation position of a corresponding data service from a global naming service, a real-time data channel is established for carrying out real-time data interaction; when the deployment operation position of each data service is changed or the operation position of the naming service is changed, a new operation position needs to be deployed to the global naming service, and the operation position of the naming service needs to be appointed again; when a project is implemented, particularly in a business modeling stage, not only a specific business system but also the deployment and operation positions of each service need to be concerned, and when the operation positions are modified or the deployment positions are transferred according to fault requirements, the configuration information of the relevant operation positions of the relevant system referring to the service needs to be modified and redeployed for operation, so that the project implementation and updating are inconvenient, and the flexible transplantation of the operation service and the flexible deployment of the service are inconvenient.
The main problems at present are:
1. the configuration of the SCADA system built based on the cluster + centralized naming service mode is very complex.
2. By adopting the SCADA system built by the cluster, professional IT technical personnel are needed for both project implementation and maintenance teams.
3. The SCADA system built in a cluster mode cannot completely meet all project scales of large, medium and small-sized projects, particularly miniature projects (the whole system has only one node).
4. In the process of engineering implementation and modeling, attention needs to be paid to deploying an operation model, and the operation model cannot be focused on business modeling.
5. In the engineering configuration stage, the operation position information of the related service needs to be configured, and no way is available for realizing independence of position, which is inconvenient for flexible deployment and flexible expansion when engineering is implemented.
6. When the operation nodes are newly added and changed and the service configuration is operated, a large amount of configuration is needed for the dependent service and the system, and the system needs to be redeployed and restarted most of the time.
Disclosure of Invention
The invention aims to provide a distributed real-time data interaction method irrelevant to position, which can abandon a cluster system in operation and remove centralized naming service; the method for carrying service data operation based on the service object is adopted, the configuration implementation is simplified, the service data of the whole service system can be flexibly split, the responsible whole service system is distributed on each service object, the expansion and the update can be flexibly realized, and the method is suitable for various system scales (large, medium and small projects).
The invention is realized by the following technical scheme: a distributed real-time data interaction method irrelevant to position is realized by a service system formed by at least more than one node in the same network, and comprises the following steps:
1) the application service software running on the node sends out a data request for running a service object which is not in the node;
2) after receiving the data request, the intelligent sensing service software running on the node forms a request for inquiring the position of the service object and sends the request out;
3) the intelligent sensing service software running on other nodes in the service system receives the request for inquiring the position of the service object, judges whether the service object exists in the node per se, if not, ignores, if so, runs step 4)
4) The intelligent sensing service software of the node where the business object is located responds to the query request of the position of the business object and sends the request information to the node, and the intelligent sensing service software of the node responds;
5) the application service software of the node and the application service software of the node where the business object is located establish a real-time data channel;
6) the application service software of the node and the application service software of the node where the business object is located realize real-time data communication.
In order to further realize the invention, the following arrangement mode is adopted: in the step 2), a request for inquiring the position of the service object is sent out by adopting a multicast means.
In order to further realize the invention, the following arrangement mode is adopted: the business system comprises at least one node which is networked in the same network, and application service software and intelligent perception service software are deployed on the node.
In order to further realize the invention, the following arrangement mode is adopted: the application service software is responsible for bearing the operation of the corresponding business object and is responsible for carrying out real-time data communication with other application service software according to the data requirement of the business object.
In order to further realize the invention, the following arrangement mode is adopted: the intelligent sensing service software is responsible for intelligently sensing the operation position of the business object which is operating in the business system during operation.
In order to further realize the invention, the following arrangement mode is adopted: the names of the business objects are globally unique, and the association between the business objects establishes an association relationship through the names of the business objects.
In order to further realize the invention, the following arrangement mode is adopted: the deployment of the business system comprises the following steps:
A) based on the specific business requirements of the engineering application project, performing business modeling on the engineering application project based on a design thought of object-oriented design, and splitting the whole business system by adopting a plurality of business objects with different names, so as to perform business modeling on the engineering application project in a mode of bearing the operation of the business system through the business objects; at this stage, the key point only needs to pay attention to the service requirement of the service system;
B) taking an engineering application project as a unit, taking the name of a business object as a main key in a single engineering application project, and forming a plurality of business objects with unique global names when carrying out business modeling on the engineering application project;
C) when the engineering application project is subjected to business modeling, the engineering application project is taken as a unit, and dependent business object names are configured in specific business objects according to business relevance, so that the purpose of establishing an association relation based on the business object names is achieved;
D) when the engineering application project is subjected to business modeling, each business object forms an independent deployment configuration file, each business object configuration file comprises business configuration information of the business object and an incidence relation between the business configuration information and other business objects, and the deployment configuration files of the business objects are deployed to nodes during deployment.
In order to further realize the invention, the following arrangement mode is adopted: when the service system is deployed, each service object of the whole service system is deployed according to service correlation or/and corresponding resource conditions based on each node.
In order to further realize the invention, the following arrangement mode is adopted: the application service software acquires the operation position of the dependent service object based on the intelligent sensing service software on the node during operation, thereby establishing a real-time data channel and carrying out distributed data interaction.
Compared with the prior art, the invention has the following advantages and beneficial effects:
(1) when the engineering is implemented, only the business modeling which is concentrated on a specific business system is used, and the arrangement position of each business object is not required to be concerned; when the system runs, the system can be flexibly deployed and implemented, each business object can be flexibly deployed to different nodes (computers) to run, the running position can be flexibly adjusted according to specific conditions when the system runs, configuration does not need to be modified and redeployed and started for other business objects, services, application software and the like depending on the data, real-time data interaction needed by the running is only related to the ID (namely the name of the business object) of the needed data and is not related to the running position, the system is fully automatic when the system runs and automatically senses the running position of each business object and establishes a real-time data channel for real-time data communication, and redundant configuration and other operations do not need to be carried out by implementing personnel.
(2) The service system abandons the operation mode of the Internet cluster, so that the service system is suitable for various types (large, medium and small projects), namely single-point operation is supported, and flexible networking and new operation nodes are expanded according to continuous expansion of the system scale.
(3) The service system abandons the cluster and centralized naming service during operation, so that the installation, deployment and configuration are simple, the difficulty of engineering implementation and operation maintenance is reduced, and the technical requirements on engineering implementation and maintenance personnel are low.
(4) The invention adopts the service objects to bear the service data, flexibly splits the service system, and can flexibly allocate and allocate the whole service system to different nodes for operation according to the actual situation by allocating each service object.
(5) When the engineering application project is implemented, the modeling of the service system is focused, the deployment and operation positions of the service objects are not required to be focused, and the interdependence relation of each service data is configured according to the correlation of the service systems.
(6) When the service system is deployed and operated, each service object can automatically sense the operation position of the corresponding service object of the required data, and automatically establish a real-time data interaction channel to carry out real-time data interaction.
(7) In the invention, when the deployment operation position of the business object is modified and changed, for other business objects, service systems or application software and the like depending on the business object, corresponding configuration does not need to be modified, and redeployment or restarting is not needed, and the business system can automatically sense the operation position of the referenced business object and reestablish a real-time data communication channel.
Drawings
Fig. 1 is an architecture diagram of a service system according to the present invention.
Fig. 2 is a flow chart of deployment and operation of the service system according to the present invention.
Fig. 3 is a flowchart of a distributed real-time data interaction method according to the present invention.
Detailed Description
The present invention will be described in further detail with reference to examples, but the embodiments of the present invention are not limited thereto.
In order to make the objects, technical solutions and advantages of the embodiments of the present invention more apparent, the technical solutions of the embodiments of the present invention will be described clearly and completely with reference to the accompanying drawings of the embodiments of the present invention, and it is obvious that the described embodiments are some, but not all embodiments of the present invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention. Thus, the following detailed description of the embodiments of the present invention, presented in the figures, is not intended to limit the scope of the invention, as claimed, but is merely representative of selected embodiments of the invention. All other embodiments, which can be obtained by a person skilled in the art without any inventive step based on the embodiments of the present invention, are within the scope of the present invention.
In the description of the present invention, it is to be understood that the terms "center", "longitudinal", "lateral", "length", "width", "thickness", "upper", "lower", "front", "rear", "left", "right", "vertical", "horizontal", "top", "bottom", "inner", "outer", "clockwise", "counterclockwise", and the like, indicate orientations and positional relationships based on those shown in the drawings, and are used only for convenience of description and simplicity of description, and do not indicate or imply that the referenced device or element must have a particular orientation, be constructed and operated in a particular orientation, and thus, should not be considered as limiting the present invention.
Furthermore, the terms "first", "second" and "first" are used for descriptive purposes only and are not to be construed as indicating or implying relative importance or implicitly indicating the number of technical features indicated. Thus, a feature defined as "first" or "second" may explicitly or implicitly include one or more of that feature. In the description of the present invention, "a plurality" means two or more unless specifically defined otherwise.
In the present invention, unless otherwise expressly stated or limited, the terms "mounted," "connected," "secured," and the like are to be construed broadly and can, for example, be fixedly connected, detachably connected, or integrally formed; can be mechanically or electrically connected; either directly or indirectly through intervening media, either internally or in any other relationship. The specific meanings of the above terms in the present invention can be understood by those skilled in the art according to specific situations.
In the present invention, unless otherwise expressly stated or limited, "above" or "below" a first feature means that the first and second features are in direct contact, or that the first and second features are not in direct contact but are in contact with each other via another feature therebetween. Also, the first feature being "on," "above" and "over" the second feature includes the first feature being directly on and obliquely above the second feature, or merely indicating that the first feature is at a higher level than the second feature. A first feature being "under," "below," and "beneath" a second feature includes the first feature being directly under and obliquely below the second feature, or simply meaning that the first feature is at a lesser elevation than the second feature.
It is worth noting that: in the present application, when it is necessary to apply the known technology or the conventional technology in the field, the applicant may have the case that the known technology or/and the conventional technology is not specifically described in the text, but the technical means is not specifically disclosed in the text, and the present application is considered to be not in compliance with the twenty-sixth clause of the patent law.
The noun explains:
and (3) node: refers to a running computer endpoint;
the node comprises the following steps: a computer which needs to run the business object on another node;
self node: receiving a computer for inquiring whether a service object exists or not;
networking: the all-fiber communication rate of 1000Mbps (but not limited thereto) is adopted to establish an industrial Ethernet network, the network topology structure adopts a double-ring self-healing structure, the nodes support double configuration, each operating node has a self-healing function, and uniqueness, reliability and rapidity of real-time data access are guaranteed.
Example 1:
the invention designs a distributed real-time data interaction method irrelevant to the position, which can abandon a cluster system during operation and remove centralized naming service; the method for carrying service data operation based on the service object is adopted, the configuration implementation is simplified, the service data of the whole service system can be flexibly split, the responsible whole service system is distributed on each service object, the expansion and the update can be flexibly realized, and the method is suitable for various system scales (large, medium and small projects), and particularly adopts the following setting mode: the service system formed by at least more than one nodes in the same network through networking is realized, and the method comprises the following steps:
1) the application service software running on the node sends out a data request for running a service object which is not in the node;
2) after receiving the data request, the intelligent sensing service software running on the node forms a request for inquiring the position of the service object and sends the request out;
3) the intelligent sensing service software running on other nodes in the service system receives the request for inquiring the position of the service object, judges whether the service object exists in the node per se, if not, ignores, if so, runs step 4)
4) The intelligent sensing service software of the node where the business object is located responds to the query request of the position of the business object and sends the request information to the node, and the intelligent sensing service software of the node responds;
5) the application service software of the node and the application service software of the node where the business object is located establish a real-time data channel;
6) the application service software of the node and the application service software of the node where the business object is located realize real-time data communication.
Example 2:
the present embodiment is further optimized based on the above embodiment, and the same parts as the foregoing embodiment will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: in the step 2), a request for inquiring the position of the service object is sent out by adopting a multicast means.
Example 3:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the business system comprises at least one node which is networked in the same network, and application service software and intelligent perception service software are deployed on the node.
Example 4:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the application service software is responsible for bearing the operation of the corresponding business object and is responsible for carrying out real-time data communication with other application service software according to the data requirement of the business object.
Example 5:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the intelligent sensing service software is responsible for intelligently sensing the operation position of the business object which is operating in the business system during operation.
Example 6:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the names of the business objects are globally unique, and the association between the business objects establishes an association relationship through the names of the business objects.
Example 7:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the deployment of the service system comprises the following steps:
A) based on the specific business requirements of the engineering application project, the engineering application project is subjected to business modeling based on the design thought of object-oriented design, and the whole business system is split by adopting a plurality of business objects with different names, so that the business modeling is performed on the engineering application project in a mode of carrying the operation of the business system through the business objects; at this stage, the key point only needs to pay attention to the service requirement of the service system;
B) taking an engineering application project as a unit, taking the name of a business object as a main key in a single engineering application project, and forming a plurality of business objects with unique global names when carrying out business modeling on the engineering application project;
C) when the engineering application project is subjected to business modeling, the engineering application project is taken as a unit, and dependent business object names are configured in specific business objects according to business relevance, so that the purpose of establishing an association relation based on the business object names is achieved;
D) when the engineering application project is subjected to business modeling, each business object forms an independent deployment configuration file, each business object configuration file comprises business configuration information of the business object and an incidence relation between the business configuration information and other business objects, and the deployment configuration files of the business objects are deployed to nodes during deployment.
Example 8:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: when the service system is deployed, each service object of the whole service system is deployed according to service correlation or/and corresponding resource conditions based on each node.
Example 9:
the present embodiment is further optimized based on any of the above embodiments, and the same parts as the foregoing embodiments will not be described herein again, and in order to further implement the present invention better, the following setting manner is particularly adopted: the application service software acquires the operation position of the dependent service object based on the intelligent sensing service software on the node during operation, thereby establishing a real-time data channel and carrying out distributed data interaction.
Example 10:
the present embodiment is further optimized based on any of the above embodiments, and a service system formed by at least more than one node networked in the same network is used to implement a location-independent distributed real-time data interaction method, as shown in fig. 1, a network structure of the service system includes a node 1, a node 2, and a node … …, where N is a natural number greater than 1, the node 2, and the node … … are N computers, each node is provided with application service software and intelligent sensing service software, and the network structure of the service system is characterized in that:
(1) the whole business system runs a plurality of nodes, the nodes are positioned in the same network through networking, when the business system runs and carries out business modeling on application items, the whole business system is split through a plurality of business objects, and when the business system is deployed, all the business objects can be flexibly distributed to different nodes.
(2) On each node of the business system, there are two key software services: application service software and intelligent perception service software.
(3) And the application service software is responsible for bearing the operation of the corresponding business object and carrying out real-time data communication with other application service software according to the requirement (the data requirement of the business object).
(4) When a plurality of nodes run, real-time data communication among service software is mutually applied, and a distributed real-time data interaction system of the whole service system is formed.
(5) The name of each business object is globally unique; the association between the business objects establishes an association relationship through business object names.
(6) And the intelligent sensing service software is responsible for intelligently sensing the operation position of the business object which is operating in the business system during operation.
As shown in fig. 2, the deployment process of the service system is as follows:
(a) modeling based on business: based on the specific service requirements of the application project, performing service modeling, wherein at this stage, the key point is only to pay attention to the service requirements of the service system;
(b) forming a plurality of business objects with unique global names: in the business modeling stage, the whole business system is allocated to each business object; the name of the business object is globally unique;
(c) and establishing an incidence relation based on the object name: the incidence relation between the business system businesses is established based on the business object name so as to obtain the required data during the operation;
(d) flexible deployment is carried out according to the operating resource condition: the service objects are deployed on each node, and when the service objects are deployed, the service objects of the whole service system can be flexibly deployed according to the service correlation and the resource condition corresponding to each node;
(e) the application service loads the business object to run: the application service software on each node loads and deploys the service object loaded on the node to carry out bearing operation, so that the whole service system operates;
(f) the application service performs distributed data interaction based on the intelligent perception service: during operation, the application service software acquires the operation position depending on the business object based on the intelligent perception service software on the node, so that a real-time data channel is established, distributed real-time data interaction during operation only depends on the name of the business object, no matter the position where the corresponding business object is deployed and operated, the application service software focuses more on a specific business system during modeling, and much time and energy are not needed for deploying a specific operation model.
As shown in fig. 3, the distributed real-time data interaction method specifically includes the following steps:
A. in the application service software running on the node 1, a certain service object A needs data of an object B during running due to service relevance; but the object B, which is found to be needed, is not currently running on node 1;
B. the application service software running on the node 1 sends the position request of the query object B to the intelligent perception service software on the current node (node 1);
C. after receiving the position request of the query object B, the intelligent sensing service software running on the node 1 sends out the query request by a multicast means (namely, all nodes in the same network can receive corresponding multicast messages by adopting a multicast technology);
D. taking node 2 as an example, after receiving a position query request for querying an object B, intelligent sensing service software running on node 2 immediately judges whether the current node (node 2) has the object B running;
E. if the current node (node 2) does not contain the running object B, ignoring the position request and not responding;
F. if the current node (node 2) contains the running object B, the position inquiry response is returned to the node 1 in a point-to-point mode;
G. after receiving the query response of the position of the object B returned from the node 2, the intelligent sensing service software running on the node 1 knows the current real-time running position of the object and feeds back the position information (the network address of the node 2) to the application service software running on the node 1;
H. the application service software running on the node 1 establishes a real-time data channel with the application service software running on the node 2 through the received location information (the network address of the node 2).
I. After the real-time data channel is established, the application service software running on the two nodes (node 1 and node 2) can carry out efficient real-time data communication.
The technology can realize abandoning a cluster operation mode and abandoning centralized naming service when the service system operates, has a globally unique service object name, can realize focusing on the service system, simplifies deployment operation configuration and is convenient for engineering implementation; when nodes are added or removed from the running service system or the deployment and running position of an object is changed, complex configuration work is not needed, and the existing service system does not need to be reconfigured, deployed or restarted; the real-time performance and the head management accuracy of distributed data interaction can be achieved.
The above description is only a preferred embodiment of the present invention, and is not intended to limit the present invention in any way, and all simple modifications and equivalent variations of the above embodiments according to the technical spirit of the present invention are included in the scope of the present invention.

Claims (7)

1. A distributed real-time data interaction method irrelevant to position is characterized in that: the service system formed by at least more than one nodes in the same network through networking is realized, and the method comprises the following steps:
1) the application service software running on the node sends out a data request for running a service object which is not in the node; the names of the business objects are globally unique, and the association between the business objects establishes an association relationship through the names of the business objects;
2) after receiving the data request, the intelligent sensing service software running on the node forms a request for inquiring the position of the service object and sends the request out;
3) receiving a request for inquiring the position of a business object by intelligent sensing service software running on other nodes in the business system, judging whether the business object exists in the node per se, if not, ignoring, and if so, running the step 4);
4) the intelligent sensing service software of the node where the business object is located responds to the query request of the position of the business object and sends the request information to the node, and the intelligent sensing service software of the node responds;
5) the application service software of the node and the application service software of the node where the business object is located establish a real-time data channel;
6) the application service software of the node and the application service software of the node where the business object is located realize real-time data communication;
the deployment of the business system comprises the following steps:
A) based on the specific business requirements of the engineering application project, performing business modeling on the engineering application project based on a design thought of object-oriented design, and splitting the whole business system by adopting a plurality of business objects with different names, so as to perform business modeling on the engineering application project in a mode of bearing the operation of the business system through the business objects;
B) taking an engineering application project as a unit, taking the name of a business object as a main key in a single engineering application project, and forming a plurality of business objects with unique global names when carrying out business modeling on the engineering application project;
C) when the engineering application project is subjected to business modeling, the engineering application project is taken as a unit, and dependent business object names are configured in specific business objects according to business relevance, so that the purpose of establishing an association relation based on the business object names is achieved;
D) when the engineering application project is subjected to business modeling, each business object forms an independent deployment configuration file, each business object configuration file comprises business configuration information of the business object and an incidence relation between the business configuration information and other business objects, and the deployment configuration files of the business objects are deployed to nodes during deployment.
2. A method of location-independent distributed real-time data interaction according to claim 1, characterized in that: in the step 2), a request for inquiring the position of the service object is sent out by adopting a multicast means.
3. A method of location-independent distributed real-time data interaction according to claim 1 or 2, characterized in that: the business system comprises at least one node which is networked in the same network, and application service software and intelligent perception service software are deployed on the node.
4. A method of location-independent distributed real-time data interaction according to claim 3, characterized in that: the application service software is responsible for bearing the operation of the corresponding business object and is responsible for carrying out real-time data communication with other application service software according to the data requirement of the business object.
5. A method of location-independent distributed real-time data interaction according to claim 3, characterized in that: the intelligent sensing service software is responsible for intelligently sensing the operation position of the business object which is operating in the business system during operation.
6. A method of location-independent distributed real-time data interaction according to claim 1, characterized in that: when the service system is deployed, each service object of the whole service system is deployed according to service correlation or/and corresponding resource conditions based on each node.
7. A method of location-independent distributed real-time data interaction according to claim 1, characterized in that: the application service software obtains the operation position of the dependent service object based on the intelligent sensing service software on the node during operation, thereby establishing a real-time data channel and carrying out distributed data interaction.
CN201911009117.5A 2019-10-23 2019-10-23 Distributed real-time data interaction method irrelevant to position Active CN110944036B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201911009117.5A CN110944036B (en) 2019-10-23 2019-10-23 Distributed real-time data interaction method irrelevant to position

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201911009117.5A CN110944036B (en) 2019-10-23 2019-10-23 Distributed real-time data interaction method irrelevant to position

Publications (2)

Publication Number Publication Date
CN110944036A CN110944036A (en) 2020-03-31
CN110944036B true CN110944036B (en) 2022-08-05

Family

ID=69906143

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201911009117.5A Active CN110944036B (en) 2019-10-23 2019-10-23 Distributed real-time data interaction method irrelevant to position

Country Status (1)

Country Link
CN (1) CN110944036B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN115622057B (en) * 2022-12-20 2023-03-07 成都交大光芒科技股份有限公司 Power supply scheduling system power supply topology analysis method and device and electronic equipment

Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104883389A (en) * 2015-04-17 2015-09-02 杭州华三通信技术有限公司 Obtaining method of server-side position and device

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN100495995C (en) * 2003-04-08 2009-06-03 国家数字交换系统工程技术研究中心 Method for constructing peer-to-peer network in Internet and obtaining shared information in said network
FR3048535A1 (en) * 2016-03-01 2017-09-08 Atos Worldgrid INTELLIGENT NODE FOR NETWORK DISTRIBUTED ACCORDING TO A MESH
CN107483614B (en) * 2017-08-31 2021-01-22 京东方科技集团股份有限公司 Content scheduling method and communication network based on CDN (content delivery network) and P2P network

Patent Citations (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104883389A (en) * 2015-04-17 2015-09-02 杭州华三通信技术有限公司 Obtaining method of server-side position and device

Also Published As

Publication number Publication date
CN110944036A (en) 2020-03-31

Similar Documents

Publication Publication Date Title
CN104486445B (en) Distributed extendable resource monitoring system based on cloud platform
Pietzuch et al. Hermes: A distributed event-based middleware architecture
CN113508403B (en) System and method for interoperable communication of automation system components with multiple information sources
JP4647234B2 (en) Method and apparatus for discovering network devices
EP1810447B1 (en) Method, system and program product for automated topology formation in dynamic distributed environments
US20090319686A1 (en) Communication route selecting method and apparatus
JP2008210412A (en) Method of controlling remotely accessible resource in multi-node distributed data processing system
CN111176788A (en) Method and system for deploying main nodes of Kubernetes cluster
CN112840601B (en) Method, apparatus and computer readable medium for configuring an apparatus to be named
CN106603582A (en) Network microservice discovery method
CN100536410C (en) Monitoring system and its dynamic self-configuration method
CN110765203B (en) Method and system for realizing MySQL master-slave synchronization and performance acquisition of container
CN110944036B (en) Distributed real-time data interaction method irrelevant to position
CN1326363C (en) Network management configuration method and apparatus thereof
CN101132416A (en) Schedule issue, reservation method and schedule management system and its correlated equipment
CN111147308A (en) Network management method and system based on micro-service architecture
CN110213359B (en) Internet of vehicles networking data pushing system and method based on D2D
CN102036188B (en) Mail proxy method, equipment and system under multi-node system
CN112181049B (en) Cluster time synchronization method, device, system, equipment and readable storage medium
CN100423514C (en) Data synchronization method in distributed equipment according to address resolution protocol
CN105959427B (en) DNS server automatic expansion method
CN102891763B (en) A kind of method and apparatus obtaining CIM resource
CN114125827B (en) Terminal management method, device and centralized management system
CN114363164B (en) Cloud network service arrangement control method, system, storage medium and electronic equipment
CN111367658B (en) Live broadcast service system and process management method

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
TA01 Transfer of patent application right
TA01 Transfer of patent application right

Effective date of registration: 20210701

Address after: 10 Fuxing Road, Haidian District, Beijing 100089

Applicant after: China National Railway Group Co.,Ltd.

Applicant after: CHINA RAILWAY DESIGN Corp.

Applicant after: CHENGDU JIAODA GUANGMANG TECHNOLOGY Co.,Ltd.

Address before: 5 / F, building 2, area B, Tianfu Software Park, 801 Tianfu Avenue, high tech Zone, Chengdu, Sichuan 610000

Applicant before: CHENGDU JIAODA GUANGMANG TECHNOLOGY Co.,Ltd.

GR01 Patent grant
GR01 Patent grant