WO2021258753A1 - Procédé et appareil de traitement de service, et dispositif électronique et support d'enregistrement - Google Patents

Procédé et appareil de traitement de service, et dispositif électronique et support d'enregistrement Download PDF

Info

Publication number
WO2021258753A1
WO2021258753A1 PCT/CN2021/077022 CN2021077022W WO2021258753A1 WO 2021258753 A1 WO2021258753 A1 WO 2021258753A1 CN 2021077022 W CN2021077022 W CN 2021077022W WO 2021258753 A1 WO2021258753 A1 WO 2021258753A1
Authority
WO
WIPO (PCT)
Prior art keywords
connection
long
type
pool
web service
Prior art date
Application number
PCT/CN2021/077022
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 WO2021258753A1 publication Critical patent/WO2021258753A1/fr

Links

Images

Classifications

    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/01Protocols
    • H04L67/02Protocols based on web technology, e.g. hypertext transfer protocol [HTTP]
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/14Session management
    • H04L67/141Setup of application sessions
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/50Network services
    • H04L67/60Scheduling or organising the servicing of application requests, e.g. requests for application data transmissions using the analysis and optimisation of the required network resources
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L69/00Network arrangements, protocols or services independent of the application payload and not provided for in the other groups of this subclass
    • H04L69/22Parsing or analysis of headers

