CN105426231A - Multi-processing apparatus and multi-processing method - Google Patents

Multi-processing apparatus and multi-processing method Download PDF

Info

Publication number
CN105426231A
CN105426231A CN201410449150.0A CN201410449150A CN105426231A CN 105426231 A CN105426231 A CN 105426231A CN 201410449150 A CN201410449150 A CN 201410449150A CN 105426231 A CN105426231 A CN 105426231A
Authority
CN
China
Prior art keywords
subprocess
business datum
business
processing logic
call instruction
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.)
Pending
Application number
CN201410449150.0A
Other languages
Chinese (zh)
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.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen 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 Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201410449150.0A priority Critical patent/CN105426231A/en
Publication of CN105426231A publication Critical patent/CN105426231A/en
Pending legal-status Critical Current

Links

Abstract

A multi-processing method and a multi-processing apparatus are disclosed. The multi-processing apparatus comprises a receiving module, a process processing module and a result returning module, wherein the receiving module is used for receiving a call instruction; the call instruction comprises each business data and business processing logical codes corresponding to each business data separately; the process processing module is used for generating sub processes for executing the business processing logical codes separately, and for processing the business data corresponding to the business processing logical codes separately; and the result returning module is used for returning the processed result to an issuer of the call instruction. According to the scheme of the embodiment of the multi-processing apparatus, the multi-processing can be realized, the multi-process technology is simplified, the difficulty in using the multi-process technology is lowered, and the program development efficiency is improved.

Description

