WO2023116522A1 - Procédé et appareil de gestion de processus, support de stockage et dispositif électronique - Google Patents

Procédé et appareil de gestion de processus, support de stockage et dispositif électronique Download PDF

Info

Publication number
WO2023116522A1
WO2023116522A1 PCT/CN2022/138915 CN2022138915W WO2023116522A1 WO 2023116522 A1 WO2023116522 A1 WO 2023116522A1 CN 2022138915 W CN2022138915 W CN 2022138915W WO 2023116522 A1 WO2023116522 A1 WO 2023116522A1
Authority
WO
WIPO (PCT)
Prior art keywords
process group
application
group
application program
electronic device
Prior art date
Application number
PCT/CN2022/138915
Other languages
English (en)
Chinese (zh)
Inventor
袁科杰
金炼城
Original Assignee
北京有竹居网络技术有限公司
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by 北京有竹居网络技术有限公司 filed Critical 北京有竹居网络技术有限公司
Publication of WO2023116522A1 publication Critical patent/WO2023116522A1/fr

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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • G06F9/44505Configuring for program initiating, e.g. using registry, configuration files
    • 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/44Arrangements for executing specific programs
    • G06F9/445Program loading or initiating
    • 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
    • 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
    • YGENERAL TAGGING OF NEW TECHNOLOGICAL DEVELOPMENTS; GENERAL TAGGING OF CROSS-SECTIONAL TECHNOLOGIES SPANNING OVER SEVERAL SECTIONS OF THE IPC; TECHNICAL SUBJECTS COVERED BY FORMER USPC CROSS-REFERENCE ART COLLECTIONS [XRACs] AND DIGESTS
    • Y02TECHNOLOGIES OR APPLICATIONS FOR MITIGATION OR ADAPTATION AGAINST CLIMATE CHANGE
    • Y02DCLIMATE CHANGE MITIGATION TECHNOLOGIES IN INFORMATION AND COMMUNICATION TECHNOLOGIES [ICT], I.E. INFORMATION AND COMMUNICATION TECHNOLOGIES AIMING AT THE REDUCTION OF THEIR OWN ENERGY USE
    • Y02D10/00Energy efficient computing, e.g. low power processors, power management or thermal management

