CN108804206A - The processing method and system of synchronous task - Google Patents

The processing method and system of synchronous task Download PDF

Info

Publication number
CN108804206A
CN108804206A CN201710283545.1A CN201710283545A CN108804206A CN 108804206 A CN108804206 A CN 108804206A CN 201710283545 A CN201710283545 A CN 201710283545A CN 108804206 A CN108804206 A CN 108804206A
Authority
CN
China
Prior art keywords
task
subordinate
result
higher level
execution
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Granted
Application number
CN201710283545.1A
Other languages
Chinese (zh)
Other versions
CN108804206B (en
Inventor
张磊
张文明
陈少杰
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Guan Hua
Original Assignee
Wuhan Douyu Network Technology Co Ltd
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 Wuhan Douyu Network Technology Co Ltd filed Critical Wuhan Douyu Network Technology Co Ltd
Priority to CN201710283545.1A priority Critical patent/CN108804206B/en
Publication of CN108804206A publication Critical patent/CN108804206A/en
Application granted granted Critical
Publication of CN108804206B publication Critical patent/CN108804206B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

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/48Program initiating; Program switching, e.g. by interrupt
    • G06F9/4806Task transfer initiation or dispatching
    • G06F9/4843Task transfer initiation or dispatching by program, e.g. task dispatcher, supervisor, operating system
    • G06F9/4881Scheduling strategies for dispatcher, e.g. round robin, multi-level priority queues
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/48Indexing scheme relating to G06F9/48
    • G06F2209/486Scheduler internals

Landscapes

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

Abstract

The invention discloses a kind of processing method of synchronous task and system, the task process field that is related in software development process.Steps of the method are:Task action result is respectively created in the superior and the subordinate's task and sends and receives interface;While the superior and the subordinate's task is opened, after the completion of higher level's task execution, task action result is sent to subordinate's task;Subordinate's task receives and is changed to wake-up states by dormant state after task action result;When task action result is higher level's task execution failure result, subordinate's task is changed to dormant state by wake-up states;When task action result is higher level's task execution successful result, subordinate's task starts to execute.The present invention implementing result send and receive interface occupancy system resource it is smaller, and by task action result send and receive interface be coupled synchronous task the degree of coupling it is relatively low, be not only convenient for the extension of synchronous task, and do not interfere with the performance of system.

Description

The processing method and system of synchronous task
Technical field
The present invention relates to the task process fields in software development process, and in particular to a kind of processing method of synchronous task And system.
Background technology
Task operating and asynchronous task operation, the meaning of synchronous task operation are usually synchronized in software development process For:Start execution task B after the completion of waiting task A again, the meaning of asynchronous task operation is:Start simultaneously at execution task A and B.
Tradition realizes that the method for synchronous task operation and corresponding defect are:
(1) the execution state that task A is periodically monitored by task timer listens to after the completion of task A execution, will The completion result notice of task A starts to execute after receiving completion result to task B, task B.
When method (1) unlatching task timer periodically monitors the execution state of task A, a large amount of system money can be occupied Source;At the same time, task timer periodically can by force coupling task A and B (by the completion result notice of task A to task B Deng), and then the degree of coupling of software is improved, not only bad for the extension of synchronous task, and generated after task A and B coupling compatibility High load capacity, can strong influence system performance.
(2) by global task variable come the state of maintaining:Task A and B are opened simultaneously, and task A starts to execute, at task B In dormant state;It sets global task variable to true after the completion of task A, task B polls monitor global task variable, work as prison It hears and starts execution task when global task variable is true.
Task B needs unlatching process to monitor global task variable, and then occupying system resources in method (2);It is same with this When, since global task variable belongs to global nature, Anywhere can assignment operation be carried out to global task variable, into And can not ensure the safety of global task variable, easily cause the disorder of program execution logic;Further, lead between task A and B Global task variable is crossed to be coupled, still belongs to close coupling relationship, is unfavorable for the extension of synchronous task.
At the same time, compared with task A (higher level's task), the overall situation in the task timer and method (2) in method (1) Task variable, belongs to subordinate by way of poll to monitor the performance of higher level's task, after the completion of higher level's task, subordinate The regular hour can be occupied from monitoring to being sent to task B (higher level's task), and then after the completion of task B can be caused, task B does not have The case where being immediately performed, that is, postponing can not ensure the quality of synchronous task.
Invention content
In view of the deficiencies in the prior art, present invention solves the technical problem that being:How occupying system resources compared with In the case of few, ensure the quality of the lower synchronous task of the degree of coupling.The implementing result of the present invention sends and receives interface occupancy System resource it is smaller, and by task action result send and receive interface be coupled synchronous task the degree of coupling it is relatively low, It is not only convenient for the extension of synchronous task, and does not interfere with the performance of system.
To achieve the above objectives, the processing method of synchronous task provided by the invention, includes the following steps:
S1:Definition needs to wait for executing again after the completion of other tasks for task to be subordinate's task, other described tasks are upper Grade task;Task action result transmission interface, the task defined in task action result transmission interface are created in higher level's task Implementing result sends agreement;Task action result receiving interface is created in subordinate's task, in task action result receiving interface In, definition task action result corresponding with task action result transmission agreement receives agreement;
S2:Higher level's task and subordinate's task are opened simultaneously, and higher level's task is in execution status of task, and subordinate's task, which is in, stops Dormancy state, goes to S3;
S3:After the completion of higher level's task execution, task action result is sent to down by task action result transmission interface In the task action result receiving interface of grade task, task action result includes higher level's task execution successful result or higher level's task Failure result is executed, S4 is gone to;
S4:After task action result receiving interface receives task action result, subordinate's task is changed to call out by dormant state The state of waking up;When task action result is higher level's task execution failure result, S5 is gone to;When task action result is higher level's task When the result that runs succeeded, S6 is gone to;
S5:Subordinate's task is changed to dormant state by wake-up states;
S6:Subordinate's task starts to execute.
The processing system of synchronous task provided by the invention, including synchronous task opening module, synchronous task interactive module, Implementing result sending module and subordinate's task execution module;
Synchronous task interactive module is used for:It defines in charge of a grade under task of needing to wait for other tasks to execute again after the completion is Business, other described tasks are higher level's task;Task action result transmission interface is created in higher level's task, in task action result Task action result defined in transmission interface sends agreement;Task action result receiving interface is created in subordinate's task, it is in office It is engaged in implementing result receiving interface, definition task action result corresponding with task action result transmission agreement receives agreement;
Synchronous task opening module is used for:Higher level's task and subordinate's task are opened simultaneously, higher level's task is in task execution State, subordinate's task is in a dormant state;
Implementing result sending module is used for:After the completion of higher level's task execution, task action result is passed through into task execution knot Fruit transmission interface is sent in the task action result receiving interface of subordinate's task, and task action result includes higher level's task execution Successful result or higher level's task execution failure result, downward grade task execution module send subordinate's task execution signal;
Subordinate's task execution module is used for:After receiving subordinate's task execution signal, subordinate's task is changed by dormant state For wake-up states;When task action result is higher level's task execution failure result, subordinate's task is changed to by wake-up states Dormant state;When task action result is higher level's task execution successful result, triggering subordinate task starts to execute.
Compared with the prior art, the advantages of the present invention are as follows:
(1) referring to S1 of the present invention to S3 it is found that the synchronous task (higher level's task and subordinate's task) of the present invention, passes through task Implementing result sends and receives interface and is coupled, and synchronous by task timer or global task variable coupling in the prior art Task is compared, and the system resource that implementing result of the invention sends and receives interface occupancy is smaller, and passes through task execution knot Fruit send and receive interface be coupled synchronous task the degree of coupling it is relatively low, be not only convenient for the extension of synchronous task, and will not shadow The performance of acoustic system.
At the same time, higher level's task with is in the prior art monitored by subordinate (subordinate's task or task timer) poll Execution state compare, referring to S3 of the present invention to S6 it is found that the present invention by higher level's task directly down grade task send task Subordinate's task can be activated and executed immediately after the completion of implementing result, i.e. higher level's task, be not in switch between synchronous task to prolong Slow problem ensure that the running quality of synchronous task.
Further, this referring to S2 of the present invention it is found that the present invention task action result transmission interface be located in higher level's task, Compared with global task variable in the prior art, the security performance of task action result transmission interface significantly increases, Neng Goubao Demonstrate,prove the normal execution of synchronous task.
(2) present invention can unsuccessfully be tied when higher level's task execution fails to all subordinate's tasks broadcast higher level's task execution Fruit and failure cause so as to orientation problem and repair, and then improve working efficiency.
Description of the drawings
Fig. 1 is the flow chart of the processing method of the synchronous task in the embodiment of the present invention.
Specific implementation mode
Invention is further described in detail with reference to the accompanying drawings and embodiments.
Shown in Figure 1, the processing method of the synchronous task in the embodiment of the present invention includes the following steps:
S1:Definition needs to wait for executing again after the completion of other tasks for task to be subordinate's task, other described tasks are upper Grade task, while higher level's task and subordinate's task are opened, higher level's task is in execution status of task, and subordinate's task is in suspend mode shape State, reason are:The operation of subordinate's task relies on the completion of higher level's task as a result, therefore subordinate's task does not receive and completes result Before will not be waken up, being opened only can go to S2 in a dormant state.
S2:Task action result transmission interface is created in higher level's task, defined in task action result transmission interface Task action result sends agreement;Task action result receiving interface is created in subordinate's task, is received in task action result In interface, definition task action result corresponding with task action result transmission agreement receives agreement, goes to S3.
The call back function of task action result is in S2:OnResult (bool baton, String msg), wherein Baton represents execution status of task, and when task action result is that higher level's task execution is completed, baton true, msg are sky; When task action result is that higher level's task execution fails, baton false, msg is failure cause at this time.
S3:After the completion of higher level's task execution, task action result is sent to down by task action result transmission interface Grade task task action result receiving interface in, task action result include higher level's task execution successful result (true) or on Grade task execution failure result (false);When task action result is higher level's task execution failure result, higher level's task is sent Task action result further include failure cause, go to S4.
S4:After task action result receiving interface receives task action result, subordinate's task is changed to call out by dormant state The state of waking up.When task action result is higher level's task execution failure result, S5 is gone to;When task action result is higher level's task When the result that runs succeeded, S6 is gone to.
S5:Judge whether subordinate's task is the last one task in synchronous task, if so, subordinate's task is become by wake-up states More dormant state terminates;Otherwise subordinate's task is by higher level's task execution failure result and failure cause, be transferred to it is next under After grade task, it is changed to dormant state by wake-up states, is terminated.
By S5 it is found that the present embodiment is when higher level's task execution fails, higher level's task can be broadcasted to all subordinate's tasks Failure result and failure cause are executed, so as to orientation problem and repair, and then improves working efficiency.
S6:Subordinate's task starts to execute, and subordinate's task superior task returns to task and starts execution information, and higher level's task is received After starting execution information to task, the thread that higher level's task uses is closed, with free system resources, is terminated.
The processing system of synchronous task in the embodiment of the present invention, including the interaction of synchronous task opening module, synchronous task Module, implementing result sending module and subordinate's task execution module.
Synchronous task interactive module is used for:It defines in charge of a grade under task of needing to wait for other tasks to execute again after the completion is Business, other described tasks are higher level's task;Task action result transmission interface is created in higher level's task, in task action result Task action result defined in transmission interface sends agreement;Task action result receiving interface is created in subordinate's task, it is in office It is engaged in implementing result receiving interface, definition task action result corresponding with task action result transmission agreement receives agreement.
Synchronous task opening module is used for:Higher level's task and subordinate's task are opened simultaneously, higher level's task is in task execution State, subordinate's task is in a dormant state.
Implementing result sending module is used for:After the completion of higher level's task execution, task action result is passed through into task execution knot Fruit transmission interface is sent in the task action result receiving interface of subordinate's task, and task action result includes higher level's task execution Successful result or higher level's task execution failure result, when task action result is higher level's task execution failure result, task is held Further include failure cause in row result;Downward grade task execution module sends subordinate's task execution signal.
Subordinate's task execution module is used for:After receiving subordinate's task execution signal, subordinate's task is changed by dormant state For wake-up states.When task action result is higher level's task execution failure result, subordinate's task is changed to by wake-up states Dormant state;If subordinate's task is the task among synchronous task, higher level's task execution failure result and failure cause are passed It is handed to next subordinate's task.When task action result is higher level's task execution successful result, triggering subordinate task starts to hold Row;Task, which is returned, to synchronous task opening module starts execution information;Synchronous task opening module receives task and starts to execute letter After breath, the thread that higher level's task uses is closed.
Through the embodiment of the present invention it is found that synchronous task (higher level's task and subordinate's task) in the embodiment of the present invention, leads to It crosses task action result and sends and receives interface and be coupled, and pass through task timer or global task variable coupling in the prior art Close synchronous task compare, in the present embodiment implementing result send and receive interface occupancy system resource it is smaller, and by appoint Business implementing result send and receive interface be coupled synchronous task the degree of coupling it is relatively low, be not only convenient for the extension of synchronous task, and And the performance of system is not interfered with.
At the same time, higher level's task with is in the prior art monitored by subordinate (subordinate's task or task timer) poll Execution state compare, by higher level's task, grade task sends task action result, i.e. higher level's task to the present embodiment directly down The problem of capable of activating and execute subordinate's task immediately after the completion, being not in switching delay between synchronous task, it ensure that synchronization The running quality of task.
Further, the task action result transmission interface of the present embodiment is located in higher level's task, and in the prior art complete Office's task variable is compared, and the security performance of task action result transmission interface significantly increases, and can ensure the normal of synchronous task It executes.
Further, the present invention is not limited to the above-described embodiments, for those skilled in the art, Without departing from the principles of the invention, several improvements and modifications can also be made, these improvements and modifications are also considered as the present invention Protection domain within.The content not being described in detail in this specification belongs to existing skill well known to professional and technical personnel in the field Art.

