CN112199219A - Cross-language operation remote calling method - Google Patents

Cross-language operation remote calling method Download PDF

Info

Publication number
CN112199219A
CN112199219A CN202011287202.0A CN202011287202A CN112199219A CN 112199219 A CN112199219 A CN 112199219A CN 202011287202 A CN202011287202 A CN 202011287202A CN 112199219 A CN112199219 A CN 112199219A
Authority
CN
China
Prior art keywords
algorithm
client
server
configuration file
cross
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
CN202011287202.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.)
Nankai University
Original Assignee
Nankai University
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 Nankai University filed Critical Nankai University
Priority to CN202011287202.0A priority Critical patent/CN112199219A/en
Publication of CN112199219A publication Critical patent/CN112199219A/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/547Remote procedure calls [RPC]; Web services
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/311Functional or applicative languages; Rewrite languages
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/30Creation or generation of source code
    • G06F8/31Programming languages or programming paradigms
    • G06F8/315Object-oriented languages
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5038Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering the execution order of a plurality of tasks, e.g. taking priority or time dependency constraints into consideration
    • 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/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5027Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals
    • G06F9/5055Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resource being a machine, e.g. CPUs, Servers, Terminals considering software capabilities, i.e. software resources associated or available to the machine

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computing Systems (AREA)
  • Computer And Data Communications (AREA)

Abstract

The invention belongs to the field of computers, and particularly relates to a method for calling client operation at a server side after a client side configures operation algorithms of other languages. The method comprises the following steps that 1, an environment is configured between a client and a server, and program installation initialization is carried out; step 2, establishing a connection relationship between the client and the server; step 3, the server configures an operation algorithm and sends the generated configuration file to the client; and 4, reading the configuration file by the client, calling a corresponding operation algorithm, and feeding back an operation result to the server.

Description