Definitions

  • the present disclosure relates to the technical field of computers, and in particular, to a process management method, device, storage medium and electronic equipment.
  • the present disclosure provides a process management method, including:
  • the present disclosure provides a process management device, including:
  • a determination module configured to determine a data processing capability of the electronic device
  • the process allocation module is configured to determine a process group used by the first application program according to the data processing capability in response to the start request of the first application program, wherein the process group includes at least one process of the target host application;
  • a running module configured to run the first application program through the process group.
  • the present disclosure provides a computer-readable medium on which a computer program is stored, and when the program is executed by a processing device, the steps of the process management method described in the first aspect are implemented.
  • an electronic device including:
  • a processing device configured to execute the computer program in the storage device, so as to realize the steps of the process management method described in the first aspect.
  • the process group used by the first application program is determined according to the data processing capability of the electronic device, and the first application program is run through the process group, which can be dynamically determined according to the data processing capability presented by the operating state of the electronic device A group of processes used by applications to improve the performance of electronic devices.
  • the process of the host application is managed by means of a process group, so that the structure of the process is clearer, and the problem of reduced operating efficiency due to fragmented allocation of processes is avoided.
  • Fig. 1 is a schematic flowchart of a process management method provided according to an exemplary embodiment
  • Fig. 2 is a schematic flowchart of a process management method provided according to another exemplary embodiment
  • FIG. 3 is a schematic flowchart of a process management method provided according to yet another exemplary embodiment
  • Fig. 4 is a schematic structural diagram of a process management device provided according to an exemplary embodiment
  • Fig. 5 is a schematic structural diagram of an electronic device according to an exemplary embodiment.
  • the term “comprise” and its variations are open-ended, ie “including but not limited to”.
  • the term “based on” is “based at least in part on”.
  • the term “one embodiment” means “at least one embodiment”; the term “another embodiment” means “at least one further embodiment”; the term “some embodiments” means “at least some embodiments.” Relevant definitions of other terms will be given in the description below.
  • Installation-free application is an application that can be run without installation. It refers to an application that is directly downloaded, copied, or decompressed to the target directory without copying to the system directory or writing to the registry. Wherein, the installation-free application runs in a host application, and the host application provides a virtual operating environment required for running the installation-free application.
  • Mini Program is an application developed based on a programming language and dependent on the host application to run. It is an application ecosystem between traditional web pages and traditional applications. The Mini Program relies on the host application to run. Users can run the applet in the host application without downloading and installing the applet.
  • the host application refers to the computer environment, the software environment on which the software depends is called the host environment, and the environment is called the host.
  • the process management method provided by the embodiments of the present disclosure is applicable to a scenario in which an application program is assigned a process used in the host application when the application program is running on the host application.
  • the application program in the embodiments of the present disclosure may be an installation-free application
  • the host application in the embodiments of the present disclosure may be an installation-free platform.
  • the installation-free platform refers to an application program set in the operating system to provide the environment required for the operation of the installation-free application.
  • an installation-free application is an application program that can be directly run on the Android system, and is also an application program that can be loaded onto the installation-free platform and directly run.
  • An installation-free platform is an application that provides a sandbox running environment for an installation-free application.
  • the application program in the embodiment of the present disclosure may be a small program
  • the host application in the embodiment of the present disclosure refers to an application program used to provide an operating environment for the small program
  • the host application may be any operating system
  • An application program in the system such as an Android application program or an Apple operating system (iphone Operation System, IOS) application program.
  • the host application may be an instant messaging application, a news reading application, a payment application, or a social application installed on a personal device, or it may be other applications installed on a shared device.
  • the embodiments of the present disclosure actually provide a general process management method suitable for applications running on the host application, that is, the process management methods provided by the embodiments of the present disclosure are applicable to application scenarios where small programs are running , which is also applicable to the scenario of running the application on an installation-free platform.
  • Fig. 1 is a schematic flowchart of a process management method provided according to an exemplary embodiment.
  • the embodiments of the present disclosure are applicable to assigning an application program to a process used in a host application when the application program is running.
  • the process management method disclosed in this embodiment can be executed by an electronic device, specifically, by a process management device, which can be implemented in software and/or hardware and configured in the electronic device.
  • the process management method provided by the embodiment of the present disclosure may include the following steps.
  • the data processing capability of the electronic device refers to the speed at which the electronic device processes data or the speed at which it responds to an operation instruction.
  • their data processing capabilities may be the same or different.
  • the data processing capabilities of mobile terminals of the same model may be the same, or the data processing capabilities of mobile terminals of the same model may be different due to different degrees of hardware loss or software.
  • the data processing capability of the electronic device may be different in different time periods. For example, for an electronic device that has been used for a long time, its data processing capability is smaller than that of an electronic device that has been used for a period of time.
  • the electronic device may determine device attribute information of the electronic device, and determine the data processing capability of the electronic device according to the device attribute information.
  • the device attribute information includes at least one of available memory, available storage capacity, system version, device model and device production date of the electronic device.
  • the available memory of the electronic device refers to the current available memory of the electronic device, and an electronic device with a larger current available memory has a stronger data processing capability.
  • the available storage capacity of the electronic device refers to the current available storage capacity of the electronic device, and the greater the current available storage capacity of the electronic device, the stronger the data processing capability of the electronic device.
  • the system version of the electronic device refers to the version number of the operating system of the electronic device, and different system versions have different corresponding data processing capabilities. For example, the newer the system version, the stronger the data processing capability of the electronic device.
  • the device model refers to the product model of the electronic device.
  • the hardware configuration of the electronic device such as the processor model, can be obtained through the device model of the electronic device, so as to determine the data processing capability of the electronic device according to the hardware configuration.
  • the production date of the equipment refers to the manufacturing time of the electronic equipment, and the newer the production date of the electronic equipment, the stronger its data processing capability.
  • the data processing capability of the electronic device can be comprehensively judged according to the multiple types of device attribute information.
  • the device attribute information of the electronic device is the system version and the device model, it is necessary to integrate the system version and the device model to determine the data processing capability of the electronic device. For example, for an old electronic device, the newer the system version, the lower the data processing capability.
  • the device attribute information of the electronic device can be used as an input of a trained machine learning model to obtain the data processing capability of the electronic device.
  • the trained machine learning model may be obtained by training the machine learning model through training samples, and the training samples may be obtained by marking different data processing capabilities on device attribute information of different electronic devices.
  • the machine learning model can be a neural network model, such as a convolutional neural network.
  • the target host application may refer to the host application that the first application runs. For example, if the first application is started in "Application A”, then “Application A” serves as the target host application, and the first application runs as An applet in the target host application. Alternatively, if “application B" is run on the installation-free platform, then the installation-free platform serves as the target host application, and “application B” serves as the installation-free application running in the host application.
  • the target host application may include at least one set of process groups, and each process group includes at least one process of the target host application.
  • the electronic device determines the process group used by the first application program in the target host application according to the data processing capability of the electronic device.
  • the target host application includes process group A, process group B, and process group C, and the electronic device uses one or more process groups in process group A, process group B, and process group C according to the data processing capability of the electronic device A process group is determined for use by the first application.
  • the process group in the host application refers to a group of processes in the host application that are assigned to run the application. When a process group is determined to be used by an application, all processes in the process group are used by the application.
  • process group A may include 10 processes
  • process group B may include 5 process groups.
  • the number of processes included in each process group may be determined according to the running state of the electronic device, and for different running states, the number of processes included in a process group may be different. For example, when the running state of the electronic device indicates that its data processing capability is strong, the number of processes included in the process group may be greater than the number of processes when the electronic device has a weak data processing capability.
  • the electronic device runs the first application through the determined process group in the target host application. It can be understood that the first application program is run in the determined process group, and all the processes in the process group are only used by the first application program, and the process group is not used to run other processes before the first application program completely exits. application.
  • the data processing performance presented according to the operating state of the electronic device can be The ability to dynamically determine the process group used by an application, thereby improving the performance of electronic devices.
  • the process of the host application is managed by means of a process group, so that the structure of the process is clearer, and the problem of reduced operating efficiency due to fragmented allocation of processes is avoided.
  • FIG. 2 shows a process management method provided by an embodiment of the present disclosure.
  • the process management method is applicable to assigning processes used in a host application to an application when the application is running.
  • the process management method disclosed in this embodiment may be applied to electronic devices, and the process management method may include the following steps.
  • step S210 for the specific implementation manner of step S210, reference may be made to step S110, which will not be repeated here.
  • the preset threshold is the dividing line between the strength and weakness of the data processing capability of the electronic device.
  • the data processing capability of the electronic device is less than the preset threshold, the data processing capability of the electronic device is weak.
  • the data processing capability of the electronic device is greater than or equal to the preset
  • the threshold value is reached, the data processing capability of the electronic device is strong. It can be understood that, for a mobile terminal whose data processing capability is less than a preset threshold, it can be understood that the mobile terminal is a low-end model. For a mobile terminal whose data processing capability is greater than or equal to a preset threshold, it can be understood that the mobile terminal is a high-end model.
  • an electronic device whose data processing capability is less than a preset threshold, its host application only includes a set of first process groups.
  • the electronic device receives a request to start the first application program in the target host application, the electronic device determines the first process group as the process group used by the first application program.
  • the target host application only includes a set of first process groups, therefore, when the first process group is determined to be the process group used by the first application program, If the first process group has been used by the second application program, exit the second application program to make the first process group idle, and run the first application program through the first process group.
  • the installation-free platform only contains a set of first process groups.
  • the first application program is directly run through the first process group.
  • FIG. 3 shows a process management method provided by an embodiment of the present disclosure.
  • the process management method is applicable to assigning processes used in a host application to an application when the application is running.
  • the process management method disclosed in this embodiment may be applied to electronic devices, and the process management method may include the following steps.
  • step S310 for the specific implementation manner of step S310, reference may be made to step S110, which will not be repeated here.
  • the preset threshold is the dividing line between the strength and weakness of the data processing capability of the electronic device.
  • the data processing capability of the electronic device is less than the preset threshold, the data processing capability of the electronic device is weak.
  • the data processing capability of the electronic device is greater than or equal to the preset
  • the threshold value is reached, the data processing capability of the electronic device is strong. It can be understood that, for a mobile terminal whose data processing capability is less than a preset threshold, it can be understood that the mobile terminal is a low-end model. For a mobile terminal whose data processing capability is greater than or equal to a preset threshold, it can be understood that the mobile terminal is a high-end model.
  • the electronic device In an electronic device whose data processing capability is greater than or equal to a preset threshold, its host application includes a second process group, and the second process group includes multiple sub-process groups.
  • the electronic device may determine a group of idle sub-process groups in the second process group as the process group used by the first application program.
  • the third process group in the target host application is determined as the process group used by the first application program; wherein, the third process group is A process group that remains idle when the child process groups in the second process group are not fully occupied.
  • each of the second process group and the third process group may include multiple sub-process groups.
  • the third process group is a process group that remains idle when the sub-process groups in the second process group are not fully used.
  • the sub-process groups in the third process group are At least one sub-process group is determined as a process group used by the first application program.
  • the second process group includes 7 sub-process groups
  • the third process group includes 3 sub-process groups.
  • the third process group The three sub-process groups will not be allocated for running the first application program, but an idle sub-process group in the second process group is determined as the process group used by the first application program.
  • at least one sub-process group in the third process group is determined as the process group used by the first application program.
  • a group of target process groups is selected from the child process groups in the second process group, and exiting the application program using the target process group; and having the target process group as a child process group in a third process group, and making the third process group for running the first application program a child process group in the second process group, In order to maintain the number of process groups in the third process group at a preset number.
  • the electronic device enables the third process group to run the first application program, and at this time, the third process group used to run the first application program is used as the first application program.
  • a sub-process group in the second process group and select a set of target process groups from the sub-process groups in the second process group as sub-process groups in the third process group.
  • the electronic device may select a set of target process groups from the child process groups in the second process group by using a least recently used algorithm (Least Recently Used, LRU). For example, quit the least recently used application using the second process group.
  • the electronic device may select the target process group according to the activation time of the application program using the second process group. For example, quit the application that first used the second process group.
  • the number of child process groups in the second process group and the third process group is maintained at a preset number.
  • the child process group is used as a child process group of the second process group, and at the same time, a group of child process groups is selected from the second process group as the second process group.
  • the sub-process groups in the three process groups, so that the sub-process groups in the second process group and the third process group are maintained at a preset number.
  • the second process group includes 7 sub-process groups
  • the third process group includes 3 sub-process groups.
  • all the 7 sub-process groups in the second process group are used, one of the third process groups is used.
  • a sub-process group is assigned to run the application program, and the sub-process group is used as a sub-process group in the second process group.
  • the electronic device runs the first application through the determined process group in the target host application. It can be understood that the first application program is run in the determined process group, and all the processes in the process group are only used by the first application program, and the process group is not used to run other processes before the first application program completely exits. application.
  • the host application of the electronic device when the data processing capability of the electronic device is greater than or equal to the preset threshold, the host application of the electronic device includes the second process group and the third process group, and the electronic device can process the data according to the first process group in the target host application.
  • the usage status of the second process group and the third process group Select a sub-process group from the second process group or the third process group as the process group used by the first application program, so as to allocate more memory usage in high-end models It is useful for running applications and improving the running speed of applications.
  • the process group in the target host application cannot be used to load the first application program
  • the process group of another host application is called, and the first application program is run through the called process group of the other host application.
  • the process group in the target host application cannot be used to load the first application program may refer to that the process group in the target host application has been used to run the application program and cannot exit.
  • the electronic device calls process groups of other host applications to run the first application program through the called process group.
  • the electronic device receives a start request to start the first application program in host application A
  • the process group in host application A cannot be used to run the first application program
  • call the process group of host application B to run the first application program. an application.
  • Each host application in the electronic device can be communicated and connected, and is provided with an interface for calling the process group of the host application by other host applications.
  • the host application that starts the first application program needs to call the process group of other host applications to run the first application program, the host application calls the process group of other host applications to run the first application program through this interface.
  • the electronic device may determine the process group of the other host application to be called according to the running state of the process group of the other host application. For example, an idle process group of other host applications may be used as the calling process group.
  • the process management device 400 may include: a determination module 410 , a process allocation module 420 and an operation module 430 . in:
  • a determining module 410 configured to determine the data processing capability of the electronic device
  • the process allocation module 420 is configured to, in response to the start request of the first application, determine a process group used by the first application according to the data processing capability, wherein the process group includes at least one process of the target host application ;
  • the running module 430 is configured to run the first application program through the process group.
  • the process allocation module 420 includes:
  • the first process determining unit is configured to determine the first process group of the target host application as the process group used by the first application program when the data processing capability is less than a preset threshold, wherein the The target host application includes a set of the first process group;
  • the specific configuration of the operation module 430 is:
  • the process assignment module 420 also includes:
  • the second process determining unit is configured to: if the data processing capability is greater than or equal to the preset threshold, if there is an idle sub-process group in the second process group in the target host application, then the second process group A set of idle sub-process groups in the second process group is determined as the process group used by the first application program;
  • the second process group includes multiple sub-process groups.
  • the process assignment module 420 also includes:
  • the second process determining unit is configured to determine the third process group in the target host application as the process group used by the first application if there is no idle sub-process group in the second process group;
  • the third process group is a process group that remains idle when the sub-process groups in the second process group are not all occupied.
  • the process assignment module 420 also includes:
  • a process exit unit configured to, when the third process group in the target host application is determined as the process group used by the first application program, select from the child process group in the second process group selecting a set of target process groups, and exiting applications using said target process groups;
  • a process classification unit configured to use the target process group as a child process group in the third process group, and use the third process group for running the first application program as a child process group in the second process group A child process group, so that the number of process groups in the third process group is maintained at a preset number.
  • the process management device 400 further includes:
  • a process calling module configured to call process groups of other host applications when the process group in the target host application cannot be used to load the first application
  • the specific configuration of the operation module 430 is:
  • the first application program is run by the invoked process group of the other host application.
  • the determining module 410 includes:
  • An attribute determination unit configured to determine device attribute information of the electronic device, wherein the device attribute information includes at least one of available memory, available storage capacity, system version, device model, and device production date of the electronic device ;
  • the processing capability determining unit is configured to determine the data processing capability of the electronic device according to the device attribute information.
  • FIG. 5 it shows a schematic structural diagram of an electronic device 600 suitable for implementing the embodiments of the present disclosure.
  • the electronic equipment in the embodiment of the present disclosure may include but not limited to such as mobile phone, notebook computer, digital broadcast receiver, PDA (personal digital assistant), PAD (tablet computer), PMP (portable multimedia player), vehicle terminal (such as mobile terminals such as car navigation terminals) and fixed terminals such as digital TVs, desktop computers and the like.
  • the electronic device shown in FIG. 5 is only an example, and should not limit the functions and scope of use of the embodiments of the present disclosure.
  • an electronic device 600 may include a processing device (such as a central processing unit, a graphics processing unit, etc.) 601, which may be randomly accessed according to a program stored in a read-only memory (ROM) 602 or loaded from a storage device 608. Various appropriate actions and processes are executed by programs in the memory (RAM) 603 . In the RAM 603, various programs and data necessary for the operation of the electronic device 600 are also stored.
  • the processing device 601, ROM 602, and RAM 603 are connected to each other through a bus 604.
  • An input/output (I/O) interface 605 is also connected to the bus 604 .
  • the following devices can be connected to the I/O interface 605: input devices 606 including, for example, a touch screen, touchpad, keyboard, mouse, camera, microphone, accelerometer, gyroscope, etc.; including, for example, a liquid crystal display (LCD), speaker, vibration an output device 607 such as a computer; a storage device 608 including, for example, a magnetic tape, a hard disk, etc.; and a communication device 609.
  • the communication means 609 may allow the electronic device 600 to communicate with other devices wirelessly or by wire to exchange data. While FIG. 5 shows electronic device 600 having various means, it should be understood that implementing or having all of the means shown is not a requirement. More or fewer means may alternatively be implemented or provided.
  • embodiments of the present disclosure include a computer program product, which includes a computer program carried on a non-transitory computer readable medium, where the computer program includes program code for executing the method shown in the flowchart.
  • the computer program may be downloaded and installed from a network via communication means 609, or from storage means 608, or from ROM 602.
  • the processing device 601 the above-mentioned functions defined in the methods of the embodiments of the present disclosure are executed.
  • the computer-readable medium mentioned above in the present disclosure may be a computer-readable signal medium or a computer-readable storage medium or any combination of the two.
  • a computer readable storage medium may be, for example, but not limited to, an electrical, magnetic, optical, electromagnetic, infrared, or semiconductor system, device, or device, or any combination thereof. More specific examples of computer-readable storage media may include, but are not limited to, electrical connections with one or more wires, portable computer diskettes, hard disks, random access memory (RAM), read-only memory (ROM), erasable Programmable read-only memory (EPROM or flash memory), optical fiber, portable compact disk read-only memory (CD-ROM), optical storage device, magnetic storage device, or any suitable combination of the above.
  • a computer-readable storage medium may be any tangible medium that contains or stores a program that can be used by or in conjunction with an instruction execution system, apparatus, or device.
  • a computer-readable signal medium may include a data signal propagated in baseband or as part of a carrier wave carrying computer-readable program code therein. Such propagated data signals may take many forms, including but not limited to electromagnetic signals, optical signals, or any suitable combination of the foregoing.
  • a computer-readable signal medium may also be any computer-readable medium other than a computer-readable storage medium, which can transmit, propagate, or transmit a program for use by or in conjunction with an instruction execution system, apparatus, or device .
  • Program code embodied on a computer readable medium may be transmitted by any appropriate medium, including but not limited to wires, optical cables, RF (radio frequency), etc., or any suitable combination of the above.
  • the electronic device can communicate with any currently known or future-developed network protocol such as HTTP (HyperText Transfer Protocol, Hypertext Transfer Protocol), and can communicate with digital data in any form or medium (for example, communication networks) interconnect.
  • network protocols such as HTTP (HyperText Transfer Protocol, Hypertext Transfer Protocol)
  • Examples of communication networks include local area networks (“LANs”), wide area networks (“WANs”), internetworks (e.g., the Internet), and peer-to-peer networks (e.g., ad hoc peer-to-peer networks), as well as any currently known or future developed network of.
  • the above-mentioned computer-readable medium may be included in the above-mentioned electronic device, or may exist independently without being incorporated into the electronic device.
  • the above-mentioned computer-readable medium carries one or more programs, and when the above-mentioned one or more programs are executed by the electronic device, the electronic device: determines the data processing capability of the electronic device; responds to the start request of the first application program, A process group used by the first application program is determined according to the data processing capability, wherein the process group includes at least one process of a target host application; and the first application program is run through the process group.
  • Computer program code for carrying out operations of the present disclosure may be written in one or more programming languages, or combinations thereof, including but not limited to object-oriented programming languages—such as Java, Smalltalk, C++, and Includes conventional procedural programming languages - such as "C" or similar programming languages.
  • the program code may execute entirely on the user's computer, partly on the user's computer, as a stand-alone software package, partly on the user's computer and partly on a remote computer or entirely on the remote computer or server.
  • the remote computer may be connected to the user computer through any kind of network, including a local area network (LAN) or a wide area network (WAN), or may be connected to an external computer (for example, using an Internet service provider to connected via the Internet).
  • LAN local area network
  • WAN wide area network
  • Internet service provider for example, using an Internet service provider to connected via the Internet.
  • each block in a flowchart or block diagram may represent a module, program segment, or portion of code that contains one or more logical functions for implementing specified executable instructions.
  • the functions noted in the block may occur out of the order noted in the figures. For example, two blocks shown in succession may, in fact, be executed substantially concurrently, or they may sometimes be executed in the reverse order, depending upon the functionality involved.
  • each block of the block diagrams and/or flowchart illustrations, and combinations of blocks in the block diagrams and/or flowchart illustrations can be implemented by a dedicated hardware-based system that performs the specified functions or operations , or may be implemented by a combination of dedicated hardware and computer instructions.
  • modules involved in the embodiments described in the present disclosure may be implemented by software or by hardware. Wherein, the name of the module does not constitute a limitation on the module itself under certain circumstances.
  • FPGAs Field Programmable Gate Arrays
  • ASICs Application Specific Integrated Circuits
  • ASSPs Application Specific Standard Products
  • SOCs System on Chips
  • CPLD Complex Programmable Logical device
  • a machine-readable medium may be a tangible medium that may contain or store a program for use by or in conjunction with an instruction execution system, apparatus, or device.
  • a machine-readable medium may be a machine-readable signal medium or a machine-readable storage medium.
  • a machine-readable medium may include, but is not limited to, electronic, magnetic, optical, electromagnetic, infrared, or semiconductor systems, apparatus, or devices, or any suitable combination of the foregoing.
  • machine-readable storage media would include one or more wire-based electrical connections, portable computer discs, hard drives, random access memory (RAM), read only memory (ROM), erasable programmable read only memory (EPROM or flash memory), optical fiber, compact disk read only memory (CD-ROM), optical storage, magnetic storage, or any suitable combination of the foregoing.
  • RAM random access memory
  • ROM read only memory
  • EPROM or flash memory erasable programmable read only memory
  • CD-ROM compact disk read only memory
  • magnetic storage or any suitable combination of the foregoing.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Stored Programmes (AREA)

