WO2018000908A1 - 一种用户指令队列管理系统及方法 - Google Patents

一种用户指令队列管理系统及方法 Download PDF

Info

Publication number
WO2018000908A1
WO2018000908A1 PCT/CN2017/080775 CN2017080775W WO2018000908A1 WO 2018000908 A1 WO2018000908 A1 WO 2018000908A1 CN 2017080775 W CN2017080775 W CN 2017080775W WO 2018000908 A1 WO2018000908 A1 WO 2018000908A1
Authority
WO
WIPO (PCT)
Prior art keywords
queue
user instruction
module
instruction
queue process
Prior art date
Application number
PCT/CN2017/080775
Other languages
English (en)
French (fr)
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 WO2018000908A1 publication Critical patent/WO2018000908A1/zh

Links

Images

Classifications

    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F9/00Arrangements for program control, e.g. control units
    • G06F9/06Arrangements for program control, e.g. control units using stored programs, i.e. using an internal store of processing equipment to receive or retain programs
    • G06F9/46Multiprogramming arrangements
    • 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/466Transaction processing

Definitions

  • the present invention relates to the field of user instruction management, and in particular, to a user instruction queue management system and method.
  • a computer or smart device user processes a time-consuming command such as sending a text message or sending an email, after issuing a user command, it is necessary to wait for the background to execute the user instruction, in order to obtain feedback that the short message has been sent or the mail has been sent. From the time the user issues an instruction until receiving feedback, it will wait for a while, and the user experience is not good.
  • an object of the present invention is to provide a user command queue management system and method, which the user does not feel the time required for the execution of the user instruction, thereby improving the user experience.
  • a user instruction queue management system comprising: an instruction receiving storage module, a queue management module and a queue process module, wherein: the instruction receiving storage module is configured to receive and store user instructions. And returning the user instruction to successfully join the queue management system; the queue management module is configured to query the number of user instructions in the instruction receiving storage module and start a queue process corresponding to the user instruction one by one; the queue process module is used to find the instruction receiving A user instruction corresponding to the queue process in the storage module, and the user instruction is immediately executed using the queue process.
  • the queue process module uses the queue process to execute a user instruction timeout, and the queue process retries execution of the user instruction, and if the retry 5 times still times out, the team
  • the column management module closes the corresponding queue process of the user instruction and records the queue process running log.
  • the queue process module uses the queue process to execute an abnormality of the user instruction, and the queue management module restarts the corresponding queue process of the user executing the abnormality, and records the queue process running log.
  • the queue management module closes the corresponding queue process of the user instruction that is successfully executed, and records the queue process running log.
  • the invention also discloses a user instruction queue management method, the instruction receiving storage module adds a user instruction into the instruction receiving storage module and returns a user instruction to successfully join the queue management system, and the queue management module queries the instruction receiving storage module The number of user instructions starts a queue process corresponding to the user instruction one by one; the queue process module search instruction receives a user instruction corresponding to the queue process in the storage module, and immediately executes the user instruction using the queue process.
  • the queue process module uses the queue process to execute the user instruction, if the execution timeout occurs, the queue process retrying to execute the user instruction, for example, if the timeout is still executed 5 times, the queue management module closes the queue. Process and log the queue process run log.
  • the queue management module restarts the queue process and records the queue process running log.
  • the queue management module closes the queue process and records the queue process running log.
  • the instruction receiving storage module adds a user instruction into the instruction receiving storage module and returns a user instruction to successfully join the queue management system;
  • the queue process module query instruction receives the number of user instructions in the storage module and starts a queue process corresponding to the user instruction one-to-one;
  • step S3 the queue process module uses the queue process search command to receive the user command in the storage module, if the user command corresponding to the queue process is found, the process proceeds to step S4, if not found, then step S3 is repeated;
  • the queue process module uses the queue process to immediately execute the user instruction; if the execution timeout, repeat step S4; if the retry 5 times still timeout, proceeds to step S5, if not timed, proceeds to step S6;
  • the queue process module closes the queue process, and records the queue process running log, and ends;
  • step S6 if the execution occurs abnormally, proceeds to step S7; if the execution does not occur abnormally, proceeds to step S8;
  • the queue process module restarts the queue process, and records a queue process running log, and ends;
  • the queue process module closes the queue process, and records the queue process running log, and ends.
  • FIG. 1 is a schematic structural diagram of a user command queue management system according to an embodiment of the present invention.
  • FIG. 2 is a schematic flowchart diagram of a method for managing a user command queue according to an embodiment of the present invention.
  • 1-instruction receiving storage module 2-queue management module, 3-queue process module.
  • an embodiment of the present invention provides a user instruction queue management system, including an instruction receiving storage module 1, a queue management module 2, and a queue process module 3, wherein: the instruction receiving storage module 1 is configured to receive and store user instructions. And returning the user instruction to successfully join the queue management system; the queue management module 2 is configured to query the number of user instructions in the instruction storage module 1 and start a queue process corresponding to the user instruction one by one; the queue process module 3 is used to find the instruction receiving storage module The user instruction corresponding to the queue process in 1 and the user instruction is executed immediately using the queue process. After the user issues the user instruction, the feedback of the execution is immediately obtained, and the user instruction is executed by the queue, and the user does not feel the time required for the execution of the user instruction, thereby improving the user experience.
  • the queue process module 3 uses the queue process to execute the user instruction execution timeout, and the queue process retries the execution of the user instruction. If the retry fails for 5 times, the queue management module 2 closes the corresponding queue process of the user instruction and records the queue process operation log. The queue process module 3 uses the queue process to execute an exception of the user instruction, and the queue management module 2 restarts the corresponding queue process of the user executing the abnormality, and records the queue process running log. The queue process module 3 executes the user instruction using the queue process, and the queue management module 2 closes the corresponding queue process of the successfully executed user instruction, and records the queue process operation log. The different results of the queue process are processed in time and the queue process running log is recorded to record the actual execution status of the user command.
  • the invention also discloses a queue management method based on a user instruction queue management system, and the instruction receiving storage module 1 adds a user instruction into the instruction receiving storage module 1 and Returning the user instruction to join the queue management system successfully, the queue management module 2 queries the instruction to receive the number of user instructions in the storage module 1 and starts a queue process corresponding to the user instruction one by one; the queue process module 3 searches for the instruction to receive the queue in the storage module 1 The user instruction corresponding to the process, and immediately executes the user instruction using the queue process.
  • the queue management module 2 closes the queue process and records the queue process running log.
  • the queue management module 2 uses the queue process to execute the user instruction, if the user instruction execution is abnormal, the queue management module 2 restarts the queue process and records the queue process running log. After the queue process module 3 executes the user instruction using the queue process, the queue management module 2 closes the queue process and records the queue process running log.
  • the instruction receiving storage module 1 adds a user instruction into the instruction receiving storage module 1 and returns a user instruction to successfully join the queue management system;
  • the queue process module 3 query instruction receives the number of user instructions in the storage module 1 and starts a queue process corresponding to the user instruction one-to-one;
  • the queue process module 3 uses the queue process search command to receive the user command in the storage module 1, if the user command corresponding to the queue process is found, proceeds to step S4, if not found, then repeats step S3;
  • the queue process module 3 uses the queue process to immediately execute the user instruction; if the execution timeout, repeat step S4; if the retry 5 times still timeout, proceeds to step S5, if not timed out, proceeds to step S6;
  • the queue process module 3 closes the queue process, and records the queue process running log, and ends;
  • Step S6 if an abnormality occurs in the execution, proceed to step S7; if no abnormality occurs in the execution, enter Step S8;
  • the queue process module 3 restarts the queue process, and records the queue process running log, and ends;
  • the queue process module 3 closes the queue process, and records the queue process running log, and ends.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Retry When Errors Occur (AREA)
  • Debugging And Monitoring (AREA)