Multiprocessing device and Multiprocessing method
Technical field
The present invention relates to programming arts, particularly relate to a kind of Multiprocessing device and a kind of Multiprocessing method.
Background technology
In program operation process, be loaded into the program example performed in internal memory, be called process (process).Process is a program executed activity on computers, is a Dynamic Execution process of program.It is system carry out one of Resource Distribution and Schedule can the individual of concurrence performance, or alternatively, process is the running example of application program, is the unit that operating system carries out Resourse Distribute.When operation program, just start a process.
A process, from being established to termination, is controlled by the core of operating system entirely.There is a process queue inside of operating system, for state of a process and demand, according to the order that different algorithm arrangements performs.Each process can be assigned to a bit of CPU time (being called timeslice), and this period terminates CPU and is switched to the execution of other processes at once, thus multiple process is run simultaneously, improves treatment effeciency.Between various process, ceaselessly switch as this system performing (being called contextual processing: contextswtich), be called multi-process operating system.
When running into the scenes such as big data quantity is synchronous, multitasking at present, in order to improve treatment effeciency, be generally senior developer according to self grasping knowledge, exploitation Multiprocessing program, finishing service function needs.But, multi-process exploitation needs the logic being concerned about that interprocess communication, data sharing, process lock etc. are irrelevant with business, not only need the time and efforts of at substantial, and need certain operating system knowledge, the senior developer of general needs just can complete exploitation, for the common developer not quite understood compared with the knowledge of bottom operating system, process etc., then multi-process technology cannot be used to improve the execution efficiency of program.
Summary of the invention
Based on this, for above-mentioned problems of the prior art, the object of the present invention is to provide a kind of Multiprocessing device and Multiprocessing method, it can simplify multi-process technology, reduces the use difficulty of multi-process technology, improves program development efficiency.
For achieving the above object, the embodiment of the present invention by the following technical solutions:
A kind of Multiprocessing device, comprising:
Receiver module, for receiving call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Process processing module, for generating the subprocess performing described business processing logic code respectively, processes the business datum corresponding with these business processing logic codes respectively;
Result returns module, for the result of described process being returned to the person of sending of described call instruction.
A kind of Multiprocessing method, comprises step:
Receive call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Generate the subprocess performing described business processing logic code respectively, respectively the business datum corresponding with these business processing logic codes is processed.
According to the scheme of the invention described above embodiment, it is encapsulated the logical process part of Multiprocessing, as a black box for external call, for developer, when developing Multiprocessing program, without the need to being concerned about the knowledge compared with bottom such as operating system, process, only business processing logic need be paid close attention to, directly call Multiprocessing device of the present invention, Multiprocessing process can be realized, simplify multi-process technology, reduce the use difficulty of multi-process technology, improve program development efficiency.
Accompanying drawing explanation
Fig. 1 is the structural representation of Multiprocessing device embodiment one of the present invention;
Fig. 2 is the structural representation of Multiprocessing device embodiment two of the present invention;
Fig. 3 is the schematic flow sheet of Multiprocessing embodiment of the method one of the present invention;
Fig. 4 is the schematic flow sheet of Multiprocessing embodiment of the method two of the present invention;
Fig. 5 is the module map that can realize a computer system of the present invention.
Embodiment
For making object of the present invention, technical scheme and advantage clearly understand, below in conjunction with drawings and Examples, the present invention is described in further detail.Should be appreciated that embodiment described herein only in order to explain the present invention, do not limit protection scope of the present invention.
The modular structure schematic diagram of Multiprocessing device embodiment one of the present invention has been shown in Fig. 1.As shown in Figure 1, the Multiprocessing device in the present embodiment comprises:
Receiver module 101, for receiving the call instruction of caller, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Process processing module 102, for generating the subprocess performing described business processing logic code respectively, processes the business datum corresponding with these business processing logic codes respectively;
Result returns module 103, for the result of described process is returned to described caller.
According to the scheme of the invention described above embodiment, it is encapsulated the logical process part of Multiprocessing, as a black box for external call, for developer, when developing Multiprocessing program, without the need to being concerned about the knowledge compared with bottom such as operating system, process, only business processing logic need be paid close attention to, directly call Multiprocessing device of the present invention, Multiprocessing process can be realized, simplify multi-process technology, reduce the use difficulty of multi-process technology, improve program development efficiency.
Wherein, the number of above-mentioned business datum according to actual needs can be different.When generation performs the subprocess of described business processing logic code respectively, the number of the subprocess generated according to actual needs can be different.
Wherein in a kind of mode, the number of subprocess can be included in above-mentioned call instruction.Thus process processing module 102 according to the number of the subprocess comprised in call instruction, can generate the subprocess of respective number.
In another mode, can the number of subprocess that once generates of default setting.Process processing module 102 according to the number of the subprocess of default setting, can generate the subprocess of respective number.
In another mode, according to the state of current system, the subprocess that once can generate how many numbers can be determined.
Accordingly, the structural representation of Multiprocessing device embodiment two of the present invention has been shown in Fig. 2.As shown in Figure 2, the Multiprocessing device in the present embodiment comprises:
Receiver module 201, for receiving the call instruction of caller, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Data obtaining module 202, for detection system status information, described system status information comprises CPU (CentralProcessingUnit, central processing unit) information, Installed System Memory information;
Subprocess number determination module 203, for determining the number of described subprocess according to described system status information;
Process processing module 204, for generating the subprocess performing described business processing logic code respectively, processes the business datum corresponding with these business processing logic codes respectively;
Result returns module 205, for the result of described process is returned to described caller.
Thus in the case, after receiver module 201 receives call instruction, process processing module 204 can decide to generate how many subprocesss according to current system conditions, in the case, can more reasonably utilize system.
Wherein, during the above-mentioned number according to system status information determination subprocess, can be adopt at present any mode that is existing and that later may occur to carry out, such as, may need the CPU, the internal memory number determining subprocess etc. that use according to idle CPU, free memory, each subprocess.
In addition, in above-mentioned call instruction, the number of business datum has has less more, and when some process portfolios are larger, the number of business datum can be more, and when some business processing amounts are less, the number of business datum will be less.Below in conjunction with the embodiment shown in Fig. 1, Fig. 2, just wherein several situation is described.
When the number of business datum is less than the number of the subprocess that can generate, namely when the number of the number of the number of the business datum number or business datum that are less than the subprocess comprised in the call instruction number or business datum that are less than the subprocess of default setting is less than the number of the subprocess that subprocess number determination module 203 is determined, directly can generate the subprocess with the number equivalent amount of business datum, perform the business processing logic code corresponding with these business datums respectively, avoid generating unnecessary subprocess.In the case, the number of the subprocess comprised in call instruction is general identical with the number of business datum.
When the number of business datum equals the number of subprocess, namely when the number of the number of the number of the business datum number or business datum that equal the subprocess comprised in the call instruction number or business datum that equal the subprocess of default setting equals the number of the subprocess that subprocess number determination module 203 is determined, because the number of business datum is identical with the number of indicated subprocess, directly can generate the subprocess of respective number, to perform the business processing logic code corresponding with these business datums respectively.
When the number of business datum is greater than the number of subprocess, namely, when the number of the number of the number of the business datum number or business datum that are greater than the subprocess comprised in the call instruction number or business datum that are greater than the subprocess of default setting is greater than the number of the subprocess that subprocess number determination module 203 is determined, the subprocess of indicated number (number of the subprocess that the number of the number of the subprocess comprised in such as call instruction, the subprocess of default setting, subprocess number determination module 203 are determined) can first be generated.Process processing module 205 can after current each subprocess be disposed, detect each described business datum whether all processed complete, and when testing result is no, again generate the subprocess performing business processing logic code corresponding to untreated business datum respectively, business datum corresponding to these business processing logic codes respectively processes.If testing result is no, then call complete.On the other hand, process processing module 205 is after the subprocess of the number indicated by generating, can after any subprocess is disposed (namely, without the need to waiting for that all subprocesss are all disposed), just generate a subprocess and perform business processing logic code corresponding to next business datum, until be all disposed to all business processing logic codes.
Based on Multiprocessing device of the present invention as above, the present invention also provides a kind of Multiprocessing method.The schematic flow sheet of Multiprocessing embodiment of the method one of the present invention has been shown in Fig. 3.As shown in Figure 3, the Multiprocessing method in the present embodiment comprises:
Step S301: receive call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Step S302: generate the subprocess performing described business processing logic code respectively, respectively the business datum corresponding with these business processing logic codes is processed.
According to the scheme of the invention described above embodiment, it is encapsulated the logical process part of Multiprocessing, as a black box for external call, for developer, when developing Multiprocessing program, without the need to being concerned about the knowledge compared with bottom such as operating system, process, only business processing logic need be paid close attention to, directly call Multiprocessing device of the present invention, Multiprocessing process can be realized, simplify multi-process technology, reduce the use difficulty of multi-process technology, improve program development efficiency.
Wherein, the number of above-mentioned business datum according to actual needs can be different.When generation performs the subprocess of described business processing logic code respectively, the number of the subprocess generated according to actual needs can be different.
Wherein in a kind of mode, the number of subprocess can be included in above-mentioned call instruction.Thus, in step s 302, according to the number of the subprocess comprised in call instruction, the subprocess of respective number can be generated.
In another mode, can the number of subprocess that once generates of default setting.When generating subprocess in step s 302, according to the number of the subprocess of default setting, generate the subprocess of respective number.
In another mode, according to the state of current system, the subprocess that once can generate how many numbers can be determined.
Accordingly, the schematic flow sheet of Multiprocessing embodiment of the method two of the present invention has been shown in Fig. 4.As shown in Figure 4, the Multiprocessing method in the present embodiment comprises:
Step S401: receive call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Step S402: detection system status information, described system status information comprises CPU information, Installed System Memory information;
Step S403: the number determining subprocess to be generated according to described system status information;
Step S404: generate the subprocess performing described business processing logic code respectively, respectively the business datum corresponding with these business processing logic codes is processed.
Thus, in the case, when receiving call instruction, can decide to generate how many subprocesss according to current system conditions, in the case, can more reasonably utilize system.
Wherein, during the above-mentioned number according to system status information determination subprocess, can be adopt at present any mode that is existing and that later may occur to carry out, such as, may need the CPU, the internal memory number determining subprocess etc. that use according to idle CPU, free memory, each subprocess.
In addition, in above-mentioned call instruction, the number of business datum has has less more, and when some process portfolios are larger, the number of business datum can be more, and when some business processing amounts are less, the number of business datum will be less.Below in conjunction with the embodiment shown in Fig. 3, Fig. 4, just wherein several situation is described.
When the number of business datum is less than the number of the subprocess that can generate, namely when the number of the number of the number of the business datum number or business datum that are less than the subprocess comprised in the call instruction number or business datum that are less than the subprocess of default setting is less than the number of the subprocess determined based on the mode in above-described embodiment two (Fig. 4), directly can generate the subprocess with the number equivalent amount of business datum, perform the business processing logic code corresponding with these business datums respectively, avoid generating unnecessary subprocess.In the case, the number of the subprocess comprised in call instruction is general identical with the number of business datum.
When the number of business datum equals the number of subprocess, namely when the number of the number of the number of the business datum number or business datum that equal the subprocess comprised in the call instruction number or business datum that equal the subprocess of default setting equals the number of the subprocess determined based on the mode in above-described embodiment two (Fig. 4), because the number of business datum is identical with the number of indicated subprocess, directly can generate the subprocess of respective number, to perform the business processing logic code corresponding with these business datums respectively.
When the number of business datum is greater than the number of subprocess, namely the number of business datum is greater than the number of the subprocess comprised in call instruction, or the number of business datum is greater than the number of the subprocess of default setting, or when the number of business datum is greater than the number of the subprocess determined based on the mode in above-described embodiment two (Fig. 4), first can generate the indicated number (number of the subprocess comprised in such as call instruction, the number of the subprocess of default setting, number based on the subprocess that the mode in above-described embodiment two (Fig. 4) is determined) subprocess, and after these subprocesss are disposed, detect each described business datum whether all processed complete, if not, generate the subprocess performing business processing logic code corresponding to untreated business datum respectively, business datum corresponding to these business processing logic codes respectively processes, if not, then call complete.On the other hand, after the subprocess of the number indicated by generating, can after any subprocess is disposed (namely, without the need to waiting for that all subprocesss are all disposed), just generate a subprocess and perform business processing logic code corresponding to next business datum, until be all disposed to all business processing logic codes.
Based on the scheme of the invention described above embodiment, the application example concrete below in conjunction with one of them is described in detail.
During enforcement, caller processes data in advance, obtain the data set that can carry out separately the wall scroll data processed, namely this data centralization includes each business datum, and complete the business processing logic code of wall scroll data, namely complete the business processing logic code for each business datum respectively.
Then, this data set of caller and the business processing logic code corresponding with each business datum pass to the Multiprocessing device in embodiment of the present invention scheme, and the Multiprocessing device namely to the embodiment of the present invention sends substitute instruction.
After the Multiprocessing device of the embodiment of the present invention receives, perform the processing procedure in the invention described above embodiment according to this call instruction, complete the code logic that fork (bifurcated function) subprocess, shared-memory management, semaphore control etc. are irrelevant with service logic.In processing procedure, the business processing logic code subprocess of this Multiprocessing device continuous fork wall scroll data goes the data processing data centralization, reaches the object of parallel data processing.The processing procedure of the concrete code logic of Multiprocessing device can be carried out with any mode had at present and may occur later
After Multiprocessing device is disposed, result is returned to above-mentioned caller.
One of ordinary skill in the art will appreciate that all or part of flow process realized in above-described embodiment method, that the hardware that can carry out instruction relevant by computer program has come, described program can be stored in a computer read/write memory medium, this program, when performing, can comprise the flow process of the embodiment as above-mentioned each side method.Wherein, described storage medium can be magnetic disc, CD, read-only store-memory body (Read-OnlyMemory, ROM) or random store-memory body (RandomAccessMemory, RAM) etc.
Fig. 5 is the module map of a computer system 1000 that can realize the embodiment of the present invention.This computer system 1000 is an example being applicable to computer environment of the present invention, can not think to propose any restriction to usable range of the present invention.Computer system 1000 can not be interpreted as the combination needing the one or more parts depending on or have in illustrated exemplary computer system 1000.This computer system 1000, when specific implementation, can be understood as the server in the embodiment of the present invention.
Computer system 1000 shown in Fig. 5 is the examples being suitable for computer system of the present invention.Other framework with different sub-systems configuration also can use.The similar devices such as the desktop computer known by masses, notebook are such as had to go for some embodiments of the present invention.But be not limited to above cited equipment.
As shown in Figure 5, computer system 1000 comprises processor 1010, storer 1020 and system bus 1022.The various system components comprising storer 1020 and processor 1010 are connected on system bus 1022.Processor 1010 is the hardware being used for being performed by arithmetic sum logical operation basic in computer system computer program instructions.Storer 1020 be one for storing the physical equipment of calculation procedure or data (such as, program state information) temporarily or permanently.System bus 1020 can be any one in the bus structure of following several types, comprises memory bus or memory controller, peripheral bus and local bus.Processor 1010 and storer 1020 can carry out data communication by system bus 1022.Wherein storer 1020 comprises ROM (read-only memory) (ROM) or flash memory (all not shown in figure), and random access memory (RAM), and RAM typically refers to the primary memory being loaded with operating system and application program.
Computer system 1000 also comprises display interface 1030 (such as, Graphics Processing Unit), display device 1040 (such as, liquid crystal display), audio interface 1050 (such as, sound card) and audio frequency apparatus 1060 (such as, loudspeaker).Display device 1040 and audio frequency apparatus 1060 are the media devices for experiencing content of multimedia.
Computer system 1000 generally comprises a memory device 1070.Memory device 1070 can be selected from multiple computer-readable medium, and computer-readable medium refers to any available medium can accessed by computer system 1000, that comprise movement and fixing two media.Such as, computer-readable medium includes but not limited to, flash memory (miniature SD card), CD-ROM, digital versatile disc (DVD) or other optical disc storage, tape cassete, tape, disk storage or other magnetic storage apparatus, or can be used for storing information needed and other medium any can accessed by computer system 1000.
Computer system 1000 also comprises input media 1080 and input interface 1090 (such as, I/O controller).User can pass through input media 1080, and as the touch panel equipment in keyboard, mouse, display device 1040, input instruction and information are in computer system 1000.Input media 1080 is normally connected on system bus 1022 by input interface 1090, but also can be connected by other interface or bus structure, as USB (universal serial bus) (USB).
Computer system 1000 can be carried out logic with one or more network equipment in a network environment and is connected.The network equipment can be PC, server, router, smart phone, panel computer or other common network node.Computer system 1000 is connected with the network equipment by LAN (Local Area Network) (LAN) interface 1100 or mobile comm unit 1110.LAN (Local Area Network) (LAN) refers in limited area, such as family, school, computer laboratory or use the office building of the network media, the computer network of interconnected composition.WiFi and twisted-pair feeder wiring Ethernet are two kinds of technology of the most frequently used structure LAN (Local Area Network).WiFi is a kind of technology that can make computer system 1000 swapping data or be connected to wireless network by radiowave.Mobile comm unit 1110 can be answered by radio communication diagram while movement and call in a wide geographic area.Except call, mobile comm unit 1110 is also supported in the 2G providing mobile data service, carries out internet access in 3G or 4G cellular communication system.
It should be pointed out that other computer system comprising the subsystem more more or less than computer system 1000 also can be applicable to invention.
As described in detail, be applicable to the assigned operation that computer system 1000 of the present invention can perform Multiprocessing method above.The form of the software instruction that computer system 1000 is operated in computer-readable medium by processor 1010 performs these operations.These software instructions can be read into storer 1020 from memory device 1070 or by lan interfaces 1100 from another equipment.The software instruction be stored in storer 1020 makes processor 1010 perform above-mentioned Multiprocessing method.In addition, also the present invention can be realized equally by hardware circuit or hardware circuit in conjunction with software instruction.Therefore, the combination that the present invention is not limited to any specific hardware circuit and software is realized.
The above embodiment only have expressed several embodiment of the present invention, and it describes comparatively concrete and detailed, but therefore can not be interpreted as the restriction to the scope of the claims of the present invention.It should be pointed out that for the person of ordinary skill of the art, without departing from the inventive concept of the premise, can also make some distortion and improvement, these all belong to protection scope of the present invention.Therefore, the protection domain of patent of the present invention should be as the criterion with claims.