Definitions

  • This application relates to the field of computer technology, and more specifically, to a business processing method and device, an electronic device, and a computer-readable storage medium.
  • each module of all nodes in the cluster is connected to a single Rabbitmq (Rabbit Message Queue, Rabbit A program-to-program communication method developed by the company)
  • Rabbitmq Revit Message Queue, Rabbit A program-to-program communication method developed by the company
  • a message service of the service node maintains a long connection.
  • other business modules are basically in an inactive state.
  • the module connection is in an empty running state, which wastes connection resources.
  • each module processes the request, they temporarily apply to create a new connection to send the processing result.
  • a new connection is created.
  • the resource overhead is large. When the number of nodes and modules is large, it will cause a single Rabbitmq service node. a lot of pressure.
  • the purpose of this application is to provide a service processing method and device, an electronic device, and a computer-readable storage medium, which reduces the pressure on a single Rabbitmq node, reduces the connection creation time, and improves the message flow speed.
  • this application provides a service processing method, including:
  • the second type of connection pool stores pre-established connections. Long connection for sending.
  • the using the first target persistent connection to send the web service request to a corresponding functional module for processing includes:
  • the web service request is sent to the functional module through the first target persistent connection, so that the functional module can process the web service request.
  • it also includes:
  • the method further includes:
  • it also includes:
  • the adding or releasing a long connection in the connection pool at a preset time node in combination with the time curve includes:
  • the adding or releasing a long connection in the connection pool at a preset time node in combination with the time curve includes:
  • connection pool is added or released at a preset time node in combination with the time curve and the actual pressure data.
  • this application provides a service processing device, including:
  • the request receiving module is used to receive web service requests issued by the client;
  • the first selection module is configured to select a first target persistent connection in an idle state from a first type of connection pool, and the first type of connection pool stores a pre-established persistent connection for receiving;
  • a request sending module configured to use the first target persistent connection to send the web service request to a corresponding functional module for processing, and obtain a processing result corresponding to the web service request;
  • the second selection module is configured to select a second target persistent connection in an idle state from the second type of connection pool, and return the processing result to the client through the second target persistent connection, the second type of connection Pre-established long connections for sending are stored in the pool.
  • an electronic device including:
  • Memory used to store computer programs
  • the processor is used to implement the steps of any service processing method disclosed above when executing the computer program.
  • this application provides a computer-readable storage medium with a computer program stored on the computer-readable storage medium. step.
  • a service processing method provided by this application includes: receiving a web service request issued by a client; Pre-established persistent connections for receiving are stored in the pool; using the first target persistent connection, the web service request is sent to the corresponding functional module for processing, and the processing result corresponding to the web service request is obtained; Select the idle second target persistent connection from the second type of connection pool, and return the processing result to the client through the second target persistent connection.
  • the second type of connection pool stores pre-established connections. Long connection for sending.
  • the first type of connection pool in this application saves pre-established long connections for unified reception of service requests, without requiring each module to maintain a long connection with a single Rabbitmq node, thereby reducing the long connection of a single Rabbitmq node. quantity.
  • the results of each module can be sent through the long connections established in the second type of connection pool, which avoids the resource overhead of constantly creating and destroying temporary connections, reduces the connection creation time, and improves the message flow speed.
  • the application also discloses a service processing device, an electronic device, and a computer-readable storage medium, which can also achieve the above technical effects.
  • Figure 1 is a schematic diagram of a message processing flow in related technologies
  • FIG. 3 is a flowchart of a service processing method disclosed in an embodiment of the application.
  • FIG. 4 is a schematic diagram of the architecture of the service processing method disclosed in an embodiment of the application.
  • FIG. 5 is a flowchart of another service processing method disclosed in an embodiment of the application.
  • Fig. 6 is a structural diagram of a service processing device disclosed in an embodiment of the application.
  • FIG. 7 is a structural diagram of an electronic device disclosed in an embodiment of the application.
  • FIG. 8 is a structural diagram of another electronic device disclosed in an embodiment of the application.
  • each module of all nodes in the cluster maintains a long connection with a message service of a single rabbitmq service node, which wastes connection resources.
  • each module creates a new connection every time it receives a processing request, and the resource overhead is large.
  • the number of nodes and modules is large, it will cause a lot of pressure on a single Rabbitmq service node.
  • the embodiment of the present application discloses a service processing method, which reduces the pressure on a single Rabbitmq service node, reduces the connection creation time, and improves the message flow speed.
  • a service processing method disclosed in an embodiment of the present application includes:
  • S101 Receive a web service request issued by a client
  • web service requests may include, but are not limited to, requests such as data query, modification, and deletion.
  • S102 Select a first target persistent connection in an idle state from the first type of connection pool, where a pre-established persistent connection for receiving is stored in the first type of connection pool;
  • the first target persistent connection whose status is idle can be selected from the first type of connection pool, so as to use the persistent connection to send the request to the corresponding functional module.
  • the first type of connection pool is used to maintain consumer long-term connections, which saves pre-established long-term connections for receiving, and is responsible for managing, storing, and releasing long-term connections.
  • a certain number of persistent connections are created in the first type of connection pool. The number of creations can be determined according to the preset minimum number of connections to ensure that there are at least the minimum number of persistent connections in the connection pool.
  • the first target persistent connection selected above can be used to send the web service request to the corresponding functional module for processing. It is understandable that this embodiment can parse the web service request to obtain the request operation code contained therein, and then determine the functional module used to process the web service request according to the current request operation code, and then pass the first target The long connection sends the web service request to the determined functional module so that the functional module can process the current web service request.
  • S104 Select an idle second target persistent connection from the second type of connection pool, and return the processing result to the client through the second target persistent connection. Established long connection for sending.
  • the idle second target persistent connection can be selected from the second type of connection pool, and the processing result can be sent to the client through the second target persistent connection.
  • the second type of connection pool stores pre-established long connections for sending, and is responsible for managing, storing, and releasing long connections.
  • long connections that are greater than or equal to the minimum number of connections can be created during initialization and stored in the second type of connection pool.
  • the embodiment of the present application can also perform state monitoring on the long connections maintained in the first type connection pool and the second type connection pool at a fixed time or in real time. If any long connection is detected to be disconnected, the disconnected long connection is reconnected.
  • the embodiment of the present application can count the number of disconnections corresponding to the connection for the disconnected long connection. If it is detected that the number of disconnections corresponding to any long connection is greater than the first preset threshold, it indicates that the connection is unstable and the performance is poor. The reconnection operation of the current long connection can be prohibited within the preset time period to avoid poor stability The resource waste caused by repeated reconnections of long connections.
  • a service processing method provided by this application includes: receiving a web service request issued by a client; Pre-established persistent connections for receiving are stored in the pool; using the first target persistent connection, the web service request is sent to the corresponding functional module for processing, and the processing result corresponding to the web service request is obtained; Select the idle second target persistent connection from the second type of connection pool, and return the processing result to the client through the second target persistent connection.
  • the second type of connection pool stores pre-established connections. Long connection for sending.
  • the first type of connection pool in this application saves pre-established long connections for unified reception of service requests, without requiring each module to maintain a long connection with a single Rabbitmq node, thereby reducing the long connection of a single Rabbitmq node. quantity.
  • the results of each module can be sent through the long connections established in the second type of connection pool, which avoids the resource overhead of constantly creating and destroying temporary connections, reduces the connection creation time, and improves the message flow speed.
  • the embodiment of the present application discloses another service processing method. Compared with the previous embodiment, this embodiment further illustrates and optimizes the technical solution. As shown in Figure 5, specific:
  • S201 Receive a web service request issued by a client
  • S202 Select a first target persistent connection in an idle state from the first type of connection pool, where a pre-established persistent connection for receiving is stored in the first type of connection pool;
  • S203 Use the first target persistent connection to send the web service request to a corresponding functional module for processing, and obtain a processing result corresponding to the web service request;
  • S204 Select an idle second target persistent connection from the second type of connection pool, and return the processing result to the client through the second target persistent connection. Long connection established for sending;
  • S205 Generate a time curve that characterizes changes in business processing pressure by collecting statistics on historical business processing data
  • the connections in the connection pool can be adaptively adjusted according to actual business processing conditions. For example, the number of long connections can be added when the business processing pressure is high to reduce business Processing response time, reducing the number of long connections when the business processing pressure is small, and reducing resource consumption.
  • the embodiment of the present application can collect historical business processing data, and generate a time curve that characterizes changes in business processing pressure by performing statistics on the historical data.
  • S206 Based on the current number and maximum threshold of persistent connections stored in the first type of connection pool and the second type of connection pool, add or add to the persistent connections in the connection pool at a preset time node in combination with the time curve Release operation.
  • a rough business processing pressure change rule can be learned based on the time curve, and the business processing pressure that may correspond to each time period or time node can be determined. Furthermore, based on the number of connections currently saved in the connection pool and the maximum threshold, the operation of adding or releasing long connections can be performed at a preset time node.
  • the process of adding or releasing the long connections in the connection pool at the preset time node in combination with the time curve may specifically include: if it is determined according to the time curve that the service processing pressure of the preset time node is less than The second preset threshold is used to obtain the number of times of disconnection and the sending success rate corresponding to each long connection in the connection pool. Combining the number of times of disconnection and the transmission success rate of each persistent connection, the third target persistent connection is determined, and the third target persistent connection is released. That is, the embodiment of the present application can determine the time node with less business processing pressure according to the time curve.
  • the time node where the business processing pressure is less than the second preset threshold can be determined as the preset time node, and when the time node is reached Perform the connection release operation.
  • a long connection with a larger number of disconnections and/or a lower transmission success rate can be selected among all the long connections for release.
  • the above-mentioned second preset threshold may be set according to specific conditions in actual implementation, and is not specifically limited here.
  • the embodiment of the present application can also perform real-time monitoring of the number of service requests to be processed to obtain actual pressure data, which can then be combined with the time curve and actual pressure data at a preset time.
  • the node adds or releases the long connection in the connection pool to avoid the adjustment of the long connection according to the original situation when the time curve is only used as the basis for adjustment.
  • the impact of processing or resource overhead ensures the accuracy of long-term connection maintenance.
  • the above-mentioned process of adding or releasing long connections in the connection pool at a preset time node in combination with the time curve and actual pressure data may include: obtaining real-time monitored actual pressure data, and calculating the next time node
  • the difference between the actual pressure data and the corresponding historical pressure data in the time curve is used to determine whether the difference is within the preset variation range. If it is, the actual pressure data is basically in line with the law of the time curve, and the long connection can be adjusted according to the adjustment strategy corresponding to the original time curve without modifying it; if not, the actual pressure data is different from the law of the time curve. Therefore, it is necessary to determine whether the next time node needs to perform the operation of adding a long connection or releasing the operation of the long connection according to the actual pressure data detected in real time.
  • the following describes a service processing device provided by an embodiment of the present application.
  • the service processing device described below and the service processing method described above can be cross-referenced.
  • a service processing apparatus provided by an embodiment of the present application includes:
  • the request receiving module 301 is used to receive web service requests issued by the client;
  • the first selection module 302 is configured to select a first target persistent connection in an idle state from a first type of connection pool, and the first type of connection pool stores a pre-established persistent connection for receiving;
  • the request sending module 303 is configured to use the first target persistent connection to send the web service request to a corresponding functional module for processing, and obtain a processing result corresponding to the web service request;
  • the second selection module 304 is configured to select a second target persistent connection in an idle state from the second type of connection pool, and return the processing result to the client through the second target persistent connection, the second type Pre-established long connections for sending are stored in the connection pool.
  • an electronic device As shown in FIG. 7, an electronic device provided by an embodiment of the application includes:
  • the memory 100 is used to store computer programs
  • the processor 200 is configured to implement the steps provided in the foregoing embodiments when executing the computer program.
  • the memory 100 includes a non-volatile storage medium and an internal memory.
  • the non-volatile storage medium stores an operating system and computer-readable instructions
  • the internal memory provides an environment for running the operating system and the computer-readable instructions in the non-volatile storage medium.
  • the processor 200 may be a central processing unit (CPU), controller, microcontroller, microprocessor, or other data processing chip, which provides computing and control capabilities for electronic devices, and executes the
  • the computer program stored in the memory 100 can implement the steps of the service processing method disclosed in any of the foregoing embodiments.
  • the electronic device further includes:
  • the input interface 300 is connected to the processor 200 and is used to obtain externally imported computer programs, parameters and instructions, and store them in the memory 100 under the control of the processor 200.
  • the input interface 300 can be connected to an input device to receive parameters or instructions manually input by the user.
  • the input device may be a touch layer covered on the display screen, a button, a trackball, or a touch pad provided on the terminal housing, or a keyboard, a touch pad, or a mouse.
  • the display unit 400 is connected to the processor 200 and is used for displaying data processed by the processor 200 and for displaying a visualized user interface.
  • the display unit 400 may be an LED display, a liquid crystal display, a touch liquid crystal display, an OLED (Organic Light-Emitting Diode, organic light-emitting diode) touch device, etc.
  • the network port 500 is connected to the processor 200 and is used to communicate with external terminal devices.
  • the communication technology used in the communication connection can be wired communication technology or wireless communication technology, such as mobile high-definition link technology (MHL), universal serial bus (USB), high-definition multimedia interface (HDMI), wireless fidelity technology (WiFi), Bluetooth communication technology, low-power Bluetooth communication technology, communication technology based on IEEE802.11s, etc.
  • FIG. 8 only shows an electronic device with components 100-500. Those skilled in the art can understand that the structure shown in FIG. 8 does not constitute a limitation on the electronic device, and may include fewer or more components than shown in the figure. Components, or combinations of certain components, or different component arrangements.
  • This application also provides a computer-readable storage medium, which may include: U disk, mobile hard disk, read-only memory (Read-Only Memory, ROM), random access memory (Random Access Memory, RAM), magnetic Various media that can store program codes such as discs or optical discs.
  • a computer program is stored on the storage medium, and when the computer program is executed by a processor, the steps of the service processing method disclosed in any of the foregoing embodiments are implemented.
  • the first type of connection pool in this application saves pre-established long connections for uniformly receiving service requests, without requiring each module to maintain a long connection with a single Rabbitmq node, thereby reducing the number of long connections for a single Rabbitmq node.
  • they can be sent through the long connections established in the second type of connection pool, which avoids the resource overhead of constantly creating and destroying temporary connections, reduces the connection creation time, and improves the message flow speed.

