WO2019056733A1 - Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage - Google Patents

Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage Download PDF

Info

Publication number
WO2019056733A1
WO2019056733A1 PCT/CN2018/082240 CN2018082240W WO2019056733A1 WO 2019056733 A1 WO2019056733 A1 WO 2019056733A1 CN 2018082240 W CN2018082240 W CN 2018082240W WO 2019056733 A1 WO2019056733 A1 WO 2019056733A1
Authority
WO
WIPO (PCT)
Prior art keywords
request
time
current request
sleep time
concurrent
Prior art date
Application number
PCT/CN2018/082240
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 WO2019056733A1 publication Critical patent/WO2019056733A1/fr

Links

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/52Program synchronisation; Mutual exclusion, e.g. by means of semaphores
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06QINFORMATION AND COMMUNICATION TECHNOLOGY [ICT] SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES; SYSTEMS OR METHODS SPECIALLY ADAPTED FOR ADMINISTRATIVE, COMMERCIAL, FINANCIAL, MANAGERIAL OR SUPERVISORY PURPOSES, NOT OTHERWISE PROVIDED FOR
    • G06Q40/00Finance; Insurance; Tax strategies; Processing of corporate or income taxes
    • G06Q40/02Banking, e.g. interest calculation or account maintenance

Definitions

  • the present application relates to the field of data processing technologies, and in particular, to a concurrency control method, an application server, a system, and a storage medium.
  • the enterprise front-end machine In the financial system, it is often necessary to scan a task through a background server, and notify the enterprise front-end machine of the task after scanning the task, and the enterprise front-end machine obtains the task corresponding to the task from the background server after receiving the task. And according to the bank code carried in the obtained message, the message is sent to the bank's front-end machine of the bank to initiate a transaction operation on the bank front-end machine.
  • the current banking system is generally concurrency, and when the background server sends the same service message to the bank front-end machine through the enterprise front-end machine and exceeds the bank front-end concurrency limit, the background server task response is slow. There is even an unresponsive phenomenon.
  • the purpose of the present application is to provide a self-concurrency control method, an application server, a system, and a storage medium, by controlling the background server to send the same task frequency to the enterprise front-end machine to avoid the same
  • the task exceeds the concurrency of the bank's front-end machines, which improves the response speed of the back-end server.
  • a concurrency control method includes the following steps:
  • the enterprise front end machine After delaying the concurrent sleep time, the enterprise front end machine feeds back the message corresponding to the current request.
  • the step of receiving the current request for acquiring the packet sent by the enterprise front-end device, and searching for the first request for obtaining the packet includes:
  • a first request that is identical to the current request is looked up based on the task.
  • acquiring an interval time between the current request and a first request that is closest to the time axis on the time axis, and calculating a concurrent sleep time according to the interval time includes: :
  • the first request When the first request is found, the first request that is closest to the current request on the time axis among all the first requests found, and respectively acquires the first receiving time of the current request and the first request Second receiving time;
  • the first receiving time is subtracted from the second receiving time to obtain the interval time, and the concurrent sleep time is calculated according to the interval time.
  • the step of calculating the concurrent sleep time according to the interval time includes:
  • the step of delaying the message corresponding to the current request to the enterprise front end after the delaying the sleep time comprises:
  • the enterprise corresponding to the current request is immediately fed back to the enterprise front end.
  • the step of immediately feeding back the message corresponding to the current request to the enterprise front-end machine includes:
  • the concurrent sleep time is changed to a preset threshold
  • the concurrency control method further includes the following steps:
  • the enterprise front end machine feeds back the message corresponding to the current request.
  • a storage medium storing one or more programs, the one or more programs being executable by one or more processors, implementing the following steps:
  • the enterprise front-end machine After delaying the concurrent sleep time, the enterprise front-end machine feeds back the message corresponding to the current request.
  • An application server includes: a processor, a memory, and a communication bus; and the memory stores a computer readable program executable by the processor;
  • the communication bus implements connection communication between the processor and the memory
  • the enterprise front-end machine After delaying the concurrent sleep time, the enterprise front-end machine feeds back the message corresponding to the current request.
  • a concurrency control system comprising: at least one enterprise front-end machine, and an application server; the application server is configured to receive a current request sent by the enterprise front-end machine for acquiring a message, and find the first to obtain the packet a request; when the first request is found, obtaining an interval between the current request and the first request closest to it on the time axis, and calculating a concurrent sleep time according to the interval time; delaying the concurrent sleep After the time, the enterprise front-end machine feeds back the message corresponding to the current request.
  • the concurrency control method detects the request for acquiring a packet sent by the enterprise front-end machine, and is When the same task receives multiple requests, the time interval between the current request and the request closest to the current request is obtained, and the feedback of the current request is determined according to the time interval, and the sleep time is delayed, and the request is fed back after the concurrent sleep time is delayed. In this way, the frequency of sending tasks to the bank front-end machine through the enterprise front-end machine can be controlled, thereby avoiding the concurrency limit of the same task received by the bank front-end machine and improving the response speed of the task.
  • FIG. 1 is a schematic diagram of an application environment of a concurrency control method provided by the present application
  • step S10 is a flowchart of step S10 in the concurrency control method provided by the present application.
  • step S20 is a flowchart of step S20 in the concurrency control method provided by the present application.
  • FIG. 5 is a flowchart of step S30 in the concurrency control method provided by the present application.
  • FIG. 6 is a flowchart of step S33 in the concurrency control method provided by the present application.
  • FIG. 7 is a functional block diagram of a preferred embodiment of an application server for installing a concurrency control structure according to the present application.
  • FIG. 8 is a structural block diagram of a concurrency control system provided by the present application.
  • the invention provides a concurrency control method, an application server, a system and a storage medium, and controls the background server to send the same task frequency to the enterprise front-end machine, thereby avoiding the number of identical tasks received by the banking system reaching the concurrency, thereby reducing the number of concurrent tasks.
  • the occupation of the banking system resources improves the processing speed of the banking system, thereby improving the response speed of the background server.
  • FIG. 1 is a schematic diagram of an application environment of a concurrency control method provided by the present application.
  • the application server may receive the transaction request carrying the enterprise identifier of the front end, and the enterprise front-end machine is the terminal device corresponding to the enterprise identifier, and the enterprise front-end machine and the application server communicate with the bank front-end machine.
  • the enterprise front-end machine sends a request for acquiring the task corresponding to the task to the application server, and the application server obtains the first request that is the same as the current request, and obtains the first request when acquiring the first request.
  • the current request corresponds to the message; the enterprise front-end machine sends the message to the bank front-end machine, thereby controlling the frequency at which the application server sends the same message to the bank front-end machine, which reduces the occupation of the bank system resources and improves the bank.
  • the processing speed of the system which in turn improves the response speed of the background server.
  • the concurrency control method provided by the present application is applied to the application server shown in FIG. 1 .
  • the concurrency control method provided in this embodiment includes the following steps:
  • the enterprise front-end machine is configured to receive a message sent by the application server, and forward the message to a device corresponding to the bank front-end machine, for example, a PC or the like.
  • the application server can be connected to multiple enterprise front-end machines, and each enterprise front-end machine is used to process an enterprise's business, for example, a Ping An insurance front-end machine, a Pacific insurance front-end machine, and the like.
  • Each enterprise front-end machine is used to process the tasks under its corresponding enterprise, and the tasks under the enterprise corresponding to the enterprise front-end machine are forwarded to the corresponding bank front-end machines.
  • the request is a request for acquiring a message corresponding to the task generated by the task sent by the application server, where the task is queried by the application server receiving the instruction of the query task sent by the front end, and requesting The task is sent to the enterprise front-end machine corresponding to the instruction when the task is queried.
  • the step of receiving the current request for acquiring the packet sent by the enterprise front-end device and searching for the first request for obtaining the packet may include:
  • the preset threshold value 1 is an instruction for receiving a query task sent by the front end, where the instruction carries the enterprise identifier;
  • S preset threshold 2 searching for the corresponding task according to the enterprise identifier, and sending the task to the enterprise front-end machine, so that the enterprise sends a request for acquiring the packet corresponding to the task.
  • the application server receives the instruction of the query task sent by the front end, and searches for the corresponding task according to the enterprise identifier, and sends the task to the enterprise front-end machine corresponding to the enterprise identifier through the long connection when the task is found, before the enterprise
  • the device establishes a short connection with the application server, and sends a request for obtaining the packet corresponding to the task to the application server through the short connection.
  • other methods such as ftp, etc., may be used, which are not described here.
  • the step of receiving the current request for acquiring the packet sent by the enterprise front-end device, and searching for the first request for obtaining the packet includes:
  • the task is sent to the enterprise front-end machine by the application server, and the enterprise front-end machine sends a request for acquiring the corresponding message to the application server for the task.
  • the current request refers to a request received at a current time
  • the first request refers to a request for obtaining a message corresponding to the current request; that is, the current request and the first request are two requests sent for the same task, and In chronological order, the first request reception time is earlier than the current request reception time.
  • the first request may exist before the current request, so that the first request may be searched within a preset time from the current request, that is, the interval between the first request and the current request is at least a preset time.
  • the preset time is preset, which may be the maximum time that the server should respond to the front end request, for example, 120 milliseconds.
  • the first request when the first request is found, it indicates that there is a first request that is sent for the same task as the current request, that is, the packet corresponding to the current request and the packet corresponding to the first request are the same packet.
  • a plurality of first requests may be found; and when a plurality of first requests are found, the interval time is a first request whose current request receiving time is closest to the current request. The time interval of the receiving time, then the interval time can be obtained by subtracting the receiving time of the first request from the receiving time of the current request.
  • the request for receiving four packets sent by the enterprise front-end machine for the same task is respectively recorded as A, B, C, and D; then, corresponding to B, the same request is detected as A, and A is the distance
  • the closest first request the interval between A and B is obtained, for example, 2 milliseconds
  • for C the same request is detected as B and A
  • the interval between A and C and B and C is calculated, for example,
  • the two interval times are 6 milliseconds and 4 milliseconds respectively, then the first request that B is C is determined, and the interval between B and C is 4 milliseconds.
  • the interval between C and D is reserved, for example, 6 milliseconds.
  • the interval between the current request and the first request closest to it on the time axis is acquired, and according to the interval time
  • the steps to calculate concurrent sleep time include:
  • the receiving time of the request may be recorded when the request is received, and the request is stored corresponding to the receiving time. So that each request can get its corresponding receiving time.
  • the request received in the preset time may be stored, and after the first request identical to the current request is found, the storage may be adopted.
  • the current request deletes the request that is farthest from the current request within the preset time period, so that only the request within the preset time period closest to the current time and the receiving time corresponding to each request are saved in the application server, so that the content can be satisfied on the one hand.
  • the first request for obtaining the packet is searched, and the storage space of the corresponding application server is reduced.
  • the step of calculating the concurrent sleep time according to the interval time is specifically: acquiring a default stored default sleep time, and subtracting the default sleep time from the interval time to obtain the concurrent sleep time.
  • the default sleep time is 5 milliseconds.
  • the interval between A and B is 2 milliseconds.
  • delaying the concurrent sleep time means that the message corresponding to the previous task is sent, and the concurrent sleep time is delayed to send the message corresponding to the current request. For example, when the concurrent sleep time is 3 milliseconds, after receiving the current request, the message corresponding to the current request is sent to the enterprise front-end machine with a delay of 3 milliseconds.
  • the time interval between the current request and the first request may be greater than the default sleep time, or may be less than the default sleep time
  • the concurrent sleep time is obtained by subtracting the interval time from the default sleep time, and delaying the concurrent time direction
  • a judgment process may be included. The judging process is used for judging the positive and negative of the interval time, and correcting the concurrent sleep time according to the judgment result, so as to prevent the occurrence of the concurrent sleep time being a negative value and the operation of delaying the concurrent time cannot be performed.
  • the step of delaying the message corresponding to the current request to the enterprise front end after delaying the concurrent sleep time includes:
  • the preset threshold is preset, preferably 0.
  • the concurrent sleep time and the preset threshold by performing the concurrent sleep time and the preset threshold to determine whether the concurrent sleep time is positive or negative, that is, when the concurrent sleep time is less than or equal to a preset threshold, the concurrent sleep time is a negative number, and no delay is needed.
  • the packet corresponding to the current request is sent.
  • the concurrent sleep time is greater than the preset threshold, the concurrent sleep time is a positive number, and the packet corresponding to the current request needs to be delayed.
  • the concurrent sleep time may be replaced by a preset threshold, so that the application server feeds back the report corresponding to the current request to the enterprise front-end machine immediately after receiving the current request.
  • Text For example, the above descriptions of A, B, C, and D, and a default sleep time of 5 milliseconds are still described.
  • the sleep time corresponding to B is 3 milliseconds>preset threshold, and the packet corresponding to B is delayed by 3 milliseconds.
  • the sleep time corresponding to C is 1 millisecond>preset threshold, and the packet corresponding to C is delayed by 1 millisecond.
  • the corresponding sleep time is -1 milliseconds ⁇ preset threshold, then the sleep time corresponding to D is adjusted to a preset threshold millisecond, and the message corresponding to D is sent immediately (ie, without delay).
  • the step of immediately feeding back the message corresponding to the current request to the enterprise front-end machine includes:
  • the method may further include:
  • the enterprise front end machine feeds back the message corresponding to the current request.
  • the first request when the first request is not found, it indicates that there is no request for the task corresponding to the current request, so that the current request is directly responded to feed back the message corresponding to the current request to the enterprise front-end machine.
  • the present application further provides an application server.
  • the application server interacts with the front end and the enterprise front-end machine, for example, receiving a request for the query task sent by the front end, and feeding back the queried task information to the front end; meanwhile, searching for the corresponding task according to the query task, and sending the task
  • the enterprise front-end machine acts on the banking system to obtain the bank transaction information corresponding to the task; and in the process of sending the task to the enterprise front-end machine, the feedback operation time of the request for the enterprise front-end machine to obtain the message Control is performed to achieve control over the frequency at which the bank's front-end machines send tasks.
  • the application server may be a computing device such as a computer group, a mainframe, or a server group composed of multiple servers. As shown in FIG. 7, the application server includes, but is not limited to, processor 10, memory 20, and display 30. Moreover, FIG. 7 shows only some of the components of the application server, but it should be understood that not all illustrated components may be implemented, and more or fewer components may be implemented instead.
  • the memory 20 may be an internal storage unit of the application server, such as a hard disk or memory of the application server, in some embodiments.
  • the memory 20 may also be an external storage device of the application server in other embodiments, such as a plug-in hard disk equipped on the application server, and a smart memory card (Smart Media Card, SMC), Secure Digital (SD) card, flash card (Flash) Card) and so on.
  • the memory 20 may also include both an internal storage unit of the application server and an external storage device.
  • the memory 20 is configured to store application software installed on the application server and various types of data, such as the program code for installing the concurrency control.
  • the memory 20 can also be used to temporarily store data that has been output or is about to be output.
  • the memory 20 stores a program 40 for concurrency control, which can be executed by the processor 10 to implement the concurrency control method of various embodiments of the present application.
  • the processor 10 may be a central processing unit (Central Processing Unit) in some embodiments.
  • the display 30 may be an LED display, a liquid crystal display, a touch liquid crystal display, and an OLED (Organic) in some embodiments. Light-Emitting Diode, organic light emitting diodes), etc.
  • the display 30 is used to display information processed in the application server and a user interface for displaying visualizations, such as an assignment information interface, an authentication report interface, and the like.
  • the components 10-30 of the application server communicate with one another via a system bus.
  • the enterprise front end machine After delaying the concurrent sleep time, the enterprise front end machine feeds back the message corresponding to the current request.
  • the step of receiving the current request for acquiring a packet sent by the enterprise front-end device, and searching for the first request for obtaining the packet includes:
  • a first request that is identical to the current request is looked up based on the task.
  • the interval between the current request and the first request closest to it on the time axis is acquired, and the concurrent sleep time is calculated according to the interval time.
  • the steps include:
  • the first request When the first request is found, the first request that is closest to the current request on the time axis among all the first requests found, and respectively acquires the first receiving time of the current request and the first request Second receiving time;
  • the first receiving time is subtracted from the second receiving time to obtain the interval time, and the concurrent sleep time is calculated according to the interval time.
  • the step of calculating a concurrent sleep time according to the interval time includes:
  • the step of delaying the message corresponding to the current request to the enterprise front end after delaying the concurrent sleep time includes:
  • the enterprise corresponding to the current request is immediately fed back to the enterprise front end.
  • the step of immediately feeding back the message corresponding to the current request to the enterprise front-end machine includes:
  • the concurrent sleep time is changed to a preset threshold
  • the application server is further configured to:
  • the enterprise front end machine feeds back the message corresponding to the current request.
  • the present application further provides a storage medium storing one or more programs, the one or more programs being executable by one or more processors to implement The steps in the concurrency control method described.
  • one or more programs can be executed by one or more processors to implement the following steps:
  • the enterprise front end machine After delaying the concurrent sleep time, the enterprise front end machine feeds back the message corresponding to the current request.
  • the present application also provides a concurrency control system.
  • FIG. 8 is a functional block diagram of a preferred embodiment of the concurrency control system of the present application.
  • the concurrency control system may be divided into one or more modules, the one or more modules being stored in the memory 20 and being processed by one or more processors (this embodiment is The processor 10) is executed to complete the application.
  • the concurrency control system can be divided into a receiving module 21, an acquisition analysis module 22, and a feedback module 23.
  • a module as referred to in the present application refers to a series of computer program instruction segments capable of performing a specific function, which is more suitable than the program for describing the execution of the program of the concurrency control method in the application server.
  • the following description will specifically describe the functions of the modules 21-24.
  • the receiving module 21 is configured to receive a current request sent by the enterprise front-end machine for acquiring the packet, and search for the first request for acquiring the packet;
  • the obtaining analysis module 22 is configured to: when the first request is found, obtain an interval time between the current request and the first request closest to the time axis on the time axis, and calculate a concurrent sleep time according to the interval time;
  • the feedback module 23 is configured to delay the message corresponding to the current request to the enterprise front-end machine after delaying the concurrent sleep time.
  • the concurrency control method detects the request for acquiring a packet sent by the enterprise front-end machine, and is for the same task.
  • the time interval between the current request and the request closest to the current request is obtained, and the feedback of the current request is determined according to the time interval, and the sleep time is delayed, and the request is fed back after the concurrent sleep time is delayed. Controls the frequency of sending tasks to the bank front-end machine through the enterprise front-end machine, thereby avoiding the concurrency limit of the same task received by the bank front-end machine and improving the response speed of the task.
  • a computer program to instruct related hardware (such as a processor, a controller, etc.), and the program can be stored in one.
  • the program when executed, may include the processes of the various method embodiments as described above.
  • the storage medium described therein may be a memory, a magnetic disk, an optical disk, or the like.