Claims (8)

1. a Multiprocessing device, is characterized in that, comprising:
Receiver module, for receiving call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Process processing module, for generating the subprocess performing described business processing logic code respectively, processes the business datum corresponding with these business processing logic codes respectively;
Result returns module, for the result of described process being returned to the person of sending of described call instruction.
2. Multiprocessing device according to claim 1, is characterized in that, described call instruction comprises the number of described subprocess.
3. Multiprocessing device according to claim 1, is characterized in that, also comprise:
Data obtaining module, for detection system status information, described system status information comprises CPU information, Installed System Memory information;
Subprocess number determination module, for determining the number of described subprocess according to described system status information.
4. the Multiprocessing device according to Claims 2 or 3, it is characterized in that, described process processing module, also for after current each subprocess is disposed, detect each described business datum whether all processed complete, and when testing result is no, again generate the subprocess performing business processing logic code corresponding to untreated business datum respectively, business datum corresponding to these business processing logic codes respectively processes.
5. a Multiprocessing method, is characterized in that, comprises step:
Receive call instruction, described call instruction comprises each business datum and business processing logic code corresponding with each business datum respectively;
Generate the subprocess performing described business processing logic code respectively, respectively the business datum corresponding with these business processing logic codes is processed.
6. Multiprocessing method according to claim 5, is characterized in that, described call instruction comprises the number of described subprocess.
7. Multiprocessing method according to claim 5, is characterized in that, generates before performing the subprocess of described business processing logic code respectively, also comprises step:
Detection system status information, described system status information comprises CPU information, Installed System Memory information;
The number of subprocess to be generated is determined according to described system status information.
8. the Multiprocessing method according to claim 6 or 7, is characterized in that, also comprise step:
After current each subprocess is disposed, detect each described business datum whether all processed complete;
If not, generate the subprocess performing business processing logic code corresponding to untreated business datum respectively, business datum corresponding to these business processing logic codes respectively processes.
CN201410449150.0A 2014-09-04 2014-09-04 Multi-processing apparatus and multi-processing method Pending CN105426231A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201410449150.0A CN105426231A (en) 2014-09-04 2014-09-04 Multi-processing apparatus and multi-processing method

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201410449150.0A CN105426231A (en) 2014-09-04 2014-09-04 Multi-processing apparatus and multi-processing method