Abstract

La demande concerne un procédé et un appareil de traitement de service, et un dispositif et un support. Le procédé consiste à : recevoir une demande de service web émise par un client ; sélectionner une première connexion longue cible dans un état inactif à partir d'un groupe de connexion de premier type qui stocke des connexions longues préétablies pour effectuer une réception ; utiliser la première connexion longue cible pour envoyer la demande de service web à un module fonctionnel correspondant pour un traitement afin d'obtenir un résultat de traitement correspondant à la demande de service web ; et sélectionner une seconde connexion longue cible dans un état inactif à partir d'un groupe de connexion de second type stockant des connexions longues préétablies pour effectuer l'envoi, et retourner le résultat de traitement au client au moyen de la seconde connexion longue cible. Au moyen de la présente demande, il n'est pas nécessaire que tous les modules maintiennent une connexion longue avec un nœud, réduisant ainsi le nombre de connexions longues du nœud. Après obtention d'un résultat de traitement de chaque module, le résultat de traitement peut être envoyé au moyen d'une connexion longue préétablie au sein d'un groupe de connexion de second type, ce qui permet d'éviter des surcharges de ressources requises pour créer et détruire en continu des connexions temporaires, et de réduire le temps de création de connexion.
PCT/CN2021/077022 2020-06-24 2021-02-20 Procédé et appareil de traitement de service, et dispositif électronique et support d'enregistrement WO2021258753A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202010591007.0 2020-06-24
CN202010591007.0A CN111770157B (zh) 2020-06-24 2020-06-24 一种业务处理方法、装置及电子设备和存储介质