Abstract

La présente divulgation, qui relève du domaine technique des ordinateurs, concerne un procédé et un appareil de gestion de processus, un support de stockage et un dispositif électronique. Le procédé comprend : la détermination d'une capacité de traitement de données pour un dispositif électronique ; en réponse à une demande de démarrage d'un premier programme d'application et selon la capacité de traitement de données, la détermination d'un groupe de processus à utiliser par le premier programme d'application, le groupe de processus comprenant au moins un processus d'une application hôte cible ; et l'exécution du premier programme d'application au moyen du groupe de processus.
PCT/CN2022/138915 2021-12-22 2022-12-14 Procédé et appareil de gestion de processus, support de stockage et dispositif électronique WO2023116522A1 (fr)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202111583471.6 2021-12-22
CN202111583471.6A CN116339846A (zh) 2021-12-22 2021-12-22 进程管理方法、装置、存储介质以及电子设备

Publications (1)

Publication Number Publication Date
WO2023116522A1 true WO2023116522A1 (fr) 2023-06-29

Family

ID=86889960

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2022/138915 WO2023116522A1 (fr) 2021-12-22 2022-12-14 Procédé et appareil de gestion de processus, support de stockage et dispositif électronique

Country Status (2)

Country Link
CN (1) CN116339846A (fr)
WO (1) WO2023116522A1 (fr)

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081641A1 (en) * 2013-09-18 2015-03-19 International Business Machines Corporation Backing up a computer application
CN110647393A (zh) * 2018-06-27 2020-01-03 厦门本能管家科技有限公司 一种弹性进程管理系统及方法
CN111008079A (zh) * 2019-12-10 2020-04-14 Oppo(重庆)智能科技有限公司 进程管理方法、装置、存储介质及电子设备

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20150081641A1 (en) * 2013-09-18 2015-03-19 International Business Machines Corporation Backing up a computer application
CN110647393A (zh) * 2018-06-27 2020-01-03 厦门本能管家科技有限公司 一种弹性进程管理系统及方法
CN111008079A (zh) * 2019-12-10 2020-04-14 Oppo(重庆)智能科技有限公司 进程管理方法、装置、存储介质及电子设备

