CN115858193A - Data transmission method and method for realizing business class bussiness function butt joint - Google Patents
Data transmission method and method for realizing business class bussiness function butt joint Download PDFInfo
- Publication number
- CN115858193A CN115858193A CN202211481879.7A CN202211481879A CN115858193A CN 115858193 A CN115858193 A CN 115858193A CN 202211481879 A CN202211481879 A CN 202211481879A CN 115858193 A CN115858193 A CN 115858193A
- Authority
- CN
- China
- Prior art keywords
- client
- server
- data
- data transmission
- class
- Prior art date
- Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
- Granted
Links
- 238000000034 method Methods 0.000 title claims abstract description 72
- 230000005540 biological transmission Effects 0.000 title claims abstract description 53
- 210000001503 joint Anatomy 0.000 title claims description 3
- 230000007246 mechanism Effects 0.000 claims abstract description 11
- 230000004048 modification Effects 0.000 claims abstract description 5
- 238000012986 modification Methods 0.000 claims abstract description 5
- 238000012544 monitoring process Methods 0.000 claims description 14
- 230000006870 function Effects 0.000 claims description 12
- 238000012545 processing Methods 0.000 claims description 9
- 238000006243 chemical reaction Methods 0.000 claims description 8
- 230000000694 effects Effects 0.000 claims description 6
- 238000013507 mapping Methods 0.000 claims description 6
- 238000013506 data mapping Methods 0.000 claims description 4
- 238000013144 data compression Methods 0.000 claims description 3
- 238000001514 detection method Methods 0.000 claims description 3
- 238000000547 structure data Methods 0.000 claims description 3
- 230000004083 survival effect Effects 0.000 claims description 3
- 238000003032 molecular docking Methods 0.000 abstract description 7
- 230000008859 change Effects 0.000 abstract description 3
- 239000006185 dispersion Substances 0.000 abstract description 3
- 230000008569 process Effects 0.000 description 6
- 238000004891 communication Methods 0.000 description 3
- 238000000926 separation method Methods 0.000 description 3
- 238000010586 diagram Methods 0.000 description 2
- 238000012856 packing Methods 0.000 description 2
- 238000010276 construction Methods 0.000 description 1
- 230000007547 defect Effects 0.000 description 1
- 238000005516 engineering process Methods 0.000 description 1
- 238000005111 flow chemistry technique Methods 0.000 description 1
- 230000003993 interaction Effects 0.000 description 1
- 238000005457 optimization Methods 0.000 description 1
- 238000011084 recovery Methods 0.000 description 1
- 238000012546 transfer Methods 0.000 description 1
Images
Landscapes
- Computer And Data Communications (AREA)
Abstract
The invention relates to a data transmission method and a method for realizing the docking of a business class bussiness function. The data transmission method comprises the following steps: the client acquires the proxy information of the server and transmits the local identification code to the server so as to establish connection with the server; the server receives an object transmission request sent by the client, searches an object adapted to the client and sends the object to the client; the client acquires the use right of the object, wherein the use right comprises the property and the method for modifying the object; the server receives the object modification request of the client, operates in a visible domain and transmits an operation result to the processing center; and the processing center distributes the state and the attribute change to the object according to a preset event mechanism. The data transmission method can solve the description complexity caused by data dispersion.
Description
Technical Field
The present invention relates to the field of data transmission, and in particular, to a data transmission method and a method for implementing service class bussiness function docking.
Background
The existing industrial equipment generally adopts a TCP direct connection transmission mode and has the following defects:
1. the naked data is complex, needs to be converted into a streaming sequence, and has no process errors.
2. The structural data of the sending end needs unpacking, each field mark is needed for separation, and the receiving end splices the data according to the mark number and the discrete received data, so that mistakes and omissions are easy to occur.
3. Due to the fact that the capacity of processing dirty data and repeated data is not available, after a receiving end obtains the data, a processing flow is arranged to be wrong or cannot be arranged.
4. The heartbeat mechanism is adopted to detect the receiving end and the sending end, and when one end fails, communication recovery is very complex, and the receiving end and the sending end are always required to be respectively restarted.
Disclosure of Invention
Based on this, the invention aims to provide a data transmission method and a method for realizing the docking of the business class bussiness function, so as to solve the description complexity caused by data dispersion.
The invention provides a data transmission method, which is applied to a data transmission system, wherein the data transmission system comprises a server, a client and a processing center, and the method comprises the following steps:
the client acquires the proxy information of the server and transmits the local identification code to the server so as to establish connection with the server;
the server receives an object transmission request sent by the client, searches an object adapted to the client and sends the object to the client; the object is transmitted according to a preset general data structure corresponding to the object;
the client acquires the use right of the object, wherein the use right comprises the property and the method for modifying the object;
the server receives the object modification request of the client, operates in a visible domain and transmits an operation result to the processing center;
and the processing center distributes the state and the attribute change to the object according to a preset event mechanism.
Further, the server side obtains the general data structure through the following steps:
constructing a service class, and mapping a class structure hierarchy to an operation layer by using a stream processor; the stream processor comprises a data receiving layer, a data compression layer and a data mapping layer;
and performing parameter assignment on the service class according to the service use scene, and constructing a memory structure corresponding to the service use scene.
Further, the server receives a request for transmitting an object sent by the client, searches for an object adapted to the client, and sends the object to the client, including:
acquiring a dynamic address of the object by using a detection mechanism; the dynamic address comprises an object ID, an object conversion ID, a memory structure ID and a database structure ID;
and packing the objects into a memory pipeline, and opening Input and Output structures.
Further, the client acquires the agent information of the server and transmits the local identification code to the server, and the method includes:
searching a server through a system;
when the server is searched, registering client information and class identification, and transmitting the client information and the class identification to the server during running; the class identification comprises service original data, streaming data obtained after conversion of the original data, framework layer planning data, memory structure data and database mapping data.
Further, the data transmission system also comprises a monitoring end; the method further comprises the steps of:
the monitoring end monitors the life cycles of the client and the server, detects the activity cycle of the object, and generates a heartbeat mechanism according to the life cycle and the activity cycle.
Further, after the server searches for the object adapted to the client, the method further includes the following steps:
and the server generates a service object entity requested by the client in a memory snapshot mode.
Further, after the client obtains the usage right of the object, the method further includes the following steps:
and the client maps the object entity to the local end, injects Input parameters when in use, and acquires a result of the server end through a method or attribute in the object layer.
In a second aspect, the present invention provides a method for implementing a business class bussiness function docking, which is applied to a data transmission system, where the data transmission system includes a server, a client and a processing center, and the method includes the following steps:
the service end provides a business class, registers the business class in the processing center, and provides an interface and service discovery;
the processing center starts business class calling deployment and counts the number of the clients;
the client subscribes to a processing center event, and executes a business related processing function when the processing center sends an update notification;
and the client provides corresponding parameters according to the interface discovery, actually executes the method in the business class, and updates the business class and the attribute and the result of the snapshot thereof.
Further, the data transmission system also comprises a monitoring end; the method further comprises the steps of:
the monitoring end establishes connection with the client and the server and receives survival information of the server and the client.
Compared with the traditional communication mode, the data transmission method and the method for realizing the docking of the business class bussiness function provided by the invention have the following advantages in the implementation process:
1. the parameters are structured and more logical, and are not combined by byte data any more.
2. The software application side does not need to explicitly operate the server side and the client side to hide the complex communication details at the bottom layer.
3. Since the frame layer implements the packing of data into lossless compressed streaming bytes, transmission efficiency can be optimized. Since the logic is no longer of major concern, attention may be focused on the optimization of the transmission.
For a better understanding and practice, the invention is described in detail below with reference to the accompanying drawings.
Drawings
Fig. 1 is a schematic diagram illustrating steps applied in an embodiment of a data transmission method provided by the present invention;
fig. 2 is a schematic flow chart of an application of a data transmission method in another embodiment of the present invention;
fig. 3 is a diagram of a hardware architecture used in another embodiment of a data transmission method provided by the present invention.
Detailed Description
To make the objects, technical solutions and advantages of the present application more clear, embodiments of the present application will be described in further detail below with reference to the accompanying drawings.
It should be understood that the embodiments described are only some embodiments of the present application, and not all embodiments. All other embodiments obtained by a person of ordinary skill in the art based on the embodiments in the present application without any creative effort belong to the protection scope of the embodiments in the present application.
The terminology used in the embodiments of the present application is for the purpose of describing particular embodiments only and is not intended to be limiting of the embodiments of the present application. As used in the examples of this application and the appended claims, the singular forms "a", "an", and "the" are intended to include the plural forms as well, unless the context clearly indicates otherwise. It should also be understood that the term "and/or" as used herein refers to and encompasses any and all possible combinations of one or more of the associated listed items.
The following description refers to the accompanying drawings in which the same numbers in different drawings represent the same or similar elements unless otherwise indicated. The implementations described in the following exemplary examples do not represent all implementations consistent with the present application. Rather, they are merely examples of apparatus and methods consistent with certain aspects of the application, as detailed in the appended claims. In the description of the present application, it is to be understood that the terms "first," "second," "third," and the like are used solely to distinguish one from another and are not necessarily used to describe a particular order or sequence, nor are they to be construed as indicating or implying relative importance. The specific meaning of the above terms in the present application can be understood by those of ordinary skill in the art as appropriate.
Further, in the description of the present application, "a plurality" means two or more unless otherwise specified. "and/or" describes the association relationship of the associated object, indicating that there may be three relationships, for example, a and/or B, which may indicate: a exists alone, A and B exist simultaneously, and B exists alone. The character "/" generally indicates that the former and latter associated objects are in an "or" relationship.
The existing industrial equipment generally adopts a TCP direct connection transmission mode, because the data transmission process is streaming transmission, when a plurality of clients transmit data to a server, if an error occurs in the data transmission process of one client, the error occurs in a section of data stream, because the data is streaming transmission, namely the data stream which is continuous according to the execution sequence does not have a certain mark between every two instructions, the specific error process in the execution process cannot be obtained. And the structural data of the sending end needs unpacking, each field needs to be marked in the separation process, and the receiving end splices the data with the discrete received data according to the marking number. In this way, errors and omissions are easily generated in the data separation process due to different data formats.
To solve the problems in the background art, an embodiment of the present application provides a data transmission method applied to a data transmission system, and in a preferred embodiment, the data transmission system includes:
the system comprises a server, a client, a processing center, a system monitor and a service discovery center, wherein the server and the client adopt a distributed issuing mode.
As shown in fig. 1, the method includes:
s01: and the client acquires the proxy information of the server and transmits the local identification code to the server so as to establish connection with the server.
Preferably, the method comprises the following substeps:
s011: and searching a server through the system.
S012: when the server is searched, registering client information and class identification, and transmitting the client information and the class identification to the server during running; the class identification comprises service original data, streaming data obtained after conversion of the original data, framework layer planning data, memory structure data and database mapping data.
The runtime refers to the expression form of data in each workflow, the workflow has a series of nodes (serial, parallel, branched, and merged), and the data has corresponding expression forms according to different nodes.
S02: the server receives an object transmission request sent by the client, searches an object adapted to the client and sends the object to the client; and the object is transmitted according to a preset general data structure corresponding to the object.
For the generic data structure, the following needs to be manually configured:
1) A generic structure (type, attribute, field content) is built that accommodates the network layers.
2) And constructing an Active servant map (lookup table) corresponding to the universal structure, wherein the universal structure is expressed as a server object at the server side and is expressed as a client object at the client side.
3) The server starts and instantiates a server object.
The general structure comprises a plurality of structure types to match different instructions; if the object attribute is modified, the structure is the characteristic ID + the modified object attribute, and the matching is carried out on the general structure in the lookup table according to the characteristic ID; for example, the general structure of the object properties is that the [ time ] interface type interface identifies the interface parameters. The features are separated by separators, and after matching the feature IDs, the features are matched according to the corresponding generic structure, for example: [1] [2022-09-20 00 ]; [1] [ 2022-09-20; and the characteristic IDs of the two groups of data are both 1, and the interface parameters of the interface type identifier of the universal format [ time ] interface are obtained. And performing four times of matching, defining the matching length by different separators, and completing the matching of a group of data. Two instructions are obtained respectively. When the feature IDs are different, the common format is correspondingly changed. And different common formats correspond to different implementation classes. After the data is segmented, the server performs different operations on different data, for example, an object A with a characteristic ID of 1 is used for modifying machine parameter characteristics, after the server receives the object A, the server modifies machine parameters at the server and returns the modified parameters to the client, an object B with a characteristic ID of 2 is used for acquiring machine updating program information, and after the server receives the object B, the server acquires the machine updating program information and packages the information and returns the information to the client. Different instructions are realized through different pipelines, so that the accuracy and the timeliness of data and flow processing are improved.
In a preferred embodiment, the server obtains the generic data structure by:
s1: constructing a service class, and mapping a class structure hierarchy to an operation layer by using a stream processor; the stream processor comprises a data receiving layer, a data compression layer and a data mapping layer;
s2: and performing parameter assignment on the service class according to the service use scene, and constructing a memory structure corresponding to the service use scene.
The parameter assignment of the service class refers to combining related parts into an object or a structural body according to a used scene. The class structure comprises original data, transmission data, compressed data and memory database relational data. The memory structure is a concept in a framework layer, and is characterized by addresses, structure values and transfer data.
Based on the above general data structure, step S02 includes the following substeps:
s021: acquiring a dynamic address of the object by using a detection mechanism; the dynamic address comprises an object ID, an object conversion ID, a memory structure ID and a database structure ID.
S022: and boxing the object into a memory pipeline, and opening an Input structure and an Output structure.
Wherein, the object is boxed into the memory pipeline, which means that the outer layer data, the frame layer data, the conversion layer data and the memory data are stored.
The object required to be transmitted by the client refers to a data execution object, and the data required to be transmitted and processed generates a class structure with different languages and the same construction according to a general structure so as to realize cross-language and platform interaction.
Preferably, after the server searches for the object adapted to the client, the method further includes the following steps:
and the server generates a service object entity requested by the client in a memory snapshot mode.
S03: and the client acquires the use right of the object, wherein the use right comprises the property and the method for modifying the object.
In a preferred embodiment, after the client obtains the usage right of the object, the method further includes the following steps:
the client maps the object entity to the local end, and when in use, the Input parameter is injected, and the result of the server end is obtained through the method or the attribute in the object layer.
Specifically, the client maps the object entity to the local end, when in use, an Input parameter is injected (an outer layer has a corresponding data expression, application software generates a corresponding UI or logic according to the data expression, and an operator or a logic caller plugs in the data), and a result of the server is obtained through a method or an attribute in the object layer.
S04: and the server receives the object modification request of the client, operates in the visible domain and transmits an operation result to the processing center.
S05: and the processing center distributes the state and the attribute change to the object according to a preset event mechanism.
The data transmission system further includes a monitoring side (system monitor); the method further comprises the steps of:
s06: the monitoring end monitors the life cycles of the client and the server, detects the activity cycle of the object, and generates a heartbeat mechanism according to the life cycle and the activity cycle.
Correspondingly, the client is used for injecting life cycle information (the life cycle of the data stream, which is obtained by the Start node and finally goes to the End node through the common node, the branch node and the comprehensive node) into the monitoring system, so that the monitoring system can determine whether the client is overtime or loses connection.
In a second aspect, the present invention provides a method for implementing service class bussiness function docking, which is applied to a data transmission system, where the data transmission system includes a server, a client, and a processing center, and as shown in fig. 2 and fig. 3, the method includes the following steps:
s11: and the server provides a business class, registers the business class in the processing center, and provides an interface and service discovery.
The processing center comprises a data processing layer, a data mapping layer and a conversion layer in a framework layer; and the service discovery center acquires the requirements according to the published events or interfaces.
Specifically, the customer needs are generally divided into data, processing flow and ui, and all of these are included in the business class business function.
S12: and the processing center starts business class calling deployment and counts the number of the clients.
S13: and the client subscribes to the event of the processing center, and executes the business related processing function when the processing center sends the update notification.
S14: and the client provides corresponding parameters according to the interface discovery, actually executes the method in the business class, and updates the business class and the attribute and the result of the snapshot thereof.
Preferably, the data transmission system further comprises a monitoring end; the method further comprises the steps of:
s15: the monitoring end establishes connection with the client and the server and receives survival information of the server and the client.
The invention provides a data transmission method and a method for realizing business class bussiness function docking, which solve the description complexity caused by data dispersion (serialization flow is ensured according to data types, data names and data values, the flow can be transmitted in different pipelines (certainly can adapt to a distributed environment), improve the accuracy and timeliness of processing data and processes (corresponding values can be accurately extracted according to parameter types and characteristics, all parameters are stored in a custom memory database, so that the flow can respond in time), enhance the robustness of the system for processing redundant data (each data has a time mark, and the redundant data can be eliminated according to repeated gaps), fuse a sending end and a receiving end (the sending end and the receiving end are bound and transmitted through technologies such as http, tcp, process pipelines and the like), enable outer layer calling to be always in an integral framework basic layer, and improve the reliability and the usability of software (because the integral framework considers different parameters and different method requirements of a multi-level calling layer, organizes corresponding software structures and memory deployment, so that the reliability and the usability of the software can be improved).
The above-mentioned embodiments only express several embodiments of the present invention, and the description thereof is more specific and detailed, but not construed as limiting the scope of the invention. It should be noted that, for a person skilled in the art, several variations and modifications can be made without departing from the inventive concept, which falls within the scope of the present invention.
Claims (9)
1. A data transmission method is applied to a data transmission system, the data transmission system comprises a server, a client and a processing center, and the method is characterized by comprising the following steps:
the client acquires the proxy information of the server and transmits the local identification code to the server so as to establish connection with the server;
the server receives an object transmission request sent by the client, searches an object adapted to the client and sends the object to the client; the object is transmitted according to a preset general data structure corresponding to the object;
the client acquires the use right of the object, wherein the use right comprises the property and the method for modifying the object;
the server receives the object modification request of the client, operates in a visible domain and transmits an operation result to the processing center;
and the processing center distributes the state and attribute changes to the object according to a preset event mechanism.
2. The data transmission method according to claim 1, wherein the server obtains the generic data structure by:
constructing a service class, and mapping a class structure hierarchy to an operation layer by using a stream processor; the stream processor comprises a data receiving layer, a data compression layer and a data mapping layer;
and according to the service use scene, performing parameter assignment on the service class, and constructing a memory structure corresponding to the service use scene.
3. The data transmission method according to claim 2, wherein the server accepts the request for transferring the object sent by the client, finds an object adapted to the client, and sends the object to the client, and comprises:
acquiring a dynamic address of the object by using a detection mechanism; the dynamic address comprises an object ID, an object conversion ID, a memory structure ID and a database structure ID;
and boxing the object into a memory pipeline, and opening an Input structure and an Output structure.
4. The data transmission method according to claim 1, wherein the client acquires proxy information of the server and transmits a local identification code to the server, and the method comprises the following steps:
searching a server through a system;
when the server is searched, registering client information and class identification, and transmitting the client information and the class identification to the server during running; the class identification comprises service original data, streaming data obtained after conversion of the original data, framework layer planning data, memory structure data and database mapping data.
5. A data transmission method according to claim 1, wherein the data transmission system further comprises a monitoring terminal; the method further comprises the steps of:
the monitoring end monitors the life cycles of the client and the server, detects the activity cycle of the object, and generates a heartbeat mechanism according to the life cycle and the activity cycle.
6. The data transmission method according to claim 1, wherein after the server searches for the object adapted to the client, the method further comprises the following steps:
and the server generates a service object entity requested by the client in a memory snapshot mode.
7. The data transmission method according to claim 6, wherein after the client obtains the usage right of the object, the method further comprises the following steps:
the client maps the object entity to the local end, and when in use, the Input parameter is injected, and the result of the server end is obtained through the method or the attribute in the object layer.
8. A method for realizing the business type bussiness function butt joint is applied to a data transmission system, the data transmission system comprises a server, a client and a processing center, and the method is characterized by comprising the following steps:
the service end provides a business class, registers the business class in the processing center, and provides an interface and service discovery;
the processing center starts business class calling deployment and counts the number of the clients;
the client subscribes to a processing center event, and executes a business related processing function when the processing center sends an update notification;
and the client provides corresponding parameters according to the interface discovery, actually executes the method in the business class, and updates the business class and the attribute and the result of the snapshot thereof.
9. The method of claim 8, wherein the data transmission system further comprises a monitoring end; the method further comprises the steps of:
the monitoring end establishes connection with the client and the server and receives survival information of the server and the client.
Priority Applications (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211481879.7A CN115858193B (en) | 2022-11-24 | 2022-11-24 | Data transmission method and method for realizing business function docking |
Applications Claiming Priority (1)
Application Number | Priority Date | Filing Date | Title |
---|---|---|---|
CN202211481879.7A CN115858193B (en) | 2022-11-24 | 2022-11-24 | Data transmission method and method for realizing business function docking |
Publications (2)
Publication Number | Publication Date |
---|---|
CN115858193A true CN115858193A (en) | 2023-03-28 |
CN115858193B CN115858193B (en) | 2023-08-25 |
Family
ID=85665840
Family Applications (1)
Application Number | Title | Priority Date | Filing Date |
---|---|---|---|
CN202211481879.7A Active CN115858193B (en) | 2022-11-24 | 2022-11-24 | Data transmission method and method for realizing business function docking |
Country Status (1)
Country | Link |
---|---|
CN (1) | CN115858193B (en) |
Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005292986A (en) * | 2004-03-31 | 2005-10-20 | Nomura Research Institute Ltd | Ejb component system for task processing |
US20090016354A1 (en) * | 2007-07-11 | 2009-01-15 | Takashi Isobe | Information processing apparatus and information processing system |
CN102209076A (en) * | 2011-06-03 | 2011-10-05 | 用友软件股份有限公司 | Method and system for interaction between server and client |
JP2012083910A (en) * | 2010-10-08 | 2012-04-26 | Sony Corp | Information processing device, information processing method and program |
CN105721473A (en) * | 2016-02-24 | 2016-06-29 | 锐达互动科技股份有限公司 | WEB side remote invoking optimizing method and system |
CN108628683A (en) * | 2017-03-20 | 2018-10-09 | 腾讯科技(深圳)有限公司 | Data transmission method and device |
CN110351323A (en) * | 2018-04-08 | 2019-10-18 | 北京京东尚科信息技术有限公司 | A kind of parameter management method and device of application system |
CN112199430A (en) * | 2020-10-15 | 2021-01-08 | 苏州龙盈软件开发有限公司 | Business data processing system and method based on data middling station |
US11089133B1 (en) * | 2017-11-22 | 2021-08-10 | Amazon Technologies, Inc. | Synchronizing data with delayed subscriptions |
-
2022
- 2022-11-24 CN CN202211481879.7A patent/CN115858193B/en active Active
Patent Citations (9)
Publication number | Priority date | Publication date | Assignee | Title |
---|---|---|---|---|
JP2005292986A (en) * | 2004-03-31 | 2005-10-20 | Nomura Research Institute Ltd | Ejb component system for task processing |
US20090016354A1 (en) * | 2007-07-11 | 2009-01-15 | Takashi Isobe | Information processing apparatus and information processing system |
JP2012083910A (en) * | 2010-10-08 | 2012-04-26 | Sony Corp | Information processing device, information processing method and program |
CN102209076A (en) * | 2011-06-03 | 2011-10-05 | 用友软件股份有限公司 | Method and system for interaction between server and client |
CN105721473A (en) * | 2016-02-24 | 2016-06-29 | 锐达互动科技股份有限公司 | WEB side remote invoking optimizing method and system |
CN108628683A (en) * | 2017-03-20 | 2018-10-09 | 腾讯科技(深圳)有限公司 | Data transmission method and device |
US11089133B1 (en) * | 2017-11-22 | 2021-08-10 | Amazon Technologies, Inc. | Synchronizing data with delayed subscriptions |
CN110351323A (en) * | 2018-04-08 | 2019-10-18 | 北京京东尚科信息技术有限公司 | A kind of parameter management method and device of application system |
CN112199430A (en) * | 2020-10-15 | 2021-01-08 | 苏州龙盈软件开发有限公司 | Business data processing system and method based on data middling station |
Also Published As
Publication number | Publication date |
---|---|
CN115858193B (en) | 2023-08-25 |
Similar Documents
Publication | Publication Date | Title |
---|---|---|
US6052724A (en) | Method and system for managing a directory service | |
US5781743A (en) | System and method for distributed data processing using different server system specifications | |
CN109756559B (en) | Construction and use method for distributed data distribution service of embedded airborne system | |
CN108563425A (en) | A kind of event driven multipaths coprocessing system | |
CN102880475A (en) | Real-time event handling system and method based on cloud computing in computer software system | |
CN112291094B (en) | Container network management method, device, equipment and storage medium | |
CN106790131B (en) | Parameter modification method and device and distributed platform | |
CN105516266B (en) | A kind of business monitoring method, system and relevant device | |
CN106326352A (en) | Universal interface design method and system in butt joint with plurality of service systems | |
GB2449037A (en) | Multilayer distributed processing system | |
CN103812838A (en) | Service calling method and device and system | |
CN114978880B (en) | Service call chain tracking method, system, computer and storage medium | |
CN109871289A (en) | A kind of remote procedure call service creation method and device | |
CN113691635B (en) | Method and device for calling microservice, electronic equipment and readable storage medium | |
US20080162644A1 (en) | Auto selection of connectors in a middleware framework | |
CN110532011A (en) | Data converter version upgrading method and device and data communication system | |
US6968390B1 (en) | Method and system for enabling a network function in a context of one or all server names in a multiple server name environment | |
CN115858193B (en) | Data transmission method and method for realizing business function docking | |
CN112698930B (en) | Method, device, equipment and medium for obtaining server identification | |
CN108089968A (en) | A kind of method of host's machine monitoring virtual-machine data storehouse state | |
CN117194039A (en) | K8S drive integrated system, request processing method, device and storage medium | |
CN117453272A (en) | Automobile software version management system | |
JP2012528367A (en) | Method and associated system for adapting data in a data transmission system | |
US20050076135A1 (en) | UDDI web service registry system based on an ebXML registry and management method therefor | |
CN112019645B (en) | TOE-based network address management method and device |
Legal Events
Date | Code | Title | Description |
---|---|---|---|
PB01 | Publication | ||
PB01 | Publication | ||
SE01 | Entry into force of request for substantive examination | ||
SE01 | Entry into force of request for substantive examination | ||
GR01 | Patent grant | ||
GR01 | Patent grant | ||
CP03 | Change of name, title or address |
Address after: 510000 3, building 9, two South Road, Dashi street, Dashi street, Guangzhou, Guangdong, Panyu District, China. Patentee after: Guangzhou Yihong Intelligent Equipment Co.,Ltd. Country or region after: China Address before: 511449 101-301, building 3, No. 9, Huijiang Shinan Second Road, Dashi street, Panyu District, Guangzhou, Guangdong Patentee before: GUANGZHOU EHOLLY INTELLIGENT EQUIPMENT Co.,Ltd. Country or region before: China |
|
CP03 | Change of name, title or address |