Publications (1)

Publication Number Publication Date
WO2021258753A1 true WO2021258753A1 (fr) 2021-12-30

Family

ID=72722019

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2021/077022 WO2021258753A1 (fr) 2020-06-24 2021-02-20 Procédé et appareil de traitement de service, et dispositif électronique et support d'enregistrement

Country Status (2)

Country Link
CN (1) CN111770157B (fr)
WO (1) WO2021258753A1 (fr)

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114401204A (zh) * 2022-01-14 2022-04-26 平安科技(深圳)有限公司 链接池管理方法、装置、计算机设备及存储介质
CN114675908A (zh) * 2022-05-27 2022-06-28 武汉中科通达高新技术股份有限公司 业务数据处理系统、方法、计算机设备及存储介质
CN116055227A (zh) * 2023-03-31 2023-05-02 北京国信会视科技有限公司 基于安卓设备在线安全的智能终端管控方法、系统及设备

Families Citing this family (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN111770157B (zh) * 2020-06-24 2023-04-18 广东浪潮大数据研究有限公司 一种业务处理方法、装置及电子设备和存储介质
CN113467966A (zh) * 2021-05-31 2021-10-01 珠海大横琴科技发展有限公司 一种数据处理的方法和装置
CN114338479B (zh) * 2022-01-04 2024-03-22 北京金山云网络技术有限公司 通讯方法、装置和系统
CN115132189A (zh) * 2022-06-10 2022-09-30 中国第一汽车股份有限公司 一种基于自适应控制策略的长连接通信连接池管理方法

Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270472A (zh) * 2014-10-24 2015-01-07 杭州高达软件系统股份有限公司 一种远程服务调用方法、装置及系统
US20180019922A1 (en) * 2016-07-15 2018-01-18 Ebay Inc. Preemptive connection pool adjustments
CN108124003A (zh) * 2017-12-11 2018-06-05 中盈优创资讯科技有限公司 网络管理设备连接处理方法、装置及系统
CN109769001A (zh) * 2019-03-19 2019-05-17 中信梧桐港供应链管理有限公司 一种物联网数据传输方法及系统
CN109818810A (zh) * 2019-03-18 2019-05-28 深圳市网心科技有限公司 一种接入服务器连接优化方法、接入服务器以及通信系统
CN110430238A (zh) * 2019-07-05 2019-11-08 中国平安财产保险股份有限公司 长连接管理方法、装置、设备及计算机可读存储介质
CN111770157A (zh) * 2020-06-24 2020-10-13 广东浪潮大数据研究有限公司 一种业务处理方法、装置及电子设备和存储介质

Family Cites Families (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104092714B (zh) * 2013-09-25 2016-02-17 腾讯科技(深圳)有限公司 流媒体文件的播放方法及装置
CN110049068A (zh) * 2018-01-15 2019-07-23 北京京东尚科信息技术有限公司 一种基于超文本传输协议的网络长连接优化的方法和装置
CN110289993B (zh) * 2019-06-06 2022-03-04 创新先进技术有限公司 一种连接池管理方法、装置、设备及转接系统

Patent Citations (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104270472A (zh) * 2014-10-24 2015-01-07 杭州高达软件系统股份有限公司 一种远程服务调用方法、装置及系统
US20180019922A1 (en) * 2016-07-15 2018-01-18 Ebay Inc. Preemptive connection pool adjustments
CN108124003A (zh) * 2017-12-11 2018-06-05 中盈优创资讯科技有限公司 网络管理设备连接处理方法、装置及系统
CN109818810A (zh) * 2019-03-18 2019-05-28 深圳市网心科技有限公司 一种接入服务器连接优化方法、接入服务器以及通信系统
CN109769001A (zh) * 2019-03-19 2019-05-17 中信梧桐港供应链管理有限公司 一种物联网数据传输方法及系统
CN110430238A (zh) * 2019-07-05 2019-11-08 中国平安财产保险股份有限公司 长连接管理方法、装置、设备及计算机可读存储介质
CN111770157A (zh) * 2020-06-24 2020-10-13 广东浪潮大数据研究有限公司 一种业务处理方法、装置及电子设备和存储介质

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN114401204A (zh) * 2022-01-14 2022-04-26 平安科技(深圳)有限公司 链接池管理方法、装置、计算机设备及存储介质
CN114401204B (zh) * 2022-01-14 2024-01-23 平安科技(深圳)有限公司 链接池管理方法、装置、计算机设备及存储介质
CN114675908A (zh) * 2022-05-27 2022-06-28 武汉中科通达高新技术股份有限公司 业务数据处理系统、方法、计算机设备及存储介质
CN114675908B (zh) * 2022-05-27 2022-08-26 武汉中科通达高新技术股份有限公司 业务数据处理系统、方法、计算机设备及存储介质
CN116055227A (zh) * 2023-03-31 2023-05-02 北京国信会视科技有限公司 基于安卓设备在线安全的智能终端管控方法、系统及设备

Also Published As

Publication number Publication date
CN111770157A (zh) 2020-10-13
CN111770157B (zh) 2023-04-18

Similar Documents

Publication Publication Date Title
WO2021258753A1 (fr) Procédé et appareil de traitement de service, et dispositif électronique et support d'enregistrement
CN109660607B (zh) 一种业务请求分发方法、接收方法、装置及服务器集群
WO2018130163A1 (fr) Procédé et dispositif de planification pour plate-forme informatique de nuage mobile
US8589537B2 (en) Methods and computer program products for aggregating network application performance metrics by process pool
CN102917077A (zh) 云计算系统中的资源分配方法
WO2020259354A1 (fr) Procédé, appareil et dispositif d'ajustement de file d'attente, et support de stockage lisible par ordinateur
US20200050479A1 (en) Blockchain network and task scheduling method therefor
WO2021093365A1 (fr) Procédé de commande de gestion de mémoire vidéo gpu et dispositif associé
CN110719311B (zh) 分布式协调服务方法、系统及计算机可读存储介质
US9817698B2 (en) Scheduling execution requests to allow partial results
WO2019104974A1 (fr) Procédé de démarrage et d'arrêt de serveur automatique basé sur une plateforme dubbo, serveur et support d'informations
WO2012155440A1 (fr) Procédé et appareil de traitement d'une demande de service sur la base du protocole de transfert hypertexte
CN111352806A (zh) 日志数据监控方法及装置
CN104793982A (zh) 一种创建虚拟机的方法和设备
KR20150007698A (ko) 가상 데스크탑 서비스를 위한 부하 분산 시스템
US8312138B2 (en) Methods and computer program products for identifying and monitoring related business application processes
CN111427674A (zh) 一种微服务管理方法、装置及系统
JP2001202318A (ja) データ配信システム
CN107196800B (zh) 一种基于配置的超时分层控制方法
CN111294383B (zh) 物联网服务管理系统
CN112073223B (zh) 一种管控云计算终端和云服务器运作的系统及其方法
US10866876B2 (en) Dynamically configurable operation information collection
CN113238875A (zh) 一种基于队列的请求频次控制系统及控制方法
CN113111083A (zh) 数据查询的方法、装置、设备、存储介质和程序产品
CN111400060A (zh) 设备联动方法、装置、服务器和介质

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: 21828154

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 24.05.2023)

122 Ep: pct application non-entry in european phase

Ref document number: 21828154

Country of ref document: EP

Kind code of ref document: A1