Abstract

本发明公开了一种用户指令队列管理系统,涉及用户指令管理领域,包括指令接收存储模块,队列管理模块和队列进程模块,其中:指令接收存储模块用于存储用户指令;队列管理模块用于查询指令接收存储模块中的用户指令数量并启动与用户指令一一对应的队列进程;队列进程模块用于查找指令接收存储模块中与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。本发明中用户发出用户指令后,无须等待指令执行完毕的反馈,立即收到成功加入队列管理系统的通知,由队列进行执行用户指令并反馈状态。用户感受不到用户指令执行需要消耗的时间,提升了用户体验感。本发明公开了一种用户指令队列管理方法。

Description

一种用户指令队列管理系统及方法 技术领域
本发明涉及用户指令管理领域,具体涉及一种用户指令队列管理系统及方法。
背景技术
计算机或智能设备用户在处理发短信、发邮件等耗时命令的时候,发出用户指令后需等待后台将用户指令执行完毕,才能得到短信已发送或邮件已发送的反馈。从用户发出指令至接收到反馈将等待一段时间,用户体验感不佳。
发明内容
针对现有技术中存在的缺陷,本发明的目的在于提供一种用户指令队列管理系统及方法,用户感受不到用户指令执行需要消耗的时间,提升了用户体验感。
为达到以上目的,本发明采取的技术方案是:一种用户指令队列管理系统:包括指令接收存储模块,队列管理模块和队列进程模块,其中:所述指令接收存储模块用于接收并存储用户指令,并返回用户指令成功加入队列管理系统;所述队列管理模块用于查询指令接收存储模块中的用户指令数量并启动与用户指令一一对应的队列进程;所述队列进程模块用于查找指令接收存储模块中与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。
在上述方案的基础上,队列进程模块使用队列进程执行用户指令超时,所述队列进程重试执行用户指令,若重试5次仍超时,所述队 列管理模块关闭该用户指令相应的队列进程,并记录队列进程运行日志。
在上述方案的基础上,队列进程模块使用队列进程执行用户指令出现异常,所述队列管理模块重启执行异常的用户指令相应的队列进程,并记录队列进程运行日志。
在上述方案的基础上,队列进程模块使用队列进程执行完毕用户指令后,所述队列管理模块关闭执行成功的用户指令相应的队列进程,并记录队列进程运行日志。
本发明还公开了一种用户指令队列管理方法,所述指令接收存储模块将用户指令添加进指令接收存储模块中并返回用户指令成功加入队列管理系统,所述队列管理模块查询指令接收存储模块中的用户指令数量并启动与用户指令一一对应的队列进程;所述队列进程模块查找指令接收存储模块中的与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。
在上述方案的基础上,所述队列进程模块使用队列进程执行用户指令的过程中,若执行超时,队列进程重试执行用户指令,如重试5次仍执行超时,所述队列管理模块关闭队列进程,并记录队列进程运行日志。
在上述方案的基础上,所述队列进程模块使用队列进程执行用户指令的过程中,若用户指令执行出现异常,所述队列管理模块重启队列进程,并记录队列进程运行日志。
在上述方案的基础上,所述队列进程模块使用队列进程执行完毕用户指令后,所述队列管理模块关闭队列进程,并记录队列进程运行日志。
在上述方案的基础上,包括以下步骤:
S1,所述指令接收存储模块将用户指令添加进指令接收存储模块中并返回用户指令成功加入队列管理系统;
S2,所述队列进程模块查询指令接收存储模块中的用户指令数量并启动与用户指令一一对应的队列进程;
S3,所述队列进程模块使用队列进程查找指令接收存储模块中的用户指令,若查找到与队列进程对应的用户指令,进入步骤S4,若未查找到,则重复步骤S3;
S4,所述队列进程模块使用队列进程立即执行该用户指令;若执行超时,则重复步骤S4;若重试5次仍超时,进入步骤S5,若未超时,进入步骤S6;
S5,所述队列进程模块关闭队列进程,并记录队列进程运行日志,结束;
S6,若执行出现异常,进入步骤S7;若执行未出现异常,进入步骤S8;
S7,所述队列进程模块重启队列进程,并记录队列进程运行日志,结束;
S8,所述队列进程模块关闭队列进程,并记录队列进程运行日志,结束。
与现有技术相比,本发明的优点在于:
1、用户发出用户指令后,立即得到执行完毕的反馈,同时由队列进行执行用户指令,用户感受不到用户指令执行需要消耗的时间,提升了用户体验感。
2、对队列进程执行的不同结果均及时作出相应的处理并记录日志,用于记录用户指令真实的执行状态。
附图说明
图1为本发明实施例中用户指令队列管理系统的结构示意图;
图2为本发明实施例中用户指令队列管理方法的流程示意图。
图中:1-指令接收存储模块,2-队列管理模块,3-队列进程模块。
具体实施方式
以下结合附图及实施例对本发明作进一步详细说明。
参见图1所示,本发明实施例提供一种用户指令队列管理系统,包括指令接收存储模块1,队列管理模块2和队列进程模块3,其中:指令接收存储模块1用于接收并存储用户指令并返回用户指令成功加入队列管理系统;队列管理模块2用于查询指令接收存储模块1中的用户指令数量并启动与用户指令一一对应的队列进程;队列进程模块3用于查找指令接收存储模块1中与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。用户发出用户指令后,立即得到执行完毕的反馈,同时由队列进行执行用户指令,用户感受不到用户指令执行需要消耗的时间,提升了用户体验感。
队列进程模块3使用队列进程执行用户指令执行超时,队列进程重试执行用户指令,若重试5次仍超时,队列管理模块2关闭该用户指令相应的队列进程,并记录队列进程运行日志。队列进程模块3使用队列进程执行用户指令出现异常,队列管理模块2重启执行异常的用户指令相应的队列进程,并记录队列进程运行日志。队列进程模块3使用队列进程执行完毕用户指令,队列管理模块2关闭执行成功的用户指令相应的队列进程,并记录队列进程运行日志。对队列进程执行的不同结果均及时做出相应的处理并记录队列进程运行日志,用于记录用户指令真实的执行状态。
本发明还公开了一种基于用户指令队列管理系统的队列管理方法,指令接收存储模块1将用户指令添加进指令接收存储模块1中并 返回用户指令成功加入队列管理系统,队列管理模块2查询指令接收存储模块1中的用户指令数量并启动与用户指令一一对应的队列进程;队列进程模块3查找指令接收存储模块1中的与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。队列进程模块3使用队列进程执行用户指令的过程中,若执行超时,队列进程重试执行用户指令,如重试5次仍执行超时,队列管理模块2关闭队列进程,并记录队列进程运行日志。队列进程模块3使用队列进程执行用户指令的过程中,若用户指令执行出现异常,队列管理模块2重启队列进程,并记录队列进程运行日志。队列进程模块3使用队列进程执行完毕用户指令后,队列管理模块2关闭队列进程,并记录队列进程运行日志。
具体包括以下步骤:
S1,指令接收存储模块1将用户指令添加进指令接收存储模块1中并返回用户指令成功加入队列管理系统;
S2,队列进程模块3查询指令接收存储模块1中的用户指令数量并启动与用户指令一一对应的队列进程;
S3,队列进程模块3使用队列进程查找指令接收存储模块1中的用户指令,若查找到与队列进程对应的用户指令,进入步骤S4,若未查找到,则重复步骤S3;
S4,队列进程模块3使用队列进程立即执行该用户指令;若执行超时,则重复步骤S4;若重试5次仍超时,进入步骤S5,若未超时,进入步骤S6;
S5,队列进程模块3关闭队列进程,并记录队列进程运行日志,结束;
S6,若执行出现异常,进入步骤S7;若执行未出现异常,进入 步骤S8;
S7,队列进程模块3重启队列进程,并记录队列进程运行日志,结束;
S8,队列进程模块3关闭队列进程,并记录队列进程运行日志,结束。
本发明不局限于上述实施方式,对于本技术领域的普通技术人员来说,在不脱离本发明原理的前提下,还可以做出若干改进和润饰,这些改进和润饰也视为本发明的保护范围之内。本说明书中未作详细描述的内容属于本领域专业技术人员公知的现有技术。