Claims (10)

1. a kind of processing method of synchronous task, which is characterized in that this approach includes the following steps:
S1:Definition needs to wait for executing again after the completion of other tasks for task to be subordinate's task, other described tasks are upper in charge of a grade Business;Task action result transmission interface, the task execution defined in task action result transmission interface are created in higher level's task As a result agreement is sent;Task action result receiving interface is created in subordinate's task, it is fixed in task action result receiving interface Justice task action result corresponding with task action result transmission agreement receives agreement;
S2:Higher level's task and subordinate's task are opened simultaneously, higher level's task is in execution status of task, and subordinate's task is in suspend mode shape State goes to S3;
S3:After the completion of higher level's task execution, task action result is sent to down by task action result transmission interface in charge of a grade In the task action result receiving interface of business, task action result includes higher level's task execution successful result or higher level's task execution Failure result goes to S4;
S4:After task action result receiving interface receives task action result, subordinate's task is changed to wake up shape by dormant state State;When task action result is higher level's task execution failure result, S5 is gone to;When task action result is higher level's task execution When successful result, S6 is gone to;
S5:Subordinate's task is changed to dormant state by wake-up states;
S6:Subordinate's task starts to execute.
2. the processing method of synchronous task as described in claim 1, which is characterized in that further comprising the steps of after S5:When When subordinate's task is the task among synchronous task, higher level's task execution failure result is transferred to next subordinate by subordinate's task Task.
3. the processing method of synchronous task as claimed in claim 2, it is characterised in that:Task action result described in S3 is upper Further include failure cause in task action result when grade task execution failure result.
4. the processing method of synchronous task as claimed in claim 3, it is characterised in that:Instantly grade task is among synchronous task Task when, failure cause is transferred to next subordinate's task by subordinate's task.
5. such as the processing method of Claims 1-4 any one of them synchronous task, which is characterized in that further include after S6 with Lower step:Subordinate task superior task returns to task and starts execution information, and higher level's task receives after task starts execution information, Close the thread that higher level's task uses.
6. a kind of processing system of synchronous task, which is characterized in that the system includes synchronous task opening module, synchronous task friendship Mutual module, implementing result sending module and subordinate's task execution module;
Synchronous task interactive module is used for:Definition needs to wait for executing again after the completion of other tasks for task to be subordinate's task, institute It is higher level's task to state other tasks;Task action result transmission interface is created in higher level's task, is sent in task action result Task action result defined in interface sends agreement;Task action result receiving interface is created in subordinate's task, is held in task In row result receiving interface, definition task action result corresponding with task action result transmission agreement receives agreement;
Synchronous task opening module is used for:Higher level's task and subordinate's task are opened simultaneously, higher level's task is in execution status of task, Subordinate's task is in a dormant state;
Implementing result sending module is used for:After the completion of higher level's task execution, task action result is sent out by task action result Interface is sent to be sent in the task action result receiving interface of subordinate's task, task action result includes the success of higher level's task execution As a result or higher level's task execution failure result, downward grade task execution module send subordinate's task execution signal;
Subordinate's task execution module is used for:After receiving subordinate's task execution signal, subordinate's task is changed to call out by dormant state The state of waking up;When task action result is higher level's task execution failure result, subordinate's task is changed to suspend mode by wake-up states State;When task action result is higher level's task execution successful result, triggering subordinate task starts to execute.
7. the processing system of synchronous task as claimed in claim 6, it is characterised in that:Subordinate's task execution module will under After grade task is changed to dormant state by wake-up states, if subordinate's task is the task among synchronous task, by higher level's task It executes failure result and is transferred to next subordinate's task.
8. the processing system of synchronous task as claimed in claim 7, it is characterised in that:The implementing result sending module is sent Task action result when being higher level's task execution failure result, further include failure cause in task action result.
9. the processing system of synchronous task as claimed in claim 8, it is characterised in that:Subordinate's task execution module will under After grade task is changed to dormant state by wake-up states, if subordinate's task is the task among synchronous task, by failure cause It is transferred to next subordinate's task.
10. such as the processing system of claim 6 to 9 any one of them synchronous task, it is characterised in that:Subordinate's task is held After row module triggering subordinate task starts execution, returns to task to synchronous task opening module and start execution information;Synchronous task Opening module receives after task starts execution information, closes the thread that higher level's task uses.
CN201710283545.1A 2017-04-26 2017-04-26 Processing method and system for synchronous task Active CN108804206B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201710283545.1A CN108804206B (en) 2017-04-26 2017-04-26 Processing method and system for synchronous task

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201710283545.1A CN108804206B (en) 2017-04-26 2017-04-26 Processing method and system for synchronous task