Landscapes

  • Engineering & Computer Science (AREA)
  • Theoretical Computer Science (AREA)
  • Business, Economics & Management (AREA)
  • Finance (AREA)
  • Software Systems (AREA)
  • General Physics & Mathematics (AREA)
  • Physics & Mathematics (AREA)
  • Accounting & Taxation (AREA)
  • Economics (AREA)
  • Development Economics (AREA)
  • General Engineering & Computer Science (AREA)
  • Marketing (AREA)
  • Strategic Management (AREA)
  • Technology Law (AREA)
  • General Business, Economics & Management (AREA)
  • Data Exchanges In Wide-Area Networks (AREA)
  • Power Sources (AREA)

Abstract

La présente invention concerne un procédé de limitation de volume concurrent, un serveur d'application, un système et un support de stockage. Le procédé de limitation de volume concurrent comprend les étapes suivantes : au moyen de la détection d'une demande d'obtention de message, qui est envoyée par une machine frontale d'entreprise, obtention d'un intervalle de temps entre la demande actuelle et une demande à la plus courte distance de la demande actuelle lorsqu'une pluralité de demandes sont reçues pour une même tâche ; détermination d'un temps de mise en dormance de réponse pour concurrence de la demande actuelle en fonction de l'intervalle de temps ; et réponse à la demande après attente du temps de mise en dormance pour concurrence.
PCT/CN2018/082240 2017-09-25 2018-04-09 Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage WO2019056733A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201710875760.0 2017-09-25
CN201710875760.0A CN107566516B (zh) 2017-09-25 2017-09-25 并发量控制方法、应用服务器及系统