Claims (9)

  1. 一种用户指令队列管理系统,其特征在于:包括指令接收存储模块(1),队列管理模块(2)和队列进程模块(3),其中:
    所述指令接收存储模块(1)用于接收并存储用户指令,并返回用户指令成功加入队列管理系统;
    所述队列管理模块(2)用于查询指令接收存储模块(1)中的用户指令数量并启动与用户指令一一对应的队列进程;
    所述队列进程模块(3)用于查找指令接收存储模块(1)中与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。
  2. 如权利要求1所述的一种用户指令队列管理系统,其特征在于:队列进程模块(3)使用队列进程执行用户指令超时,所述队列进程重试执行用户指令,若重试5次仍超时,所述队列管理模块(2)关闭该用户指令相应的队列进程,并记录队列进程运行日志。
  3. 如权利要求1所述的一种用户指令队列管理系统,其特征在于:队列进程模块(3)使用队列进程执行用户指令出现异常,所述队列管理模块(2)重启执行异常的用户指令相应的队列进程,并记录队列进程运行日志。
  4. 如权利要求1所述的一种用户指令队列管理系统,其特征在于:队列进程模块(3)使用队列进程执行完毕用户指令后,所述队列管理模块(2)关闭执行成功的用户指令相应的队列进程,并记录队列进程运行日志。
  5. 一种基于权利要求1-4任意一项所述系统的队列管理方法,其特征在于:所述指令接收存储模块(1)将用户指令添加进指令接收存储模块(1)中并返回用户指令成功加入队列管理系统,所述队列管理模块(2)查询指令接收存储模块(1)中的用户指令数量并启 动与用户指令一一对应的队列进程;所述队列进程模块(3)查找指令接收存储模块(1)中的与队列进程对应的用户指令,并使用队列进程立即执行该用户指令。
  6. 如权利要求5所述的一种用户指令队列管理方法,其特征在于:所述队列进程模块(3)使用队列进程执行用户指令的过程中,若执行超时,队列进程重试执行用户指令,如重试5次仍执行超时,所述队列管理模块(2)关闭队列进程,并记录队列进程运行日志。
  7. 如权利要求5所述的一种用户指令队列管理方法,其特征在于:所述队列进程模块(3)使用队列进程执行用户指令的过程中,若用户指令执行出现异常,所述队列管理模块(2)重启队列进程,并记录队列进程运行日志。
  8. 如权利要求5所述的一种用户指令队列管理方法,其特征在于:所述队列进程模块(3)使用队列进程执行完毕用户指令后,所述队列管理模块(2)关闭队列进程,并记录队列进程运行日志。
  9. 如权利要求5所述的一种用户指令队列管理方法,其特征在于:包括以下步骤:
    S1,所述指令接收存储模块(1)将用户指令添加进指令接收存储模块(1)中并返回用户指令成功加入队列管理系统;
    S2,所述队列进程模块(3)查询指令接收存储模块(1)中的用户指令数量并启动与用户指令一一对应的队列进程;
    S3,所述队列进程模块(3)使用队列进程查找指令接收存储模块(1)中的用户指令,若查找到与队列进程对应的用户指令,进入步骤S4,若未查找到,则重复步骤S3;
    S4,所述队列进程模块(3)使用队列进程立即执行该用户指令;若执行超时,则重复步骤S4;若重试5次仍超时,进入步骤S5,若 未超时,进入步骤S6;
    S5,所述队列进程模块(3)关闭队列进程,并记录队列进程运行日志,结束;
    S6,若执行出现异常,进入步骤S7;若执行未出现异常,进入步骤S8;
    S7,所述队列进程模块(3)重启队列进程,并记录队列进程运行日志,结束;
    S8,所述队列进程模块(3)关闭队列进程,并记录队列进程运行日志,结束。