Publications (2)

Publication Number Publication Date
CN108804206A true CN108804206A (en) 2018-11-13
CN108804206B CN108804206B (en) 2021-04-09

Family

ID=64069712

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201710283545.1A Active CN108804206B (en) 2017-04-26 2017-04-26 Processing method and system for synchronous task

Country Status (1)

Country Link
CN (1) CN108804206B (en)

Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260068B2 (en) * 2003-01-23 2007-08-21 Mediatek Inc. Method for switching a time frame based mobile unit to a sleep mode
CN101316193A (en) * 2007-05-28 2008-12-03 北京师范大学珠海分校 Multi-task scheduling method of measuring probe
US20090063885A1 (en) * 2007-08-28 2009-03-05 Arimilli Lakshminarayana B System and Computer Program Product for Modifying an Operation of One or More Processors Executing Message Passing Interface Tasks
US20090249279A1 (en) * 2008-03-31 2009-10-01 Jatho Investments Software appliance framework
CN102455933A (en) * 2010-10-22 2012-05-16 深圳市科陆电子科技股份有限公司 Method for increasing multi-tasking efficiency through thread management
CN103530740A (en) * 2013-10-25 2014-01-22 金蝶软件(中国)有限公司 Method and device for carrying out node control on task flow
WO2014040535A1 (en) * 2012-09-13 2014-03-20 Tencent Technology (Shenzhen) Company Limited Information management method and device
CN104461502A (en) * 2014-11-03 2015-03-25 广州汇讯营销咨询有限公司 Task management method and system based on Hadoop
CN105069128A (en) * 2015-08-14 2015-11-18 北京京东尚科信息技术有限公司 Data synchronization method and apparatus
CN105321045A (en) * 2015-11-04 2016-02-10 北京知聚科技有限公司 Service process formal model construction method and system
CN105468457A (en) * 2015-11-24 2016-04-06 无锡江南计算技术研究所 Parallel system local migration fault-tolerant method based on difference recognition
US20160103599A1 (en) * 2013-11-21 2016-04-14 Tencent Technology (Shenzhen) Company Limited Method and apparatus for optimizing operating environment of a user terminal
CN105700937A (en) * 2016-01-04 2016-06-22 北京百度网讯科技有限公司 Multi-thread task processing method and device
CN106201687A (en) * 2016-07-06 2016-12-07 浪潮软件集团有限公司 Managed task scheduling and decomposing method
CN106294386A (en) * 2015-05-19 2017-01-04 北大方正集团有限公司 Task distribution performs method and system
CN106384274A (en) * 2016-08-29 2017-02-08 厦门易名科技股份有限公司 Domain name auction data synchronization processing method and system
CN106502773A (en) * 2016-10-09 2017-03-15 武汉斗鱼网络科技有限公司 There is data asynchronous processing method and the module of synchronous callback information function
CN106548321A (en) * 2015-09-18 2017-03-29 高嵩 A kind of dispute assessment method of task platform