Cross-language operation remote calling method
Technical Field
The invention belongs to the field of computers, and particularly relates to a method for calling client operation at a server side after a client side configures operation algorithms of other languages.
Background
At present, the language commonly used for developing the system is mainly Java, and the framework of the system is also the development work serving the Java language. With the development of the internet, the algorithm logic of business operations is more and more complex, and the algorithm logic is developed by using the language of Python or MATLAB. When the algorithm and the main site service are deployed on the same server side, the operation of the algorithm consumes a large amount of server side resources, so that the problem that the server side has slow access and even cannot provide response is caused.
Disclosure of Invention
To solve the above problem, the algorithms of the job are deployed on different nodes from the primary site services. When complex cross-language operation needs to be called, the operation is executed and controlled through remote calling, and the result is returned to the main server end node after the operation is called.
The invention provides a cross-language operation remote calling method which can realize the remote calling of cross-language operation. By installing a platform client program on the PC, the algorithm can configure and call the algorithm of the client job through a server page, and returns the result to the server, thereby realizing remote call of the cross-language job.
In order to achieve the purpose, the invention adopts the following technical scheme:
a cross-language operation remote calling method comprises the following steps,
step 1, configuring environments of a client and a server and initializing the settings;
step 2, establishing a connection relationship between the client and the server;
step 3, the server configures an operation algorithm and sends the generated configuration file to the client;
and 4, reading the configuration file by the client, calling a corresponding operation algorithm, and feeding back an operation result to the server.
In the further optimization of the technical scheme, in the step 2, the client and the server establish connection through a service discovery mechanism.
According to the further optimization of the technical scheme, the configuration file is an xml format file.
In the further optimization of the technical scheme, the step 3 specifically comprises the following steps,
step 3.1, the server side executes the configuration of the client operation algorithm parameters;
3.2, the server side automatically generates a configuration file;
and 3.3, the server side sends the configuration file and the job attachment.
According to the technical scheme, the operation algorithm parameters are further optimized, and comprise one or more of selected client sides, algorithm types, algorithm function file positions, algorithm operation environments, algorithm input parameter numbers, tuple lists of algorithm input parameters, algorithm output parameter numbers, algorithm output parameter tuple lists and algorithm parameter attachments.
In the further optimization of the technical scheme, the step 4 comprises the following steps,
step 4.1, the client analyzes the operation algorithm configuration file;
step 4.2, the client calls a corresponding operation algorithm according to the parameter analysis result;
and 4.3, starting a thread by the client to monitor the running state of the algorithm.
Different from the prior art, the technical scheme has the following advantages:
the invention can configure and call the algorithm of the client through the page of the server by installing the client program of the platform on the PC, and return the result to the server, thereby realizing the remote call of the cross-language operation. The client side realizes the multi-thread execution of the operation, a plurality of operation algorithms run simultaneously, the resources of the server side are reasonably distributed, and the access efficiency of the server side is improved.
Drawings
FIG. 1 is a flow diagram of a cross-language job remote invocation method;
FIG. 2 is a diagram illustrating data interaction between a server and a plurality of clients;
fig. 3 is a schematic diagram of the operation process and data interaction of the server and the client.
Detailed Description
To explain technical contents, structural features, and objects and effects of the technical solutions in detail, the following detailed description is given with reference to the accompanying drawings in conjunction with the embodiments.
Referring to fig. 1, a flowchart of a cross-language job remote invocation method is shown, a preferred embodiment of the present invention is a cross-language job remote invocation method, which includes the following steps:
step 1, configuration deployment of client and server
The client program proposed by the method is installed and configured in a system with a configured algorithm environment and algorithm, and the server program is installed and configured in a system needing to be used as a server. Initializing databases of the two programs respectively, setting IP addresses and port numbers of the client and the server, and starting service respectively.
Step 2, the connection between the client and the server is established
The client and the server establish connection through a service discovery mechanism. After the client service is started, the client automatically starts a thread, and sends a heartbeat packet to the IP address of the server input during configuration after a period of time.
As shown in fig. 3, one server side will simultaneously connect with multiple clients. The server side program maintains a list of connected clients that records the clients' IP addresses, online status, and status update time. After the server receives the heartbeat packet sent by the client, if the client does not exist in the list of the server, self-registration is executed, the client is automatically added into the list, and the online state and the state updating time of the client are set. If the client already exists in the list, the client presence status and the time online are updated. If the server end can not receive the heartbeat packet of the client end any more after the client end is disconnected for a period of time, the client end can be automatically set to be in a disconnected state, and the server end can not call and operate the client end.
Step 3, the server configures the operation algorithm, generates an xml configuration file and sends the xml configuration file to the client
The user configures the algorithm to be executed at the server side, and the server side automatically converts the parameters into a configuration file and sends the configuration file and the attachment to the client side.
Fig. 2 is a schematic diagram illustrating data interaction between a server and a plurality of clients. The specific steps of the server-side configuration job algorithm are as follows,
step 3.1, the server side executes the parameter configuration of the client operation algorithm
After the server side has established stable connection with the client side, the user can use the server side to perform algorithm calling operation on the client side at the moment. The server side comprises a configuration module for the client side operation algorithm, and a user can configure the algorithm to be executed through the module. The user configuration comprises the selected client, the algorithm type, the position of the algorithm function file, the algorithm running environment, the number of algorithm input parameters, the (name, type and value) tuple list of the algorithm input parameters, the number of algorithm output parameters, the (name, type and value) tuple list of the algorithm output parameters, the algorithm parameter attachment and the like. The server-side user interface can help the user complete the configuration operation.
A job refers to a program written to accomplish some given task, and the job algorithms may include mathematical formulas, machine learning algorithms, natural language processing algorithms, and the like. Such as a least common multiple algorithm for calculating two numbers, a sampling algorithm for topological graph, a text emotion analysis algorithm, etc.
Step 3.2, the server side automatically generates the xml configuration file
The server side comprises a read-write module of the xml file, and the read-write module can write the variables of the server side into the xml configuration file in a mode specified by a program. Those skilled in the art will appreciate that the type of configuration file is not limited to the xml format, and other formats can implement the same functionality. And the server side performs hash processing once according to the algorithm type and the time of the operation to obtain the unique identification code of the algorithm task as the name of the xml file. The purpose of the hash processing is to obtain a unique identification code of the task. The identification of each job task has a collision problem if only the identification is identified by the sequence number, so that a hash mode is used for generating the unique identification code.
Step 3.3, the server side sends the xml configuration file and the operation attachment
After the user sets the algorithm parameters, the corresponding algorithm client is also designated. When the server side configures the algorithm, besides the algorithm parameters in the xml file, other attachments of the algorithm may be needed as parameters for job invocation. A job attachment is something other than a configuration parameter that needs to be entered into the algorithm, such as a machine-learned model, a data set that needs to be entered into the model, etc.
The server side sends the xml configuration file and the attachment of the parameter of the algorithm to the corresponding client side in the step. The client side returns a result after receiving the data, and the server side sets the algorithm running state of the client side as received after receiving the result.
Step 4, the client reads the xml configuration file and calls the corresponding operation, the client operation algorithm is finished, and the operation result is sent back to the server
After receiving the xml file and the algorithm attachment sent by the server, the client analyzes the xml file, and then calls the operation algorithms of other languages and transmits parameters, and simultaneously starts a thread to monitor the operation condition of the algorithm.
After the operation of the client operation algorithm is finished, the client automatically sends the algorithm operation result back to the server side which has established the connection, and the server side updates the operation state of the client after receiving the result to complete one-time remote algorithm calling.
The client reads the xml configuration file to operate the corresponding algorithm, and the operation result is sent back to the server, and the specific steps are as follows:
step 4.1, analyzing the operation algorithm xml configuration file by the client
And the client receives the xml configuration file and the unique identification code of the algorithm job task sent by the server. The client comprises a read-write module of the xml file, the read-write module can analyze the algorithm parameters in the xml configuration file sent by the server into a parameter form capable of inputting the algorithm, and the analyzed result is stored in a client program in a variable form.
Step 4.2, the client calls the corresponding algorithm program according to the result of the analysis parameter
The client comprises a cross-language algorithm calling module, and can perform classified calling aiming at algorithms of different languages. By configuring and executing the languages such as MATLAB, Python and the like, the client program can realize the calling of the cross-language algorithm. The client judges the analysis result, and if the configuration is correct, the algorithm is correspondingly executed. When the client executes the algorithm, a new thread is started, the read input parameter list is used as the input parameters of the algorithm through the client algorithm calling module, and the algorithm function file is executed;
step 4.3, the client starts a thread to monitor the running state of the algorithm
And after the client executes the algorithm function file, additionally starting a thread to monitor the algorithm execution condition. The thread of algorithm execution communicates with the monitoring thread periodically. And after the algorithm execution is finished, the algorithm thread finishes the operation, and the monitoring thread returns the job calling result to the server side.
The method adjusts parameters of interaction of different languages through xml configuration files and job attachments. When the operation algorithm needs to adjust the execution parameters, the operation algorithm can be directly modified through the server-side page, and the time for directly modifying in each language algorithm is saved.
And the algorithm execution nodes can be scheduled according to the busy degree of the nodes, so that a plurality of algorithms can be executed simultaneously, the pressure of a server side is reduced, and the operation efficiency is improved.
In summary, the advantages of the invention are as follows:
after the server and the client start service, the client sends a heartbeat packet to the server to update the state of the client; the server configures the operation calling parameters, forms a file with a specified format and sends the file to the client; the client calls and executes the designated operation algorithm according to the corresponding parameters by analyzing the algorithm parameter file; and after the client finishes running the algorithm, returning the result to the server to finish one-time calling. The invention realizes the configuration and the calling of the server page to the client operation by installing the platform client program on the PC, and returns the result to the server, thereby realizing the remote calling of the cross-language operation. The client can call a plurality of jobs simultaneously, resources of the server are reasonably distributed, and the access efficiency of the server is improved.
It is noted that, herein, 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. Also, the terms "comprises," "comprising," or any other variation thereof, are intended to cover a non-exclusive inclusion, such that a process, method, article, or terminal that comprises a list of elements does not include only those elements but may include other elements not expressly listed or inherent to such process, method, article, or terminal. Without further limitation, an element defined by the phrases "comprising … …" or "comprising … …" does not exclude the presence of additional elements in a process, method, article, or terminal that comprises the element. Further, herein, "greater than," "less than," "more than," and the like are understood to exclude the present numbers; the terms "above", "below", "within" and the like are to be understood as including the number.
Although the embodiments have been described, once the basic inventive concept is obtained, other variations and modifications of these embodiments can be made by those skilled in the art, so that the above embodiments are only examples of the present invention, and not intended to limit the scope of the present invention, and all equivalent structures or equivalent processes using the contents of the present specification and drawings, or any other related technical fields, which are directly or indirectly applied thereto, are included in the scope of the present invention.