Publications (1)

Publication Number Publication Date
CN105426231A true CN105426231A (en) 2016-03-23

Family

ID=55504458

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201410449150.0A Pending CN105426231A (en) 2014-09-04 2014-09-04 Multi-processing apparatus and multi-processing method

Country Status (1)

Country Link
CN (1) CN105426231A (en)

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020959A (en) * 2016-05-24 2016-10-12 郑州悉知信息科技股份有限公司 Data migration method and device
CN108694571A (en) * 2017-04-11 2018-10-23 优酷网络技术(北京)有限公司 A kind of method for processing business and device based on multi-process
CN109032579A (en) * 2018-07-06 2018-12-18 无锡雪浪数制科技有限公司 A kind of Visualization Model on-line prediction system
CN109032767A (en) * 2018-07-26 2018-12-18 苏州科达科技股份有限公司 Transaction processing system, method, apparatus and the storage medium of asynchronous multi-process
CN109144741A (en) * 2017-06-13 2019-01-04 广东神马搜索科技有限公司 The method, apparatus and electronic equipment of interprocess communication
CN110046003A (en) * 2019-03-28 2019-07-23 广州越秀金融科技有限公司 Data processing method, device, storage medium and processor

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1688971A (en) * 2002-09-25 2005-10-26 伊尼格马泰克公司 Verifiable processes in a heterogeneous distributed computing environment
CN102831053A (en) * 2011-06-17 2012-12-19 阿里巴巴集团控股有限公司 Scheduling method and device for test execution
CN102955721A (en) * 2011-08-16 2013-03-06 阿里巴巴集团控股有限公司 Device and method for pressure generation for testing
CN103593173A (en) * 2012-10-29 2014-02-19 百度在线网络技术(北京)有限公司 Integration development system, integration development method and integration development device for application programs

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1688971A (en) * 2002-09-25 2005-10-26 伊尼格马泰克公司 Verifiable processes in a heterogeneous distributed computing environment
CN102831053A (en) * 2011-06-17 2012-12-19 阿里巴巴集团控股有限公司 Scheduling method and device for test execution
CN102955721A (en) * 2011-08-16 2013-03-06 阿里巴巴集团控股有限公司 Device and method for pressure generation for testing
CN103593173A (en) * 2012-10-29 2014-02-19 百度在线网络技术(北京)有限公司 Integration development system, integration development method and integration development device for application programs