Patent Citations (18)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7260068B2 (en) * 2003-01-23 2007-08-21 Mediatek Inc. Method for switching a time frame based mobile unit to a sleep mode
CN101316193A (en) * 2007-05-28 2008-12-03 北京师范大学珠海分校 Multi-task scheduling method of measuring probe
US20090063885A1 (en) * 2007-08-28 2009-03-05 Arimilli Lakshminarayana B System and Computer Program Product for Modifying an Operation of One or More Processors Executing Message Passing Interface Tasks
US20090249279A1 (en) * 2008-03-31 2009-10-01 Jatho Investments Software appliance framework
CN102455933A (en) * 2010-10-22 2012-05-16 深圳市科陆电子科技股份有限公司 Method for increasing multi-tasking efficiency through thread management
WO2014040535A1 (en) * 2012-09-13 2014-03-20 Tencent Technology (Shenzhen) Company Limited Information management method and device
CN103530740A (en) * 2013-10-25 2014-01-22 金蝶软件(中国)有限公司 Method and device for carrying out node control on task flow
US20160103599A1 (en) * 2013-11-21 2016-04-14 Tencent Technology (Shenzhen) Company Limited Method and apparatus for optimizing operating environment of a user terminal
CN104461502A (en) * 2014-11-03 2015-03-25 广州汇讯营销咨询有限公司 Task management method and system based on Hadoop
CN106294386A (en) * 2015-05-19 2017-01-04 北大方正集团有限公司 Task distribution performs method and system
CN105069128A (en) * 2015-08-14 2015-11-18 北京京东尚科信息技术有限公司 Data synchronization method and apparatus
CN106548321A (en) * 2015-09-18 2017-03-29 高嵩 A kind of dispute assessment method of task platform
CN105321045A (en) * 2015-11-04 2016-02-10 北京知聚科技有限公司 Service process formal model construction method and system
CN105468457A (en) * 2015-11-24 2016-04-06 无锡江南计算技术研究所 Parallel system local migration fault-tolerant method based on difference recognition
CN105700937A (en) * 2016-01-04 2016-06-22 北京百度网讯科技有限公司 Multi-thread task processing method and device
CN106201687A (en) * 2016-07-06 2016-12-07 浪潮软件集团有限公司 Managed task scheduling and decomposing method
CN106384274A (en) * 2016-08-29 2017-02-08 厦门易名科技股份有限公司 Domain name auction data synchronization processing method and system
CN106502773A (en) * 2016-10-09 2017-03-15 武汉斗鱼网络科技有限公司 There is data asynchronous processing method and the module of synchronous callback information function