Claims (6)

1. A cross-language operation remote calling method is characterized by comprising the following steps,
step 1, configuring environments of a client and a server and initializing the settings;
step 2, establishing a connection relationship between the client and the server;
step 3, the server configures an operation algorithm and sends the generated configuration file to the client;
and 4, reading the configuration file by the client, calling a corresponding operation algorithm, and feeding back an operation result to the server.
2. The method for remotely invoking cross-language work according to claim 1, wherein in step 2, the client and the server establish connection through a service discovery mechanism.
3. The cross-language job remote invocation method according to claim 1, wherein the configuration file is an xml format file.
4. The cross-language job remote invocation method according to claim 1, wherein said step 3 specifically comprises the steps of,
step 3.1, the server side executes the configuration of the client operation algorithm parameters;
3.2, the server side automatically generates a configuration file;
and 3.3, the server side sends the configuration file and the job attachment.
5. The cross-language job remote invocation method according to claim 4, wherein the job algorithm parameters include one or more of selected clients, algorithm types, algorithm function file locations, algorithm execution environments, number of algorithm input parameters, tuple list of algorithm input parameters, number of algorithm output parameters, tuple list of algorithm output parameters, and algorithm parameter attachments.
6. The cross-language job remote invocation method according to claim 1, wherein said step 4 includes the steps of,
step 4.1, the client analyzes the operation algorithm configuration file;
step 4.2, the client calls a corresponding operation algorithm according to the parameter analysis result;
and 4.3, starting a thread by the client to monitor the running state of the algorithm.
CN202011287202.0A 2020-11-17 2020-11-17 Cross-language operation remote calling method Pending CN112199219A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202011287202.0A CN112199219A (en) 2020-11-17 2020-11-17 Cross-language operation remote calling method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN202011287202.0A CN112199219A (en) 2020-11-17 2020-11-17 Cross-language operation remote calling method

