WO2016169375A1 - Système de service de structure mandataire comprenant un ensemble local, et procédé - Google Patents

Système de service de structure mandataire comprenant un ensemble local, et procédé Download PDF

Info

Publication number
WO2016169375A1
WO2016169375A1 PCT/CN2016/076948 CN2016076948W WO2016169375A1 WO 2016169375 A1 WO2016169375 A1 WO 2016169375A1 CN 2016076948 W CN2016076948 W CN 2016076948W WO 2016169375 A1 WO2016169375 A1 WO 2016169375A1
Authority
WO
WIPO (PCT)
Prior art keywords
unit
local
execution
remote
proxy
Prior art date
Application number
PCT/CN2016/076948
Other languages
English (en)
Chinese (zh)
Inventor
陈晴阳
秦岭
包杰
Original Assignee
珀金埃尔默企业管理(上海)有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 珀金埃尔默企业管理(上海)有限公司 filed Critical 珀金埃尔默企业管理(上海)有限公司
Publication of WO2016169375A1 publication Critical patent/WO2016169375A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L9/00Cryptographic mechanisms or cryptographic arrangements for secret or secure communications; Network security protocols
    • H04L9/40Network security protocols

Definitions

  • the present invention relates to the field of computer technologies, and in particular, to a proxy framework service system and method.
  • agent framework service system and method including local components for facilitating simple operations and facilitating deployment is now provided.
  • An agent framework service system including local components, wherein
  • the proxy framework service system wherein the local proxy unit comprises:
  • An interface module configured to connect to the application, and the interface module includes:
  • a configuration information acquisition component for providing system configuration information to the application
  • An instruction execution component is configured to receive a request of the application, an execution parameter corresponding to the request, and send an execution result to the application.
  • the proxy framework service system wherein the local proxy unit comprises:
  • the proxy framework service system wherein the communication unit comprises:
  • At least one proxy client module connecting the remote management module
  • the remote management module starts a corresponding proxy client module to maintain a relationship between the local proxy unit and a corresponding remote execution unit Connection.
  • the proxy framework service system wherein the communication unit comprises:
  • Monitoring component for monitoring a connection status between the local agent unit and the remote execution unit
  • a registration management component configured to receive a registration request of the remote execution unit, and register the corresponding remote execution unit to the local proxy unit according to the registration request.
  • the agent framework service system wherein the communication unit maintains communication between the home agent unit and the remote execution unit via a socket communication mode.
  • the proxy framework service system wherein the remote execution unit comprises:
  • At least one remote function component for performing a predetermined function according to the request, and Generate corresponding execution results
  • a host module which is respectively connected to the communication unit and the remote function component, for starting the remote function component, and converting the request obtained by the communication unit into a corresponding instruction acceptable by the remote function component, And controlling the remote function component to perform a predetermined function according to the corresponding instruction; and transmitting the execution result of the remote function component to the home agent unit through the communication unit.
  • the proxy framework service system wherein the local proxy unit comprises:
  • the proxy framework service system wherein the host module comprises:
  • a registration component connected to the communication unit, to send a registration request to the communication unit after the host module is started to register the host module to the local proxy unit.
  • the proxy framework service system wherein the host module comprises:
  • a status monitoring component for detecting an operating status of the local agent unit and causing the host module to be taken out of operation when the local agent unit stops working.
  • the proxy framework service system wherein the local execution module comprises:
  • At least one local function component for performing a predetermined function according to the request and generating a corresponding execution result
  • the local agent unit includes:
  • a local management component respectively connected to the interface module and the local execution module, configured to select a corresponding local functional component according to the request of the application, and control the selected local functional component to perform a predetermined function And, transmitting the execution result of the local function component to the application through the interface module.
  • the proxy framework service system wherein the local execution module further includes:
  • the local registration component is respectively connected to the local function component for registering the corresponding local function component into the local proxy unit according to the request of the local execution module.
  • the proxy framework service system wherein the remote execution unit is The local agent unit works under different operating systems; and/or
  • the local execution module works with the local proxy unit under the same operating system.
  • the service method based on the remote execution unit specifically includes:
  • Step S1a the local proxy unit acquires a request of the currently running application
  • Step S2a the local proxy unit selects the corresponding remote execution unit according to the request, to execute the request remotely and form a corresponding execution result;
  • Step S3a the local agent unit returns the execution result formed by the remote execution unit processing to the application for use by the application;
  • the service method based on the local execution module specifically includes:
  • Step S1b the local agent unit acquires a request of the currently running application
  • Step S2b the local proxy unit selects the corresponding local execution module according to the request, to execute the request and form a corresponding execution result;
  • Step S3b the local agent unit returns the execution result formed by the local execution module processing to the application for use by the application.
  • the proxy framework service method wherein the local proxy unit provides system configuration information to the application through a corresponding interface;
  • the local proxy unit acquires the request of the currently running application by the interface, and an execution parameter corresponding to the request.
  • the proxy framework service method wherein the request of the application and the corresponding execution parameter are sent to a corresponding remote execution unit by a remote management module disposed in the local proxy unit;
  • the remote management module provides a connection status between the remote execution unit and the home agent unit to be included in the system configuration information.
  • the proxy framework service method wherein, in the step S2a, when the local proxy unit sends the request by using the communication unit, the remote management module is used to form a proxy client in the communication unit.
  • the end process the connection between the local proxy unit and the corresponding remote execution unit.
  • the proxy framework service method wherein the request sent by the local proxy unit by the communication unit and the corresponding execution parameter are converted into a format acceptable to the remote server and described by Remote server receiving;
  • the execution result sent by the remote server through the communication unit is converted into a format acceptable by the home agent unit and received by the home agent unit.
  • the remote execution unit receives the request and selects a corresponding one of the remote function components to perform a predetermined function and generate a corresponding execution result;
  • the proxy framework service method wherein:
  • the home agent unit controllably launches the host module through the communication unit; and/or
  • the host module When the host module is launched, the host module sends a registration request to the communication unit to register the host module to the home agent unit.
  • the proxy framework service method wherein at least one local function component is set in each of the local execution modules, each of the local function components is configured to perform a preset function;
  • the local management component selects a corresponding one of the local execution modules according to the request of the currently running application to control the corresponding local functional component to perform a predetermined function and process correspondingly The result of the execution.
  • the proxy framework service method wherein the remote execution unit and the local proxy unit operate under different operating systems; and/or
  • the local execution module works with the local proxy unit under the same operating system.
  • agent framework service system which solves the problem that an existing computer cannot conveniently utilize a cross-platform third-party component to process a transaction, and the agent framework service system is convenient to deploy and simple to operate;
  • FIG. 1 is a schematic diagram showing the overall structure of a proxy framework service system in a preferred embodiment of the present invention
  • 5-6 are schematic flowcharts of a proxy framework service method in a preferred embodiment of the present invention.
  • a proxy framework service system including a local component is provided.
  • the overall structure is as shown in FIG. 1 and includes:
  • At least one remote server 1 (only one shown in Figure 1) is provided.
  • a remote execution unit 11 is provided in each remote server 1 for performing predetermined functions.
  • a corresponding remote execution unit 11 can be provided in a remote server 1.
  • a plurality of remote servers 1 can be provided, so that the system includes a plurality of remote execution units 11, only one of which is shown in FIG.
  • a local proxy unit 3 is provided.
  • the local proxy unit 3 is configured to select a corresponding remote execution unit to execute the request remotely according to the request of the currently running application, and obtain the execution result and return it to the application.
  • the home agent unit 3 is connected to the remote execution unit 11 provided by the remote server 1 through the communication unit 2.
  • the local proxy unit 3 further includes at least one local execution module 34.
  • Each local execution module 34 is configured to perform a predetermined function.
  • the local single profit unit 3 may also select a corresponding local execution module 34 to execute the pre-process according to the request of the application. Set the function to return the corresponding execution result to the application.
  • the foregoing local proxy unit 3 includes:
  • Interface module 31 In a preferred embodiment of the present invention, the interface module 31 is used to connect application. That is, the interface module 31 implements data transmission between the currently running application.
  • the interface module 31 includes:
  • the configuration information acquisition component 311 is configured to obtain system configuration information and provide the system configuration information to the currently running application.
  • the system configuration information may include a connection state between the local agent unit 3 and the corresponding remote execution unit 11 in the remote server 1 through the communication unit 2, and/or for current operation.
  • the application is configured to accommodate other system parameters of the local agent unit application platform, and the like.
  • Instruction execution component 312 is configured to receive a request from an application, and an execution parameter corresponding to the request, and send an execution result to the application.
  • the so-called execution parameter refers to the application executing the corresponding execution unit (the remote execution unit or the local execution module) to execute the actual execution content corresponding to the corresponding request.
  • the third-party component included in the execution unit is a component for drawing a molecular structure diagram, and the currently running application needs to draw a corresponding molecular structure diagram according to a given molecular formula, so the application can make a request to call the corresponding execution unit.
  • the third-party component, the above execution parameters may include data such as the molecular formula on which the molecular structure diagram is drawn.
  • the instruction execution component has two functions: one is to send a request to the remote server 1 and corresponding execution parameters according to the request made by the application; the second is to perform remote execution according to the remote The unit processes the resulting execution result and returns the execution result to the application.
  • the foregoing local proxy unit 3 further includes:
  • the remote management module 32 connects the interface module 31 and the communication unit 2.
  • the remote management module 32 is configured to send the request from the application acquired by the interface module 31 and the execution parameter corresponding to the request to the corresponding remote execution unit 11 through the communication unit 2, and execute the remotely.
  • the execution result of the unit 11 is sent to the interface module 31, and the connection state of the remote execution unit 11 and the local proxy unit 3 is provided to the above configuration.
  • Information acquisition component 311 In the preferred embodiment of the present invention, specifically, as shown in FIG. 3, the communication unit 2 includes:
  • the conversion component 21 is configured to convert the request sent by the local proxy unit 3 into a format acceptable to the remote server 1 for transmission to the remote server 1; and to generate the remote server 1 The execution result is converted to a format acceptable to the local proxy unit 3 and sent to the local proxy unit.
  • the conversion component 21 is configured to implement data format conversion between the local proxy unit 3 and the remote server 1 to facilitate the data received by the local proxy unit 3 and the remote server 1. The format can be parsed and processed.
  • the communication unit 2 further includes:
  • Monitoring component 22 is configured to monitor a connection state between the local agent unit 3 and the remote execution unit 11;
  • At least one proxy client module 24 (only one shown in FIG. 3) is connected to the remote management module 32.
  • the remote management module launches the corresponding proxy client module when the local proxy unit sends a request to the remote execution unit.
  • the proxy client module 24 is configured to maintain a connection between the local proxy unit 3 and the corresponding execution unit 11.
  • each remote function component 111 is operative to perform a predetermined function upon request and to generate a corresponding execution result.
  • the remote function unit 111 actually functions in the remote function unit 111, and each of the remote function units 111 is adapted to perform a corresponding function.
  • the host module 112 is connected to the communication unit 2 and the remote function component 111, respectively.
  • the host module 112 is configured to activate the remote function component 111, convert the request acquired by the communication unit 2 into an instruction acceptable to the corresponding remote function component 111, and control the remote function component 111.
  • the predetermined function is executed according to the corresponding instruction; and the execution result of the remote function component 111 is transmitted to the home agent unit through the communication unit.
  • the function of the host module 112 is to control the remote function component 111, convert the request into a corresponding instruction, and control the corresponding remote function component 111 to process the corresponding according to the instruction. Transaction and output execution results.
  • the local application can request the remote function component to execute the preset function by issuing a request, thereby calling the corresponding remote function component to process and return the corresponding execution result.
  • the startup control module 33 is connected to the corresponding host module 112 via the communication unit 2 (only the portion of the startup control module 33 that is connected to the communication unit 2 is shown in FIG. 2).
  • the startup control module 33 is configured to controllably launch the corresponding host module 112.
  • an implementation method for starting the host module 112 is provided: the local proxy unit 3 is activated, and then the control command is sent through the communication unit 2 through the startup control module 31 included therein.
  • the host module 112 in the corresponding remote execution unit 11 is activated to activate the host module 112, thereby launching the remote function component 111 corresponding to the host module 112, and the registration process of the remote execution unit 11 is completed by the registration management component 23.
  • the foregoing technical solution is used to solve the situation that the local proxy unit 3 is abnormally shut down or abnormally restarted.
  • the startup control module 31 is not provided, when the local proxy unit 3 is abnormally shut down or abnormally restarted, the corresponding remote function component 111 set in the remote execution unit 11 will not be shut down or restarted accordingly, and will not be re-localized.
  • the proxy unit 3 sends a registration request to complete the registration, so the related information is also missing in the corresponding system configuration information. Therefore, a corresponding startup control module 31 is provided in the local agent unit 3 to solve the above problem. In other words, setting the corresponding startup control module 31 in the local proxy unit 3 can synchronize the startup and shutdown of the local proxy unit 3 with the activation and shutdown of the corresponding remote functional component 111, thereby avoiding the above problem.
  • the host module 112 includes:
  • the registration component 1121 connects the communication unit 2.
  • the registration component 1121 is configured to send a registration request to the communication unit 2 after the host module 112 is started to register the host module to the local proxy unit 3.
  • the host module 112 when the host module 112 is restarted, it actively requests registration from the local proxy unit 3 to complete the corresponding registration process.
  • the status monitoring component 1122 is configured to detect the working state of the local agent unit and to cause the host module to be out of operation when the local agent unit stops working.
  • the status monitoring component 1122 functions to send a "PING" request to the local proxy unit 3 every predetermined time to Checks if the local agent unit is still working and causes the host module to quit running when the local agent unit stops working (ie, the "PING" request fails). This avoids the "Zombie Process", which avoids the situation where the corresponding host module that cannot get the request due to a loss of connection with the local proxy unit continues to occupy system resources.
  • the remote execution unit 11 and the local proxy unit 3 can be set to work under different operating systems, thereby solving the cross
  • the platform uses third-party components.
  • the local execution module 34 includes at least one local function component 341 for performing a preset function.
  • the local management component 35 extracts the type of the corresponding local function component 341 according to the request (for example, for the C# development platform, the .NET CLR type is obtained. Then, the corresponding local function component 341 is selected (for example, using the .NET CTS to select the corresponding local function component 341), and then the application's request (converted into the corresponding instruction) is sent to the selected local function component 341 for processing. The corresponding execution result is formed and returned to the currently running application.
  • the request for example, for the C# development platform, the .NET CLR type is obtained.
  • the corresponding local function component 341 is selected (for example, using the .NET CTS to select the corresponding local function component 341), and then the application's request (converted into the corresponding instruction) is sent to the selected local function component 341 for processing.
  • the corresponding execution result is formed and returned to the currently running application.
  • the local execution module 34 further includes:
  • the local registration component 342 is connected to the local function component 341 for local
  • the request of the execution module 34 registers the corresponding local function component 342 into the local proxy unit.
  • the local registration information associated with the local function component 342 is also included in the system configuration information and sent to the currently running application to inform the currently available local functional components.
  • the local agent unit 3 may activate a corresponding proxy client set in the communication unit 2 for the corresponding remote execution unit 11 according to the request of the application program.
  • the end module 25 maintains the connection between the local agent unit 3 and the corresponding execution unit 11 to send a request to the remote function component 111 in the corresponding remote execution unit 11 for processing, forming a corresponding execution result and returning.
  • the connection status of the remote execution unit 11 is registered by the host module 112 to the local agent unit 3;
  • the corresponding remote function component of the selected remote execution unit accepts the request corresponding instruction and performs a corresponding predetermined function to form a corresponding execution result, and converts to the above-mentioned home agent through the communication unit.
  • the data in the data format acceptable to the unit is sent to the local proxy unit, and the local proxy unit will change the execution result.
  • the corresponding local function component in the local execution module accepts the corresponding instruction and executes the corresponding predetermined function to form a corresponding execution result, and the local agent unit directly returns the execution result to the application.
  • the program is used.
  • a proxy framework service method is provided based on the proxy framework service system including the local components described above.
  • At least one remote server including a remote execution unit for performing a predetermined function is provided in advance;
  • a local proxy unit including at least one local execution module is provided in advance.
  • the local execution module is configured to perform a preset function
  • the service method based on the remote execution unit that is, the service method for requesting the remote third-party component to execute the corresponding function, specifically includes:
  • Step S1a the local agent unit acquires a request of the currently running application
  • the home agent unit provides system configuration information to the application via a corresponding interface.
  • the interface may be a software development kit (SDK) for providing corresponding application configuration data to the application and the application opener for the application.
  • SDK software development kit
  • the program can successfully connect to and work with the local agent unit.
  • the request of the application and the corresponding execution parameter are sent to a corresponding remote execution unit through a remote management module disposed in the local proxy unit; and the remote execution unit is provided through the remote management module.
  • Local agent unit The connection status between them is included in the system configuration information.
  • Step S2a the local proxy unit selects a corresponding remote execution unit according to the request to execute the request remotely and form a corresponding execution result;
  • the method for implementing communication between the local proxy unit and the remote remote execution unit may include: the local proxy unit is converted into a remote service by the request sent by the communication unit and the corresponding execution parameter.
  • the acceptable format is received by the remote server; the execution result sent by the remote server through the communication unit is converted into a format acceptable to the local proxy unit and received by the local proxy unit.
  • the communication unit monitors the connection status between the local agent unit and the remote execution unit, and sets the connection status in the system configuration information.
  • the application program In the case of the application program;
  • the communication unit receives the registration request of the remote execution unit and registers the corresponding remote execution unit to the local agent unit according to the registration request, so that the local agent unit notifies the remote execution unit currently available to the application.
  • a corresponding at least one remote function component and a host module are disposed in each remote execution unit;
  • the remote execution unit receives the request and selects a corresponding remote function component to perform a predetermined function and generate a corresponding execution result;
  • the execution result is sent to the local proxy unit through the communication unit.
  • step S3a the local agent unit returns the execution result of the remote acquisition to the application for use by the application.
  • the home agent unit controllably starts the host module through the communication unit;
  • the host module When the host module is launched, the host module sends a registration request to the communication unit to register the host module with the local agent unit.
  • the host module is used to detect the working state of the local agent unit, and the host module is controlled to exit when the local agent unit stops working.
  • the host module is not used for restarting and/or registration control, remote remote execution is performed when the local proxy unit is shut down or restarted.
  • the unit cannot be closed and/or restarted synchronously, and it cannot be re-registered when the local agent unit is restarted.
  • the system configuration information included in the unit is not included in the local agent unit.
  • the remote execution unit that was already in the startup state before being restarted, so the currently running application cannot know which remote execution units are available at this time.
  • the host module is used to implement synchronization between the local proxy unit and the remote remote execution unit, thereby ensuring that the remote execution unit can register with the local proxy unit at the first time. .
  • the service method based on the local execution module that is, the service method for requesting the local third-party component to execute the corresponding function, specifically includes:
  • Step S1b the local agent unit acquires a request of the currently running application
  • Step S2b the local proxy unit selects a corresponding local execution module according to the request to execute the request and form a corresponding execution result;
  • the local proxy unit is With the request of the program, the corresponding local execution module is selected, and the corresponding local function component in the selected local execution module is controlled to execute the preset function to process the corresponding execution result and return.
  • a local management component is provided in the local execution module.
  • the local management component selects a corresponding local execution module according to the request of the currently running application to control the corresponding local function component to perform a predetermined function and process to form a corresponding execution result.
  • the corresponding local function component is registered into the local proxy unit using a local registration component in accordance with the corresponding registration request.
  • step S3b the local agent unit returns the execution result formed by the local execution module processing to the application for use by the application program.
  • the local execution module and the local agent unit operate under the same operating system.

Landscapes

  • Engineering & Computer Science (AREA)
  • Computer Security & Cryptography (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Computer And Data Communications (AREA)
  • Stored Programmes (AREA)

Abstract

La présente invention relève du domaine technique des ordinateurs. L'invention concerne un système de service de structure mandataire comprenant un ensemble local, et un procédé. Le système comprend : au moins un serveur distant comprenant une unité d'exécution distante ; une unité de communication ; et une unité mandataire locale comprenant au moins un module d'exécution local, l'unité mandataire locale étant connectée à l'unité d'exécution distante correspondante au moyen de l'unité de communication. Le procédé comprend les étapes suivantes : une unité mandataire locale acquiert une requête d'un programme d'application en cours d'exécution, et sélectionne en fonction de la demande une unité d'exécution distante ou un module d'exécution local correspondants pour créer des résultats d'exécution correspondants ; et retourne le résultat de l'exécution acquis à distance au programme d'application, ou retourne directement le résultat de l'exécution obtenu dans l'exécution locale au programme d'application. La solution technique présente les avantages suivants : elle résout le problème qui se pose quand un ordinateur existant ne parvient pas à traiter une transaction, en utilisant de manière pratique et rapide un ensemble tiers de plateformes croisées, et le système de service de structure mandataire est facile à mettre en œuvre et simple à utiliser.
PCT/CN2016/076948 2015-04-23 2016-03-22 Système de service de structure mandataire comprenant un ensemble local, et procédé WO2016169375A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201510199127.5A CN106161409A (zh) 2015-04-23 2015-04-23 一种包括本地组件的代理框架服务系统及方法
CN201510199127.5 2015-04-23

Publications (1)

Publication Number Publication Date
WO2016169375A1 true WO2016169375A1 (fr) 2016-10-27

Family

ID=57143715

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2016/076948 WO2016169375A1 (fr) 2015-04-23 2016-03-22 Système de service de structure mandataire comprenant un ensemble local, et procédé

Country Status (2)

Country Link
CN (1) CN106161409A (fr)
WO (1) WO2016169375A1 (fr)

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111064588B (zh) * 2018-10-16 2022-12-02 上海欣诺通信技术股份有限公司 消息处理方法、系统、设备及存储介质
CN112445607B (zh) * 2019-09-03 2024-03-08 腾讯科技(深圳)有限公司 一种应用程序执行方法函数的方法及装置
CN111010380A (zh) * 2019-12-06 2020-04-14 杭州视洞科技有限公司 一种跨区域服务一体化方案
CN113672403B (zh) * 2021-07-30 2024-03-29 北京数码大方科技股份有限公司 信息系统中的接口调用方法及接口调用装置、管理信息系统

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101631033A (zh) * 2008-07-14 2010-01-20 中兴通讯股份有限公司 远程组件的调用方法和系统、以及服务器、客户端
US20100106804A1 (en) * 2008-10-28 2010-04-29 International Business Machines Corporation System and method for processing local files using remote applications
US20110238722A1 (en) * 2010-03-29 2011-09-29 The Aerospace Corporation Object Distributed Computer Processing System and Method
CN102629198A (zh) * 2012-02-29 2012-08-08 北京大学 软件应用中计算逻辑的按需远程执行方法
CN104142856A (zh) * 2013-05-07 2014-11-12 华为技术有限公司 服务程序调用方法、系统及其智能设备

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101534316A (zh) * 2008-03-13 2009-09-16 洪发生 远程服务系统
CN103425517B (zh) * 2012-05-14 2017-03-29 中兴通讯股份有限公司 扩展软件功能的方法、上层软件客户端及拉远功能服务器
CN102694866B (zh) * 2012-06-01 2015-02-25 北京首钢自动化信息技术有限公司 一种分布式网络环境中的服务请求代理系统
CN103729292A (zh) * 2013-12-30 2014-04-16 瑞达信息安全产业股份有限公司 一种跨主机、跨平台的远程命令调用方法和系统
CN203894744U (zh) * 2013-12-30 2014-10-22 瑞达信息安全产业股份有限公司 跨主机、跨平台的远程命令调用系统
CN104158906B (zh) * 2014-08-29 2017-11-28 五八同城信息技术有限公司 一种服务器代理操控系统及操控方法

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101631033A (zh) * 2008-07-14 2010-01-20 中兴通讯股份有限公司 远程组件的调用方法和系统、以及服务器、客户端
US20100106804A1 (en) * 2008-10-28 2010-04-29 International Business Machines Corporation System and method for processing local files using remote applications
US20110238722A1 (en) * 2010-03-29 2011-09-29 The Aerospace Corporation Object Distributed Computer Processing System and Method
CN102629198A (zh) * 2012-02-29 2012-08-08 北京大学 软件应用中计算逻辑的按需远程执行方法
CN104142856A (zh) * 2013-05-07 2014-11-12 华为技术有限公司 服务程序调用方法、系统及其智能设备

Also Published As

Publication number Publication date
CN106161409A (zh) 2016-11-23

Similar Documents

Publication Publication Date Title
WO2016169375A1 (fr) Système de service de structure mandataire comprenant un ensemble local, et procédé
WO2020001137A1 (fr) Procédé et système interactifs pour bmc et système d'exploitation (os) de serveur
CN102065139A (zh) 软件升级方法、装置及多媒体终端
CN106855819A (zh) 一种自动部署操作系统的方法
US10326659B2 (en) Device and method for automatic switching of communication protocol of network devices based on user action
WO2018184594A1 (fr) Procédé de commande à distance de dispositif et système de commande à distance
US20130326541A1 (en) Enabling legacy applications to achieve end-to-end communication with corresponding legacy device services
CN107769952B (zh) 远端管理系统及其方法
TWI498037B (zh) 服務資訊管理方法及服務資訊管理系統
CN109246120B (zh) 一种嵌入式设备的远程调试方法及其系统
US20120191828A1 (en) Method and apparatus of performing remote command dispatching
WO2016169374A1 (fr) Système de service de structure mandataire et procédé
CN101499031A (zh) 软件错误反馈系统及方法
WO2016184315A1 (fr) Procédé et dispositif de mise à niveau de service reposant sur une connexion réseau
JP3515839B2 (ja) コンピュータシステム間通信システム
WO2022121492A1 (fr) Procédé et appareil de transmission de fichiers, dispositif informatique et support d'enregistrement
CN103139036A (zh) 电子设备及其信息处理方法
WO2015067052A1 (fr) Procédé, dispositif et système pour transmettre des commandes d'essai
CN110633163A (zh) 一种基于多进程服务器的预防应用程序崩溃的开发方法
CN106878379B (zh) 一种启动控制方法及装置
CN111858433A (zh) 一种基于ssh串口重定向的方法、系统、设备及介质
CN104503777A (zh) 瘦客户端的操作系统集中管理系统及其方法
CN112737760B (zh) 一种基于管道通信技术进行双工数据通信的方法及系统
KR101463426B1 (ko) 휴대 단말용 이미지 생성 지원 장치 및 방법
KR102497088B1 (ko) 내장형 무기체계 시스템의 원격 모니터링 및 제어 방법 및 장치

Legal Events

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

Ref document number: 16782523

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

122 Ep: pct application non-entry in european phase

Ref document number: 16782523

Country of ref document: EP

Kind code of ref document: A1