Non-Patent Citations (1)

* Cited by examiner, † Cited by third party
Title
徐志远: "基于嵌入式多核系统的H.264编器实现", 《中国优秀硕士学位论文全文数据库信息科技辑》 *

Also Published As

Publication number Publication date
CN108804206B (en) 2021-04-09

Similar Documents

Publication Publication Date Title
CN107864271B (en) A kind of information loading method and device
WO2016041468A1 (en) Wakeup method, device and terminal
CN109684060B (en) Mixed scheduling method for multiple types of time-critical tasks
CN106502773B (en) Data asynchronous processing method and module with synchronous callback information function
CN103092682A (en) Asynchronous network application program processing method
CN109714635A (en) A kind of TV awakening method, smart television and storage medium based on speech recognition
CN101188828A (en) Method for dual-processor mobile terminal to work status of process slave processor
CN103198007A (en) Multi-process log output method and system
CN104660777A (en) Touch screen cellphone and function setting method for physical buttons thereof
CN110377486A (en) The asynchronous task processing method of stable high-throughput is realized based on kafka
CN115794313B (en) Virtual machine debugging method, system, electronic device and storage medium
CN103927244B (en) A kind of method of the plug-in unit scheduling process monitoring realized based on dynamic proxy
CN104375893A (en) Partition scheduling method based on two-stage operating system structure
CN103631694A (en) Server monitoring method and device in homemade environment
CN109508915A (en) A kind of intelligent contract of intelligence based on block chain
CN109887143A (en) For the control method of intelligent door lock, device and intelligent door lock
CN105264970A (en) Method, device and mobile terminal for reducing power consumption
CN105634502A (en) Realization method of key scanning based on state machine
CN108804206A (en) The processing method and system of synchronous task
CN103457926A (en) Communication method for CMS front-end processor and server
CN107229412A (en) A kind of key control method and device of embedded Linux equipment
CN116566434A (en) Concentrator multitasking parallel high-efficiency acquisition method and system based on HPLC
CN104660992B (en) Video goes offline reconnecting system and method
CN103312869A (en) Method and system for mobile terminal screen to be unlocked and standby state conversion
CN1952899A (en) A time processing method of message and embedded multiple task operating system

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant
TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20230620