Publications (1)

Publication Number Publication Date
CN112199219A true CN112199219A (en) 2021-01-08

Family

ID=74033505

Family Applications (1)

Application Number Title Priority Date Filing Date
CN202011287202.0A Pending CN112199219A (en) 2020-11-17 2020-11-17 Cross-language operation remote calling method

Country Status (1)

Country Link
CN (1) CN112199219A (en)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546530A (en) * 2022-02-25 2022-05-27 博锐尚格科技股份有限公司 Big data loading method, device, equipment and medium

Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20040143823A1 (en) * 2003-01-10 2004-07-22 Wei Coach K. System and method for network-based computing
US20050021594A1 (en) * 2002-02-04 2005-01-27 James Bernardin Grid services framework
US20060200772A1 (en) * 2003-12-08 2006-09-07 Sathiyamoorthy Dhanapal Procedural computation engine for providing complex calculated data results to an object-oriented server system accessible to service clients and agents over a data packet network
CN101674333A (en) * 2009-09-29 2010-03-17 北京飞天诚信科技有限公司 Interacting and generating method for unmanaged language and NET server side, device and system therefor
CN104063239A (en) * 2013-03-22 2014-09-24 腾讯科技(深圳)有限公司 Application program update method of mobile terminal, server and client
US20150095406A1 (en) * 2013-10-02 2015-04-02 Gadi Dor System and method for remote administration of an electronic device
CN104821954A (en) * 2015-03-27 2015-08-05 中国海洋大学 Cross-platform remote procedure call method
CN105721473A (en) * 2016-02-24 2016-06-29 锐达互动科技股份有限公司 WEB side remote invoking optimizing method and system
CN106411933A (en) * 2016-11-15 2017-02-15 深圳市彬讯科技有限公司 Lightweight RPC framework capable of service management and language calling
CN107888673A (en) * 2017-11-03 2018-04-06 国云科技股份有限公司 A kind of unified management implementation method suitable for isomery cloud platform
CN108200080A (en) * 2018-01-19 2018-06-22 深圳神州数码云科数据技术有限公司 A kind of remote service communication means
CN108255615A (en) * 2017-11-30 2018-07-06 平安科技(深圳)有限公司 Across language call method, server and storage medium
CN108509282A (en) * 2018-02-08 2018-09-07 厦门快商通信息技术有限公司 Across the language call service administering methods of rpc based on golang reflection technologies
CN108614776A (en) * 2018-05-04 2018-10-02 艺龙网信息技术(北京)有限公司 Across the dynamic fixing method and system of language protocol test request
CN109274773A (en) * 2018-11-14 2019-01-25 四川长虹电器股份有限公司 A kind of realization remote service calling method, device and system
CN110058864A (en) * 2019-04-18 2019-07-26 成都四方伟业软件股份有限公司 The dispositions method and device of micro services