PCT/CN2017/080775 2016-06-29 2017-04-17 一种用户指令队列管理系统及方法 WO2018000908A1 (zh)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201610499183.5A CN106201667B (zh) 2016-06-29 2016-06-29 一种用户指令队列管理系统及方法
CN201610499183.5 2016-06-29

Publications (1)

Publication Number Publication Date
WO2018000908A1 true WO2018000908A1 (zh) 2018-01-04

Family

ID=57463324

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2017/080775 WO2018000908A1 (zh) 2016-06-29 2017-04-17 一种用户指令队列管理系统及方法

Country Status (2)

Country Link
CN (1) CN106201667B (zh)
WO (1) WO2018000908A1 (zh)

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106201667B (zh) * 2016-06-29 2020-02-04 武汉斗鱼网络科技有限公司 一种用户指令队列管理系统及方法
CN109921967B (zh) * 2019-03-08 2021-05-07 美智光电科技股份有限公司 指令处理方法及系统、网关设备和计算机可读存储介质

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888407A (zh) * 2012-12-24 2014-06-25 于智为 一种智能家居核心服务器对多终端控制的解决方法
CN104360899A (zh) * 2014-11-03 2015-02-18 上海斐讯数据通信技术有限公司 一种进程管理系统及管理方法
CN106201667A (zh) * 2016-06-29 2016-12-07 武汉斗鱼网络科技有限公司 一种用户指令队列管理系统及方法

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101702735B (zh) * 2009-11-24 2012-07-04 恒生电子股份有限公司 一种tcp服务装置及方法
CN101916224A (zh) * 2010-08-20 2010-12-15 迈普通信技术股份有限公司 测试进程异常检测方法以及自动化测试控制装置
CN102932387A (zh) * 2011-08-10 2013-02-13 北大方正集团有限公司 设备运行的维护方法及装置
US8959530B1 (en) * 2013-05-07 2015-02-17 Sprint Communications Company L.P. Messaging middleware processing thread count based events
US9727364B2 (en) * 2014-09-05 2017-08-08 Red Hat Israel, Ltd. Virtual device hypervisor memory limited receive queuing
CN105404557A (zh) * 2015-12-07 2016-03-16 中国电子科技集团公司第五十研究所 基于消息队列的进程通信方法

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103888407A (zh) * 2012-12-24 2014-06-25 于智为 一种智能家居核心服务器对多终端控制的解决方法
CN104360899A (zh) * 2014-11-03 2015-02-18 上海斐讯数据通信技术有限公司 一种进程管理系统及管理方法
CN106201667A (zh) * 2016-06-29 2016-12-07 武汉斗鱼网络科技有限公司 一种用户指令队列管理系统及方法