Address after: 508 Accelerator Workshop, Building B-1, Haichuang Technology Industrial Park, No. 627 Lugu Avenue, Changsha Hi tech Development Zone, Hunan 410000

Patentee after: Hunan Kaichuang Zhiyuan Information Technology Co.,Ltd.

Address before: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee before: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Effective date of registration: 20230620

Address after: Unit 2414-2416, main building, no.371, Wushan Road, Tianhe District, Guangzhou City, Guangdong Province

Patentee after: GUANGDONG GAOHANG INTELLECTUAL PROPERTY OPERATION Co.,Ltd.

Address before: 430000 East Lake Development Zone, Wuhan City, Hubei Province, No. 1 Software Park East Road 4.1 Phase B1 Building 11 Building

Patentee before: WUHAN DOUYU NETWORK TECHNOLOGY Co.,Ltd.

TR01 Transfer of patent right
TR01 Transfer of patent right

Effective date of registration: 20240529

Address after: Room 508-01, 02, Accelerator Production Workshop, Building B-1, Haichuang Technology Industrial Park, No. 627 Lugu Avenue, High tech Development Zone, Changsha City, Hunan Province, 410100

Patentee after: Hunan Pinfu Information Technology Co.,Ltd.

Country or region after: China

Address before: 508 Accelerator Workshop, Building B-1, Haichuang Technology Industrial Park, No. 627 Lugu Avenue, Changsha Hi tech Development Zone, Hunan 410000

Patentee before: Hunan Kaichuang Zhiyuan Information Technology Co.,Ltd.

Country or region before: China

TR01 Transfer of patent right

Effective date of registration: 20241004

Address after: 425000 Menggongshan Village Street Group, Yitang Town, Lengshuitan District, Yongzhou City, Hunan Province

Patentee after: Guan Hua

Country or region after: China

Address before: Room 508-01, 02, Accelerator Production Workshop, Building B-1, Haichuang Technology Industrial Park, No. 627 Lugu Avenue, High tech Development Zone, Changsha City, Hunan Province, 410100

Patentee before: Hunan Pinfu Information Technology Co.,Ltd.

Country or region before: China