Patent Citations (16)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050021594A1 (en) * 2002-02-04 2005-01-27 James Bernardin Grid services framework
US20040143823A1 (en) * 2003-01-10 2004-07-22 Wei Coach K. System and method for network-based computing
US20060200772A1 (en) * 2003-12-08 2006-09-07 Sathiyamoorthy Dhanapal Procedural computation engine for providing complex calculated data results to an object-oriented server system accessible to service clients and agents over a data packet network
CN101674333A (en) * 2009-09-29 2010-03-17 北京飞天诚信科技有限公司 Interacting and generating method for unmanaged language and NET server side, device and system therefor
CN104063239A (en) * 2013-03-22 2014-09-24 腾讯科技(深圳)有限公司 Application program update method of mobile terminal, server and client
US20150095406A1 (en) * 2013-10-02 2015-04-02 Gadi Dor System and method for remote administration of an electronic device
CN104821954A (en) * 2015-03-27 2015-08-05 中国海洋大学 Cross-platform remote procedure call method
CN105721473A (en) * 2016-02-24 2016-06-29 锐达互动科技股份有限公司 WEB side remote invoking optimizing method and system
CN106411933A (en) * 2016-11-15 2017-02-15 深圳市彬讯科技有限公司 Lightweight RPC framework capable of service management and language calling
CN107888673A (en) * 2017-11-03 2018-04-06 国云科技股份有限公司 A kind of unified management implementation method suitable for isomery cloud platform
CN108255615A (en) * 2017-11-30 2018-07-06 平安科技(深圳)有限公司 Across language call method, server and storage medium
CN108200080A (en) * 2018-01-19 2018-06-22 深圳神州数码云科数据技术有限公司 A kind of remote service communication means
CN108509282A (en) * 2018-02-08 2018-09-07 厦门快商通信息技术有限公司 Across the language call service administering methods of rpc based on golang reflection technologies
CN108614776A (en) * 2018-05-04 2018-10-02 艺龙网信息技术(北京)有限公司 Across the dynamic fixing method and system of language protocol test request
CN109274773A (en) * 2018-11-14 2019-01-25 四川长虹电器股份有限公司 A kind of realization remote service calling method, device and system
CN110058864A (en) * 2019-04-18 2019-07-26 成都四方伟业软件股份有限公司 The dispositions method and device of micro services

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
韦鹏程,黄思行,李莉著: "《基于大数据深入解析MapReduce架构设计与实现原理研究》", 30 November 2019 *

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114546530A (en) * 2022-02-25 2022-05-27 博锐尚格科技股份有限公司 Big data loading method, device, equipment and medium
CN114546530B (en) * 2022-02-25 2023-10-24 博锐尚格科技股份有限公司 Big data loading method, device, equipment and medium

Similar Documents

Publication Publication Date Title
US6205465B1 (en) Component extensible parallel execution of multiple threads assembled from program components specified with partial inter-component sequence information
US8645945B2 (en) Method and apparatus for dynamic middleware assembly
US8601466B2 (en) Software deployment method and system, software deployment server and user server
US5758351A (en) System and method for the creation and use of surrogate information system objects
US8839107B2 (en) Context based script generation
EP2003557A2 (en) Applicable patch selecting device and applicable patch selecting method
JP2003058517A (en) System for enabling transaction-based service utilizing non-transactional resource
JPH1083308A (en) Subsystem, method, and recording medium for stab retrieval and loading
US7337435B2 (en) Efficient configuration data migration technique
US7653913B2 (en) Method and apparatus for creating templates
Batista et al. Dynamic reconfiguration of component-based applications
US20030020948A1 (en) Dynamically loaded applications in a printer
US7043726B2 (en) Binding of processes in network systems
CN109739665A (en) Interface managerial method, device, server and storage medium
CN116701011A (en) Algorithm service dispatching management system based on rule engine
US8650568B2 (en) Method and system for transforming orders for executing them in standard workflow engines
CN112199219A (en) Cross-language operation remote calling method
CN114020368A (en) Information processing method and device based on state machine and storage medium
CN113656001A (en) Platform component development method and device, computer equipment and storage medium
US8676842B2 (en) Creating multiple Mbeans from a factory Mbean
EP1416382A1 (en) Identifying solutions to computer problems in main system by service system
CN114268661B (en) Service scheme deployment method, device, system and equipment
CN117170769B (en) Dynamic generation method and device for sensor resource fusion service of Internet of things
JP3027784B2 (en) Application cooperative operation system
JP7445590B2 (en) information processing system

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
RJ01 Rejection of invention patent application after publication
RJ01 Rejection of invention patent application after publication

Application publication date: 20210108