Publications (1)

Publication Number Publication Date
WO2019056733A1 true WO2019056733A1 (fr) 2019-03-28

Family

ID=60982460

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2018/082240 WO2019056733A1 (fr) 2017-09-25 2018-04-09 Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage

Country Status (2)

Country Link
CN (1) CN107566516B (fr)
WO (1) WO2019056733A1 (fr)

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118075059A (zh) * 2024-04-17 2024-05-24 南京石原子科技有限公司 基于MySQL协议的网关执行方法、装置和设备

Families Citing this family (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107566516B (zh) * 2017-09-25 2019-12-03 平安科技(深圳)有限公司 并发量控制方法、应用服务器及系统
CN108965424B (zh) * 2018-07-10 2021-02-26 中国银行股份有限公司 一种业务处理方法和装置
CN109446464B (zh) * 2018-11-09 2021-02-02 深圳高灯计算机科技有限公司 并发数确定方法、装置及服务器
CN112527826B (zh) * 2019-09-19 2024-06-18 北京京东振世信息技术有限公司 处理请求的方法和装置
CN115878648B (zh) * 2023-02-22 2023-05-05 成都成电医星数字健康软件有限公司 数据逻辑时序自动调整方法、装置、电子设备及存储介质

Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030236786A1 (en) * 2000-11-15 2003-12-25 North Dakota State University And North Dakota State University Ndsu-Research Foudation Multiversion read-commit order concurrency control
CN104270431A (zh) * 2014-09-22 2015-01-07 广州华多网络科技有限公司 一种并发控制的方法及装置
CN104580409A (zh) * 2014-12-24 2015-04-29 广州酷狗计算机科技有限公司 业务请求处理方法、服务器及终端
CN107172171A (zh) * 2017-05-27 2017-09-15 腾讯科技(深圳)有限公司 一种服务请求处理方法、装置及计算机可读存储介质
CN107566516A (zh) * 2017-09-25 2018-01-09 平安科技(深圳)有限公司 并发量控制方法、应用服务器、系统及存储介质

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US6477150B1 (en) * 2000-03-03 2002-11-05 Qualcomm, Inc. System and method for providing group communication services in an existing communication system
CN101005486B (zh) * 2006-12-28 2011-07-27 金蝶软件(中国)有限公司 一种资源访问控制方法及系统

Patent Citations (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20030236786A1 (en) * 2000-11-15 2003-12-25 North Dakota State University And North Dakota State University Ndsu-Research Foudation Multiversion read-commit order concurrency control
CN104270431A (zh) * 2014-09-22 2015-01-07 广州华多网络科技有限公司 一种并发控制的方法及装置
CN104580409A (zh) * 2014-12-24 2015-04-29 广州酷狗计算机科技有限公司 业务请求处理方法、服务器及终端
CN107172171A (zh) * 2017-05-27 2017-09-15 腾讯科技(深圳)有限公司 一种服务请求处理方法、装置及计算机可读存储介质
CN107566516A (zh) * 2017-09-25 2018-01-09 平安科技(深圳)有限公司 并发量控制方法、应用服务器、系统及存储介质

Cited By (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN118075059A (zh) * 2024-04-17 2024-05-24 南京石原子科技有限公司 基于MySQL协议的网关执行方法、装置和设备

Also Published As

Publication number Publication date
CN107566516B (zh) 2019-12-03
CN107566516A (zh) 2018-01-09

Similar Documents

Publication Publication Date Title
WO2019056733A1 (fr) Procédé de limitation de volume concurrent, serveur d'application, système, et support de stockage
WO2018107610A1 (fr) Procédé, système et dispositif de traitement de données de service, et support d'informations lisible par ordinateur
WO2019041832A1 (fr) Procédé, serveur et système de modification de structure de table de base de données source, et support de stockage
WO2019100638A1 (fr) Procédé, dispositif et équipement de synchronisation de données, et support d'informations
WO2018233370A1 (fr) Procédé, système, dispositif et support de stockage lisible par ordinateur de synchronisation d'une image
WO2019061613A1 (fr) Procédé de criblage d'habilitation pour un prêt, dispositif et support de stockage lisible par ordinateur
WO2015172684A1 (fr) Procédé de connexion à un ap, terminal et serveur
WO2015106497A1 (fr) Procédé dynamique de mappage équilibré d'interruption en fonction d'un état de programmation de vcpu en cours
WO2015103864A1 (fr) Procédé de gestion de mémoire et terminal linux
WO2018205376A1 (fr) Procédé d'interrogation d'informations d'association, terminal, système de gestion de serveur et support de stockage lisible par ordinateur
WO2017088664A1 (fr) Procédé et appareil de traitement de données destinés à un système de fichiers en grappes
WO2018006489A1 (fr) Procédé et dispositif d'interaction vocale de terminal
WO2017143692A1 (fr) Téléviseur intelligent et son procédé de commande vocale
WO2018014567A1 (fr) Procédé servant à améliorer les performances d'une machine virtuelle, et terminal, dispositif et support de stockage lisible par ordinateur
WO2015196960A1 (fr) Procédé et système de vérification de la sécurité d'une url pour un terminal mobile
WO2017107378A1 (fr) Procédé et dispositif de téléchargement de données vidéo accéléré reposant sur un contenu multimédia en flux hls
WO2019104876A1 (fr) Procédé et système de poussée de produit d'assurance, terminal, terminal client et support d'informations
WO2015131803A1 (fr) Procédé et système de recommandation d'application
WO2015120774A1 (fr) Procédé et appareil d'accès à un réseau appliqués à une application mobile
WO2019174375A1 (fr) Procédé, appareil et dispositif de test d'interface, et support de stockage lisible par ordinateur
WO2016000560A1 (fr) Procédé et appareil de transmission de fichier et appareil de réception de fichier
WO2019161597A1 (fr) Procédé, appareil et dispositif d'envoi d'informations sur la base d'une messagerie instantanée, et support d'informations
WO2018023926A1 (fr) Procédé et système d'interaction pour téléviseur et terminal mobile
WO2018121026A1 (fr) Procédé et système de configuration de boîtier adaptateur
WO2019024542A1 (fr) Procédé, équipement et dispositif de suivi en temps réel pour des clients de mercatique de terrain et support d'informations

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

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

Country of ref document: EP

Kind code of ref document: A1