Also Published As

Publication number Publication date
CN116339846A (zh) 2023-06-27

Similar Documents

Publication Publication Date Title
WO2021139383A1 (fr) Procédé et appareil de mise à jour de ressources de cadeaux de salle de radiodiffusion en direct, ainsi que support et dispositif électronique
WO2023174013A1 (fr) Procédé et appareil d'attribution de mémoire vidéo, ainsi que support et dispositif électronique
CN111209306A (zh) 业务逻辑判断方法、装置、电子设备和存储介质
CN112256231A (zh) 音量控制方法、装置、终端和存储介质
CN111400068B (zh) 接口的控制方法、装置、可读介质和电子设备
CN110865846A (zh) 应用管理的方法、装置、终端、系统及存储介质
WO2024055819A1 (fr) Procédé et appareil d'affichage de pages, support de stockage et dispositif électronique
WO2023116522A1 (fr) Procédé et appareil de gestion de processus, support de stockage et dispositif électronique
CN111324387A (zh) 应用任务的控制方法、装置、终端及系统
WO2023072070A1 (fr) Procédé et appareil de commande d'affichage et dispositif électronique
WO2023273564A1 (fr) Procédé et appareil de gestion de mémoire de machine virtuelle, support de stockage et dispositif électronique
CN113518183B (zh) 摄像头调用方法、装置和电子设备
CN111756833B (zh) 节点处理方法、装置、电子设备及计算机可读介质
CN111459893B (zh) 文件处理方法、装置和电子设备
CN113138883A (zh) 消息处理方法、装置、存储介质及电子设备
CN112860439A (zh) 应用启动方法、装置、终端及存储介质
CN111399730A (zh) 图像处理方法、装置、电子设备及计算机可读存储介质
CN112306683A (zh) 一种函数劫持方法、装置、介质和电子设备
CN112486826B (zh) 测试方法、装置、电子设备及计算机可读介质
CN115827415B (zh) 系统进程性能测试方法、装置、设备和计算机介质
CN114625433B (zh) 应用程序启动方法和系统
CN111626787B (zh) 资源发放方法、装置、介质和设备
WO2023116167A1 (fr) Procédé et appareil de gestion d'événement de cycle de vie, support de stockage et dispositif électronique
CN112235333B (zh) 一种功能包管理方法、装置、设备及存储介质
WO2023109310A1 (fr) Procédé et appareil de gestion de processus, et support de stockage et dispositif électronique

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

Country of ref document: EP

Kind code of ref document: A1