Also Published As

Publication number Publication date
CN106201667B (zh) 2020-02-04
CN106201667A (zh) 2016-12-07

Similar Documents

Publication Publication Date Title
KR102072726B1 (ko) 데이터베이스로의 미들-티어 트랜잭션 로그들의 인라인 위임을 지원하는 시스템들 및 방법들
JP2015514247A5 (zh)
EP3226153B1 (en) Impact analysis-based task redoing method, impact analysis calculation apparatus and one-click reset apparatus
CN106570027B (zh) 一种事务型任务处理方法及装置
WO2018149396A1 (zh) 一种业务流程处理方法、可读存储介质、终端设备及装置
WO2018000908A1 (zh) 一种用户指令队列管理系统及方法
WO2023020236A1 (zh) 分布式数据库的表数据查询
CN103823708A (zh) 虚拟机读写请求处理的方法和装置
WO2020024341A1 (zh) 一种对象存储的方法及对象存储网关
WO2012024937A1 (zh) 一种实现并行计算的方法及系统
CN106874343B (zh) 一种时序数据库的数据删除方法及系统
CN102591993A (zh) 一种用于热表数据更新的异步处理方法及装置
CN106649584B (zh) 一种主从式数据库系统中的索引处理方法和装置
CN103729391A (zh) 能够重新启动事务的客户端装置和数据库服务器及方法
US8825796B2 (en) Transaction processing system and operation of the transaction process system
US10855563B2 (en) Supplementing log messages with metadata
CN103488549B (zh) 多镜像数据的回滚处理系统和回滚处理方法
CN109032940B (zh) 一种测试场景录入方法、装置、设备及存储介质
CN107577547B (zh) 一种高性能集群的紧急作业续算方法以及系统
US20150081647A1 (en) Server and method for updating data of server
US20140359420A1 (en) Disaster Recovery Method and Apparatus Used in Document Editing and Storage Medium
US20190171478A1 (en) Efficient and scalable transaction processing using a consensus-based transaction model
WO2017059799A1 (zh) 极限存储方法、装置及设备
CN102289392A (zh) 基于检查点的作业调度方法和系统
WO2020063769A1 (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: 17818905

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

Country of ref document: EP

Kind code of ref document: A1

122 Ep: pct application non-entry in european phase

Ref document number: 17818905

Country of ref document: EP

Kind code of ref document: A1