Cited By (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN106020959A (en) * 2016-05-24 2016-10-12 郑州悉知信息科技股份有限公司 Data migration method and device
CN108694571A (en) * 2017-04-11 2018-10-23 优酷网络技术(北京)有限公司 A kind of method for processing business and device based on multi-process
CN109144741A (en) * 2017-06-13 2019-01-04 广东神马搜索科技有限公司 The method, apparatus and electronic equipment of interprocess communication
CN109032579A (en) * 2018-07-06 2018-12-18 无锡雪浪数制科技有限公司 A kind of Visualization Model on-line prediction system
CN109032767A (en) * 2018-07-26 2018-12-18 苏州科达科技股份有限公司 Transaction processing system, method, apparatus and the storage medium of asynchronous multi-process
CN110046003A (en) * 2019-03-28 2019-07-23 广州越秀金融科技有限公司 Data processing method, device, storage medium and processor
CN110046003B (en) * 2019-03-28 2023-03-28 广州越秀金融科技有限公司 Data processing method, data processing device, storage medium and processor

Similar Documents

Publication Publication Date Title
US11442747B2 (en) Method for establishing applications-to-be preloaded prediction model based on preorder usage sequence of foreground application, storage medium, and terminal
CN104142858B (en) Blocked task dispatching method and device
CN105426231A (en) Multi-processing apparatus and multi-processing method
US9626295B2 (en) Systems and methods for scheduling tasks in a heterogeneous processor cluster architecture using cache demand monitoring
CN105335099A (en) Memory cleaning method and terminal
JP2017511940A (en) Resource management based on device-specific or user-specific resource usage profiles
CN102473106A (en) Resource allocation in virtualized environments
KR20180048993A (en) Systems and methods for dynamically adjusting memory state transition timers
CN111026493B (en) Interface rendering processing method and device
US20180157557A1 (en) Determining reboot time after system update
CN114168271B (en) Task scheduling method, electronic device and storage medium
JP2015529373A (en) System and method for coordinating resource usage in a tight sandboxed environment
CN112445729B (en) Operation address determination method, PCIe system, electronic device and storage medium
US8145819B2 (en) Method and system for stealing interrupt vectors
CN114237894A (en) Container scheduling method, device, equipment and readable storage medium
CN111506426B (en) Memory management method and device and electronic equipment
US9535713B2 (en) Manipulating rules for adding new devices
CN111813407B (en) Game development method, game running device and electronic equipment
CN110045929B (en) Mounting point management method and related device
CN114816032B (en) Data processing method and device, electronic equipment and storage medium
CN102253940B (en) Method and device for processing data by tree view
CN106484536B (en) IO scheduling method, device and equipment
WO2021244212A1 (en) Method and system for dynamically assigning cpu resources to one or more applications
CN115454348A (en) Method for realizing shared storage space of thin volume and thick volume
US8799616B2 (en) Method and system for preferred CPU binding on virtual partitions

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20160323

RJ01 Rejection of invention patent application after publication