WO2014067412A1 - Method for downloading plug-in installation packages and download terminal thereof - Google Patents

Method for downloading plug-in installation packages and download terminal thereof Download PDF

Info

Publication number
WO2014067412A1
WO2014067412A1 PCT/CN2013/085752 CN2013085752W WO2014067412A1 WO 2014067412 A1 WO2014067412 A1 WO 2014067412A1 CN 2013085752 W CN2013085752 W CN 2013085752W WO 2014067412 A1 WO2014067412 A1 WO 2014067412A1
Authority
WO
WIPO (PCT)
Prior art keywords
plug
installation package
download
preconfigured
terminal device
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.)
Ceased
Application number
PCT/CN2013/085752
Other languages
French (fr)
Inventor
Bo Yang
Yu XIU
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
Publication of WO2014067412A1 publication Critical patent/WO2014067412A1/en
Anticipated expiration legal-status Critical
Ceased legal-status Critical Current

Links

Classifications

    • GPHYSICS
    • G06COMPUTING OR CALCULATING; COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F8/00Arrangements for software engineering
    • G06F8/60Software deployment
    • G06F8/61Installation
    • GPHYSICS
    • G06COMPUTING OR CALCULATING; 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/44521Dynamic linking or loading; Link editing at or after load time, e.g. Java class loading
    • G06F9/44526Plug-ins; Add-ons
    • HELECTRICITY
    • H04ELECTRIC COMMUNICATION TECHNIQUE
    • H04LTRANSMISSION OF DIGITAL INFORMATION, e.g. TELEGRAPHIC COMMUNICATION
    • H04L67/00Network arrangements or protocols for supporting network services or applications
    • H04L67/34Network arrangements or protocols for supporting network services or applications involving the movement of software or configuration parameters 

Definitions

  • the present disclosure relates to the Internet technical field, and more particularly, to a method for downloading plug-in installation packages and a download terminal thereof.
  • an application installation package is downloaded firstly.
  • the application installation package is a collection of files required for machine readable instructions in the application. Then, the application installation package is installed. All the files within the application installation package are released on a hard disk to implement operations such as modifying a registry, modifying system configurations, creating shortcuts, etc., so that the application is installed and can be used.
  • a computer-implemented method for downloading plug-in installation packages includes:
  • a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
  • the plug-in installation package in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
  • a terminal device for downloading plug-in installation packages includes:
  • a monitoring module configured to monitor, after a basic installation package of an application is downloaded by the terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
  • a determining module configured to determine, when the monitoring module monitors that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package
  • a downloading module configured to download, when the determining module determines that the terminal device meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
  • a non-transitory computer-readable storage medium encoded with a plurality of instructions is provided.
  • the instructions are executed by one or more computers, the one or more computers are caused to perform operations including:
  • a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
  • the plug-in installation package in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
  • plug-in installation packages are pre- downloaded.
  • a downloaded plug-in installation package of the plug-in can be directly installed, without downloading the plug-in installation package again, therefore the waiting time of the client is reduced and the running efficiency of the application is improved.
  • FIG. la is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. lb is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 2a is a schematic diagram illustrating a structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 2b is a schematic diagram illustrating a structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 3a is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 3b is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • the term “includes” means includes but not limited to, the term “including” means including but not limited to.
  • the term “based on” means based at least in part on.
  • the terms “a” and “an” are intended to denote at least one of a particular element.
  • an application installation package corresponding to an application becomes bigger.
  • a client only needs to use part functions of the application, rather than all the functions of the application. Therefore, conventionally an application is released in the form of combining a basic installation package and a plug-in installation package.
  • basic modules and necessary modules of the application are packaged into the basic installation package, and other components that are relatively independent are packaged into the plug-in installation packages.
  • the client downloads the basic installation package at the first time.
  • a plug-in installation package corresponding to the component is downloaded, and then the downloaded plug-in installation package is installed, so that the functionalities provided by the component can be used.
  • the above way for downloading the plug-in installation package at least has disadvantages as follows. Waiting time of the client is increased by the downloading process as the plug-in installation package of the component is downloaded when the functionalities of the component are used. In addition, once the downloading process is not satisfying, for example, a network condition is poor or too many plug-in installation packages are downloaded, the downloading will fail, thus running efficiency of the application is reduced and user experience is affected.
  • a method for downloading plug-in installation packages and a download terminal device thereof are provided.
  • a client monitors, after a basic installation package of an application is downloaded and installed at the first time, whether there is a plug-in installation package of another component of the application, and pre-downloads the plug-in installation package of the other component when the client is idle in response to monitoring that there exists the plug-in installation package.
  • a user can directly install the plug-in installation package of the other component when functionalities provided by the other component are used, rather than download the plug-in installation package when the plug-in installation package is installed, and thus the waiting time of the client is reduced and the running efficiency of the application is improved.
  • the plug-in installation package can be downloaded several times subsequently, therefore a success rate of the download is improved.
  • FIG. la is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. la is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. la, the method may include operations as follows.
  • block 102 it is determined whether the download terminal meets a preconfigured download standard of the plug-in installation package in response to monitoring that there is the plug-in installation package, and proceed to block 103 if the download terminal meets the download standard, otherwise, the method process is terminated.
  • the plug-in installation package is downloaded according to a preconfigured order for downloading the plug-in installation package (hereinafter referred to as a download order of the plug-in installation package).
  • FIG. lb is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. lb is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. lb, the method may include operations as follows.
  • block S101 after a basic installation package of an application is downloaded by a download terminal device, it is monitored whether there is a plug-in installation package; and operations in block SI 02 are performed if there is the plug-in installation package, otherwise, the method process is terminated.
  • an application installation package may include a basic installation package and a plug-in installation package, wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components.
  • block SI 02 it is determined whether the plug-in installation package is downloaded, and the method process is terminated if it is determined that the plug-in installation package is downloaded, otherwise, proceed to block SI 03.
  • block SI 03 it is determined whether the download terminal meets a preconfigured download standard of the plug-in installation package, and proceed to block SI 04 if the download terminal meets the download standard, otherwise, the method process is terminated.
  • the preconfigured download standard of the plug-in installation package may include whether current network traffic of the download terminal is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the download terminal is greater than a preconfigured second threshold; or, whether an available memory ratio of the download terminal is greater than a preconfigured third threshold.
  • a preconfigured first threshold or, whether an available space ratio of a central processing unit (CPU) in the download terminal is greater than a preconfigured second threshold; or, whether an available memory ratio of the download terminal is greater than a preconfigured third threshold.
  • a range of the first threshold may be from 3KB/S to 10KB/S, e.g., 5KB/S.
  • a range of the second threshold may be 15%-30%, e.g., 20%.
  • a range of the third threshold may be 40% -60%, e.g., 50%.
  • the download terminal meets the preconfigured download standard of the plug-in installation package.
  • download standards of the plug-in installation package may also be employed, examples of the present disclosure do not enumerate herein.
  • the plug-in installation package is downloaded in accordance with a preconfigured order for downloading plug-in installation packages (hereinafter referred to as a download order of the plug-in installation packages).
  • the download order of the plug-in installation packages may be preconfigured.
  • the download order may include priority identifiers of the plug-in installation packages, wherein a priority identifier of a plug-in installation package corresponds to a plug-in usage rate of the plug-in installation package.
  • At least one ratio interval is predetermined, wherein each ratio interval corresponds to a priority identifier. Afterwards, the plug-in usage rate is matched with the at least one ratio interval so as to associate the plug-in installation package of a plug-in with the corresponding priority identifier.
  • a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 80% to 100% is 1, which represents a frequently-used grade; a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 30% to 80% is 2, which represents a generally-used grade; a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 0% to 30% is 3, which represents a less-used grade.
  • the plug-in usage rate is a ratio of the installation number of plug-in installation packages corresponding to a plug-in and the installation number of basic installation packages corresponding to the plug-in.
  • plug-in installation packages of which priority identifiers are equal to 1 are downloaded firstly.
  • Plug-in installation packages of which priority identifiers are equal to 2 are downloaded after the plug-in installation packages of which the priority identifiers are equal to 1 are installed and used.
  • Plug-in installation packages of which priority identifiers are equal to 3 are downloaded after the plug-in installation packages of which the priority identifiers are equal to 2 are installed and used.
  • an example of the present disclosure further provides a terminal device for downloading plug-in installation packages.
  • FIG. 2a is a schematic diagram illustrating a structure of the terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 2a is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims.
  • the terminal device may include a downloading module 21, a determining module 22, and a monitoring module 23.
  • the downloading module 21 is configured to download installation packages of an application.
  • the downloading module 21 is configured to download a basic installation package of the application.
  • the monitoring module 23 is configured to monitor whether there is a plug-in installation package of the application after the downloading module 21 downloads the basic installation package of the application.
  • the determining module 22 is configured to determine whether the terminal device meets a preconfigured download standard of the plug-in installation package when the monitoring module 23 monitors that there is the plug-in installation package.
  • the downloading module 21 is configured to download the plug-in installation package according to a preconfigured download order of the plug-in installation package when the determining module 22 determines that the terminal device meets the preconfigured download standard of the plug-in installation package.
  • the basic installation package is configured to install necessary components required to run the application
  • the plug-in installation package is configured to install other components of the application besides the necessary components
  • the terminal device may further include a configuring module 24, as shown in FIG. 2b.
  • FIG. 2b is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims.
  • the configuring module 24 is configured to preconfigure the download order of the plug-in installation package.
  • the download order may include a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package.
  • the configuring module 24 may include an interval configuring sub-module 241 and a priority identifier associating sub-module 242.
  • the interval configuring sub-module 241 is configured to predetermine at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier.
  • the priority identifier associating sub-module 242 is configured to match the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package.
  • the determining module 22 is further configured to determine whether the plug-in installation package is downloaded.
  • the downloading module 21 is further configured to download, when the determining module 22 determines that the plug-in installation package is not downloaded, the plug-in installation package according to the preconfigured download order of the plug-in installation package.
  • the preconfigured download standard of the plug-in installation package may include whether current network traffic of the terminal device is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
  • a preconfigured first threshold or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
  • a specific process of forming the priority identifier of the plug-in installation package and work processes of the modules in the terminal device for downloading plug-in installation packages may refer to the aforementioned descriptions in the method examples, which are not repeated herein.
  • the above-mentioned modules may be software (e.g. machine readable instructions stored in a computer readable medium and executable by a processor), hardware (e.g. the processor of an Application Specific Integrated Circuit (ASIC)), or a combination thereof.
  • software e.g. machine readable instructions stored in a computer readable medium and executable by a processor
  • hardware e.g. the processor of an Application Specific Integrated Circuit (ASIC)
  • ASIC Application Specific Integrated Circuit
  • modules or sub-modules in the examples of the present disclosure may be deployed either in a centralized or a distributed configuration; and may be either merged into a single module, or further split into a plurality of sub-modules.
  • FIG. 3a is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
  • FIG. 3a is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims.
  • the terminal device may include a processor 301, a storage 302, a bus 303, and at least one port 304.
  • the processor 301 and the storage 302 are connected via the bus 303, and the terminal device transmits and receives data through the at least one port 304.
  • the storage 302 can store machine readable instructions, and the processor 301 can execute the machine readable instructions to perform operations described herein.
  • the operations may include monitoring, after a basic installation package of an application is downloaded by the terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components; determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package; preconfiguring the download order of the plug-in installation package; wherein the download order includes a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package; predetermining at least one ratio interval;
  • the download standard of the plug-in installation package may include whether current network traffic of the terminal device is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
  • a preconfigured first threshold or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
  • plug-in installation packages are pre-downloaded.
  • a downloaded plug-in installation package of the plug-in can be directly installed, without downloading the plug-in installation package again, therefore the waiting time of the client is reduced and the running efficiency of the application is improved.
  • the above examples can be implemented by hardware, software or firmware or a combination thereof.
  • the various methods, processes and functional units described herein may be implemented by a processor (the term processor is to be interpreted broadly to include a CPU, processing unit, ASIC, logic unit, or programmable gate array etc.).
  • the processes, methods and functional units may all be performed by a single processor or split between several processors; reference in this disclosure or the claims to a 'processor' should thus be interpreted to mean 'one or more processors' .
  • the processes, methods and functional units be implemented as machine readable instructions executable by one or more processors, hardware logic circuitry of the one or more processors or a combination thereof. Further the teachings herein may be implemented in the form of a software product.
  • the computer software product is stored in a non-transitory storage medium and comprises a plurality of instructions for making a computer apparatus (which can be a personal computer, a server or a network apparatus such as a router, switch, access point etc.) implement the method recited in the examples of the present disclosure.
  • a computer apparatus which can be a personal computer, a server or a network apparatus such as a router, switch, access point etc.
  • the machine readable instructions may be stored in a computer readable storage medium. When running, the machine readable instructions may provide the procedures of the method examples.
  • the storage medium may be diskette, CD, ROM (Read-Only Memory) or RAM (Random Access Memory), and etc.

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • General Engineering & Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Physics & Mathematics (AREA)
  • Computer Networks & Wireless Communication (AREA)
  • Signal Processing (AREA)
  • Stored Programmes (AREA)

Abstract

A computer-implemented method for downloading plug-in installation packages, according to an example of the present disclosure, including monitoring, after a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components; determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.

Description

METHOD FOR DOWNLOADING PLUG-IN INSTALLATION PACKAGES AND DOWNLOAD TERMINAL THEREOF
PRIORITY STATEMENT
[0001] This application claims the benefit of Chinese Patent Application No. 201210420870.5, filed on October 29, 2012, the disclosure of which is incorporated herein in its entirety by reference.
FIELD
[0002] The present disclosure relates to the Internet technical field, and more particularly, to a method for downloading plug-in installation packages and a download terminal thereof.
BACKGROUND
[0003] With growing popularity of various applications, a frequency of downloading and using an application by a client is increasing.
[0004] When an application is installed, an application installation package is downloaded firstly. The application installation package is a collection of files required for machine readable instructions in the application. Then, the application installation package is installed. All the files within the application installation package are released on a hard disk to implement operations such as modifying a registry, modifying system configurations, creating shortcuts, etc., so that the application is installed and can be used. SUMMARY
[0005] According to an example of the present disclosure, a computer-implemented method for downloading plug-in installation packages is provided. The method includes:
monitoring, after a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
[0006] According to another example of the present disclosure, a terminal device for downloading plug-in installation packages is provided. The terminal device includes:
a monitoring module, configured to monitor, after a basic installation package of an application is downloaded by the terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
a determining module, configured to determine, when the monitoring module monitors that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
a downloading module, configured to download, when the determining module determines that the terminal device meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
[0007] According to still another example of the present disclosure, a non-transitory computer-readable storage medium encoded with a plurality of instructions is provided. When the instructions are executed by one or more computers, the one or more computers are caused to perform operations including:
monitoring, after a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
[0008] In examples of the present disclosure, after a basic installation package of an application is downloaded and installed, plug-in installation packages are pre- downloaded. When a plug-in is to be used by a client, a downloaded plug-in installation package of the plug-in can be directly installed, without downloading the plug-in installation package again, therefore the waiting time of the client is reduced and the running efficiency of the application is improved.
BRIEF DESCRIPTION OF THE DRAWINGS
[0009] Features of the present disclosure are illustrated by way of example and not limited in the following figures, in which like numerals indicate like elements, in which:
[0010] FIG. la is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
[0011] FIG. lb is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure.
[0012] FIG. 2a is a schematic diagram illustrating a structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
[0013] FIG. 2b is a schematic diagram illustrating a structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
[0014] FIG. 3a is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure.
[0015] FIG. 3b is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure. DETAILED DESCRIPTION
[0016] For simplicity and illustrative purposes, the present disclosure is described by referring to examples. The directional terms mentioned in the present disclosure, such as "upper", "below", "front", "back", "left", "right", "inside", "outside", "side", etc., are set forth in order to provide a thorough understanding of the accompanying drawings of the present disclosure. In the following description, numerous specific details are set forth in order to provide a thorough understanding of the present disclosure. It will be readily apparent however, that the present disclosure may be practiced without limitation to these specific details. In other instances, some methods and structures have not been described in detail so as not to unnecessarily obscure the present disclosure. As used herein, the term "includes" means includes but not limited to, the term "including" means including but not limited to. The term "based on" means based at least in part on. In addition, the terms "a" and "an" are intended to denote at least one of a particular element.
[0017] With continuously increased application functionalities, an application installation package corresponding to an application becomes bigger. However, sometimes a client only needs to use part functions of the application, rather than all the functions of the application. Therefore, conventionally an application is released in the form of combining a basic installation package and a plug-in installation package. In this case, basic modules and necessary modules of the application are packaged into the basic installation package, and other components that are relatively independent are packaged into the plug-in installation packages. The client downloads the basic installation package at the first time. When functionalities of a component that is not included in the basic installation package are to be used, a plug-in installation package corresponding to the component is downloaded, and then the downloaded plug-in installation package is installed, so that the functionalities provided by the component can be used.
[0018] The above way for downloading the plug-in installation package at least has disadvantages as follows. Waiting time of the client is increased by the downloading process as the plug-in installation package of the component is downloaded when the functionalities of the component are used. In addition, once the downloading process is not satisfying, for example, a network condition is poor or too many plug-in installation packages are downloaded, the downloading will fail, thus running efficiency of the application is reduced and user experience is affected.
[0019] In order to solve the above problem, in various examples of the present disclosure, a method for downloading plug-in installation packages and a download terminal device thereof are provided. In the examples of the present disclosure, a client monitors, after a basic installation package of an application is downloaded and installed at the first time, whether there is a plug-in installation package of another component of the application, and pre-downloads the plug-in installation package of the other component when the client is idle in response to monitoring that there exists the plug-in installation package. By this way, a user can directly install the plug-in installation package of the other component when functionalities provided by the other component are used, rather than download the plug-in installation package when the plug-in installation package is installed, and thus the waiting time of the client is reduced and the running efficiency of the application is improved. In addition, if the first pre-download of the plug-in installation package fails, the plug-in installation package can be downloaded several times subsequently, therefore a success rate of the download is improved.
[0020] FIG. la is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure. FIG. la is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. la, the method may include operations as follows.
[0021 ] In block 101, after a basic installation package of an application is downloaded by a download terminal, it is monitored whether there is a plug-in installation package; and operations in block 102 are performed if there is the plug-in installation package, otherwise, the method process is terminated.
[0022] In block 102, it is determined whether the download terminal meets a preconfigured download standard of the plug-in installation package in response to monitoring that there is the plug-in installation package, and proceed to block 103 if the download terminal meets the download standard, otherwise, the method process is terminated.
[0023] In block 103, the plug-in installation package is downloaded according to a preconfigured order for downloading the plug-in installation package (hereinafter referred to as a download order of the plug-in installation package).
[0024] FIG. lb is a schematic flowchart illustrating a method for downloading plug-in installation packages according to an example of the present disclosure. FIG. lb is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. lb, the method may include operations as follows.
[0025] In block S101, after a basic installation package of an application is downloaded by a download terminal device, it is monitored whether there is a plug-in installation package; and operations in block SI 02 are performed if there is the plug-in installation package, otherwise, the method process is terminated.
[0026] In examples of the present disclosure, an application installation package may include a basic installation package and a plug-in installation package, wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components.
[0027] In block SI 02, it is determined whether the plug-in installation package is downloaded, and the method process is terminated if it is determined that the plug-in installation package is downloaded, otherwise, proceed to block SI 03.
[0028] In block SI 03, it is determined whether the download terminal meets a preconfigured download standard of the plug-in installation package, and proceed to block SI 04 if the download terminal meets the download standard, otherwise, the method process is terminated.
[0029] In this case, the preconfigured download standard of the plug-in installation package may include whether current network traffic of the download terminal is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the download terminal is greater than a preconfigured second threshold; or, whether an available memory ratio of the download terminal is greater than a preconfigured third threshold.
[0030] In various examples of the present disclosure, a range of the first threshold may be from 3KB/S to 10KB/S, e.g., 5KB/S. When the current network traffic of the download terminal is greater than 5KB/S, it is determined that the download terminal meets the preconfigured download standard of the plug-in installation package. In various examples of the present disclosure, a range of the second threshold may be 15%-30%, e.g., 20%. When the available space ratio of the CPU in the download terminal is greater than 20%, it is determined that the download terminal meets the preconfigured download standard of the plug-in installation package. In various examples of the present disclosure, a range of the third threshold may be 40% -60%, e.g., 50%. When the available memory ratio of the download terminal is greater than 50%, it is determined that the download terminal meets the preconfigured download standard of the plug-in installation package. Of course, other download standards of the plug-in installation package may also be employed, examples of the present disclosure do not enumerate herein.
[0031] In block SI 04, the plug-in installation package is downloaded in accordance with a preconfigured order for downloading plug-in installation packages (hereinafter referred to as a download order of the plug-in installation packages).
[0032] In an example of the present disclosure, the download order of the plug-in installation packages may be preconfigured. The download order may include priority identifiers of the plug-in installation packages, wherein a priority identifier of a plug-in installation package corresponds to a plug-in usage rate of the plug-in installation package.
[0033] In the example of the present disclosure, when the download order of the plug-in installation packages is configured, at least one ratio interval is predetermined, wherein each ratio interval corresponds to a priority identifier. Afterwards, the plug-in usage rate is matched with the at least one ratio interval so as to associate the plug-in installation package of a plug-in with the corresponding priority identifier.
[0034] For example, in the example of the present disclosure, a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 80% to 100% is 1, which represents a frequently-used grade; a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 30% to 80% is 2, which represents a generally-used grade; a priority identifier of a plug-in installation package of which a plug-in usage rate is in an interval from 0% to 30% is 3, which represents a less-used grade. In this case, the plug-in usage rate is a ratio of the installation number of plug-in installation packages corresponding to a plug-in and the installation number of basic installation packages corresponding to the plug-in. During the implementation process, plug-in installation packages of which priority identifiers are equal to 1 (i.e., the frequently-used grade) are downloaded firstly. Plug-in installation packages of which priority identifiers are equal to 2 (i.e., the generally-used grade) are downloaded after the plug-in installation packages of which the priority identifiers are equal to 1 are installed and used. Plug-in installation packages of which priority identifiers are equal to 3 (i.e., the less-used grade) are downloaded after the plug-in installation packages of which the priority identifiers are equal to 2 are installed and used. Through the above-mentioned mechanism, plug-ins that are often used can be preferably downloaded, installed and used, so that user experience is improved.
[0035] Based on the above description, an example of the present disclosure further provides a terminal device for downloading plug-in installation packages.
[0036] FIG. 2a is a schematic diagram illustrating a structure of the terminal device for downloading plug-in installation packages according to an example of the present disclosure. FIG. 2a is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. 2a, the terminal device may include a downloading module 21, a determining module 22, and a monitoring module 23.
[0037] The downloading module 21 is configured to download installation packages of an application. In the example of the present disclosure, the downloading module 21 is configured to download a basic installation package of the application. The monitoring module 23 is configured to monitor whether there is a plug-in installation package of the application after the downloading module 21 downloads the basic installation package of the application. The determining module 22 is configured to determine whether the terminal device meets a preconfigured download standard of the plug-in installation package when the monitoring module 23 monitors that there is the plug-in installation package. The downloading module 21 is configured to download the plug-in installation package according to a preconfigured download order of the plug-in installation package when the determining module 22 determines that the terminal device meets the preconfigured download standard of the plug-in installation package.
[0038] In this case, the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
[0039] In an example of the present disclosure, the terminal device may further include a configuring module 24, as shown in FIG. 2b. FIG. 2b is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. In the example, the configuring module 24 is configured to preconfigure the download order of the plug-in installation package. In this case, the download order may include a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package.
[0040] In an example of the present disclosure, the configuring module 24 may include an interval configuring sub-module 241 and a priority identifier associating sub-module 242. The interval configuring sub-module 241 is configured to predetermine at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier. The priority identifier associating sub-module 242 is configured to match the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package.
[0041] In an example of the present disclosure, the determining module 22 is further configured to determine whether the plug-in installation package is downloaded. In this case, the downloading module 21 is further configured to download, when the determining module 22 determines that the plug-in installation package is not downloaded, the plug-in installation package according to the preconfigured download order of the plug-in installation package.
[0042] In the example of the present disclosure, the preconfigured download standard of the plug-in installation package may include whether current network traffic of the terminal device is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
[0043] A specific process of forming the priority identifier of the plug-in installation package and work processes of the modules in the terminal device for downloading plug-in installation packages may refer to the aforementioned descriptions in the method examples, which are not repeated herein.
[0044] The above-mentioned modules may be software (e.g. machine readable instructions stored in a computer readable medium and executable by a processor), hardware (e.g. the processor of an Application Specific Integrated Circuit (ASIC)), or a combination thereof.
[0045] The above-mentioned modules or sub-modules in the examples of the present disclosure may be deployed either in a centralized or a distributed configuration; and may be either merged into a single module, or further split into a plurality of sub-modules.
[0046] FIG. 3a is a schematic diagram illustrating a hardware structure of a terminal device for downloading plug-in installation packages according to an example of the present disclosure. FIG. 3a is a simplified diagram according to one example of the present disclosure. This diagram is merely an example, which should not unduly limit the scope of the claims. One of ordinary skill in the art would recognize many variations, alternatives, and modifications. As shown in FIG. 3a, the terminal device may include a processor 301, a storage 302, a bus 303, and at least one port 304. In this case, the processor 301 and the storage 302 are connected via the bus 303, and the terminal device transmits and receives data through the at least one port 304. The storage 302 can store machine readable instructions, and the processor 301 can execute the machine readable instructions to perform operations described herein. The operations may include monitoring, after a basic installation package of an application is downloaded by the terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components; determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package; preconfiguring the download order of the plug-in installation package; wherein the download order includes a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package; predetermining at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier; and matching the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package; determining whether the plug-in installation package is downloaded; and, downloading the plug-in installation package according to the preconfigured download order of the plug-in installation package in response to determining that the plug-in installation package is not downloaded.
[0047] In the example of the present disclosure, the download standard of the plug-in installation package may include whether current network traffic of the terminal device is greater than a preconfigured first threshold; or, whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
[0048] As can be seen from the above description that, when the machine readable instructions stored in the storage 302 are executed by the processor 301, functions of the foregoing downloading module 21, the determining module 22, the monitoring module 23, and the configuring module 24 are implemented. Therefore, an example of the hardware structure of the terminal device for downloading plug-in installation packages is shown in FIG. 3b.
[0049] It can be seen from the above descriptions that, in examples of the present disclosure, after a basic installation package of an application is downloaded and installed, plug-in installation packages are pre-downloaded. When a plug-in is to be used by a client, a downloaded plug-in installation package of the plug-in can be directly installed, without downloading the plug-in installation package again, therefore the waiting time of the client is reduced and the running efficiency of the application is improved.
[0050] The above examples can be implemented by hardware, software or firmware or a combination thereof. For example the various methods, processes and functional units described herein may be implemented by a processor (the term processor is to be interpreted broadly to include a CPU, processing unit, ASIC, logic unit, or programmable gate array etc.). The processes, methods and functional units may all be performed by a single processor or split between several processors; reference in this disclosure or the claims to a 'processor' should thus be interpreted to mean 'one or more processors' . The processes, methods and functional units be implemented as machine readable instructions executable by one or more processors, hardware logic circuitry of the one or more processors or a combination thereof. Further the teachings herein may be implemented in the form of a software product. The computer software product is stored in a non-transitory storage medium and comprises a plurality of instructions for making a computer apparatus (which can be a personal computer, a server or a network apparatus such as a router, switch, access point etc.) implement the method recited in the examples of the present disclosure.
[0051] Those skilled in the art may understand that all or part of the procedures of the methods of the above examples may be implemented by hardware modules following machine readable instructions. The machine readable instructions may be stored in a computer readable storage medium. When running, the machine readable instructions may provide the procedures of the method examples. The storage medium may be diskette, CD, ROM (Read-Only Memory) or RAM (Random Access Memory), and etc.
[0052] The figures are only illustrations of examples, wherein the modules or procedure shown in the figures are not necessarily essential for implementing the present disclosure. The modules in the aforesaid examples can be combined into one module or further divided into a plurality of sub-modules.
[0053] The above are examples of the present disclosure along with some of its variations. The terms, descriptions and figures used herein are set forth by way of illustration only and are not meant as limitations. Many variations are possible within the spirit and scope of the disclosure, which is intended to be defined by the following claims— and their equivalents— in which all terms are meant in their broadest reasonable sense unless otherwise indicated.

Claims

CLAIMS What is claimed is:
1. A computer-implemented method for downloading plug-in installation packages, comprising:
monitoring, after a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
2. The computer-implemented method of claim 1, wherein before the downloading the plug-in installation package according to a preconfigured download order of the plug-in installation package, the method further comprises:
preconfiguring the download order of the plug-in installation package; wherein the download order comprises a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package.
3. The computer- implemented method of claim 2, wherein the preconfiguring the download order of the plug-in installation package comprises:
predetermining at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier; and
matching the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package.
4. The computer- implemented method of claim 3, wherein after monitoring that there is the plug-in installation package, the method further comprises:
determining whether the plug-in installation package is downloaded; and,
downloading the plug-in installation package according to the preconfigured download order of the plug-in installation package in response to determining that the plug-in installation package is not downloaded.
5. The computer- implemented method of claim 1, wherein the download standard of the plug-in installation package comprises:
whether current network traffic of the terminal device is greater than a preconfigured first threshold; or,
whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
6. A terminal device for downloading plug-in installation packages, comprising: a monitoring module, configured to monitor, after a basic installation package of an application is downloaded by the terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
a determining module, configured to determine, when the monitoring module monitors that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
a downloading module, configured to download, when the determining module determines that the terminal device meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
7. The terminal device of claim 6, wherein the terminal device further comprises:
a configuring module, configured to preconfigure the download order of the plug-in installation package;
wherein the download order comprises a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package.
8. The terminal device of claim 7, wherein the configuring module further comprises:
an interval configuring sub-module, configured to predetermine at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier; and
a priority identifier associating sub-module, configured to match the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package.
9. The terminal device of claim 6, wherein the determining module is further configured to determine, when the monitoring module monitors that there is the plug-in installation package, whether the plug-in installation package is downloaded; and
the downloading module is further configured to download, when the determining module determines that the plug-in installation package is not downloaded, the plug-in installation package according to the preconfigured download order of the plug-in installation package.
10. The terminal device of claim 6, wherein the download standard of the plug-in installation package comprises:
whether current network traffic of the terminal device is greater than a preconfigured first threshold; or,
whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
11. A non-transitory computer-readable storage medium encoded with a plurality of instructions that when executed by one or more computers cause the one or more computers to perform operations comprising:
monitoring, after a basic installation package of an application is downloaded by a terminal device, whether there is a plug-in installation package of the application; wherein the basic installation package is configured to install necessary components required to run the application, and the plug-in installation package is configured to install other components of the application besides the necessary components;
determining, in response to monitoring that there is the plug-in installation package, whether the terminal device meets a preconfigured download standard of the plug-in installation package; and
downloading, in response to determining that the download terminal meets the preconfigured download standard, the plug-in installation package according to a preconfigured download order of the plug-in installation package.
12. The non-transitory computer-readable storage medium of claim 11, comprising instructions that cause the one or more computers to further perform operations comprising:
preconfiguring the download order of the plug-in installation package; wherein the download order comprises a priority identifier of the plug-in installation package, and the priority identifier corresponds to a plug-in usage rate of the plug-in installation package.
13. The non- transitory computer-readable storage medium of claim 12, wherein the operation of preconfiguring the download order of the plug-in installation package comprises:
predetermining at least one ratio interval; wherein each of the at least one ratio interval corresponds to a priority identifier; and
matching the plug-in usage rate of the plug-in installation package with the at least one ratio interval to associate the plug-in installation package with the priority identifier of the plug-in installation package.
14. The non-transitory computer-readable storage medium of claim 13, comprising instructions that cause the one or more computers to further perform operations comprising:
determining whether the plug-in installation package is downloaded; and,
downloading the plug-in installation package according to the preconfigured download order of the plug-in installation package in response to determining that the plug-in installation package is not downloaded.
15. The non-transitory computer-readable storage medium of claim 11, wherein the download standard of the plug-in installation package comprises:
whether current network traffic of the terminal device is greater than a preconfigured first threshold; or,
whether an available space ratio of a central processing unit (CPU) in the terminal device is greater than a preconfigured second threshold; or, whether an available memory ratio of the terminal device is greater than a preconfigured third threshold.
PCT/CN2013/085752 2012-10-29 2013-10-23 Method for downloading plug-in installation packages and download terminal thereof Ceased WO2014067412A1 (en)

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN201210420870.5 2012-10-29
CN201210420870.5A CN103795740A (en) 2012-10-29 2012-10-29 Downloading method of plug-in installation packages and downloading terminal

Publications (1)

Publication Number Publication Date
WO2014067412A1 true WO2014067412A1 (en) 2014-05-08

Family

ID=50626469

Family Applications (1)

Application Number Title Priority Date Filing Date
PCT/CN2013/085752 Ceased WO2014067412A1 (en) 2012-10-29 2013-10-23 Method for downloading plug-in installation packages and download terminal thereof

Country Status (2)

Country Link
CN (1) CN103795740A (en)
WO (1) WO2014067412A1 (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016025557A1 (en) * 2014-08-14 2016-02-18 Alibaba Group Holding Limited Mobile application processing
CN108462604A (en) * 2018-02-05 2018-08-28 成都数智凌云科技有限公司 Adaptability control method for movement towards intelligent terminal and system
CN112016580A (en) * 2019-05-31 2020-12-01 北京百度网讯科技有限公司 Application name identification method, device and terminal
CN112527301A (en) * 2019-09-18 2021-03-19 华为技术有限公司 Method for realizing application plug-in and electronic equipment
CN114172876A (en) * 2021-11-29 2022-03-11 阿里巴巴(中国)有限公司 Data transmission method, device and computer storage medium

Families Citing this family (9)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104660712B (en) * 2015-03-13 2017-12-15 网易(杭州)网络有限公司 A kind of offline download method and device
CN105119888B (en) * 2015-07-10 2019-02-12 小米科技有限责任公司 Plug-in unit installation kit method for uploading, installation method and device
CN105323314A (en) * 2015-10-15 2016-02-10 珠海格力电器股份有限公司 Voice updating method and system
CN105630551A (en) * 2015-12-23 2016-06-01 北京金山安全软件有限公司 Method and device for installing application software and electronic equipment
CN107872493B (en) * 2016-09-28 2021-02-05 腾讯科技(深圳)有限公司 Information processing method, terminal and server
CN106790416A (en) * 2016-11-30 2017-05-31 上海仙剑文化传媒股份有限公司 The AR books downloading management method and device of mobile terminal device
CN108037941B (en) * 2017-12-27 2018-10-23 掌阅科技股份有限公司 Based on the application program update method of public plug-in unit, electronic equipment, storage medium
CN111294374B (en) * 2018-12-07 2023-04-18 杭州海康威视数字技术股份有限公司 Heterogeneous equipment starting system, method and device and electronic equipment
CN113553820A (en) * 2020-04-24 2021-10-26 腾讯科技(深圳)有限公司 Information processing method, equipment and computer readable storage medium

Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050261964A1 (en) * 2003-11-20 2005-11-24 Fang Kuo C Method and system for receiver self-priced multimedia communication over the internet and a member pool via a plug-in module compatible with any Instant messaging software
CN101042651A (en) * 2006-03-22 2007-09-26 华为技术有限公司 Software updating method and system thereof
CN101179394A (en) * 2006-12-21 2008-05-14 腾讯科技(深圳)有限公司 Method and system to download webpage from website server

Family Cites Families (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101017553A (en) * 2005-07-15 2007-08-15 方国俊 Method and system for receiver self-priced multimedia communication and a plug-in module member tank
CN101075990B (en) * 2007-06-13 2012-10-03 腾讯科技(深圳)有限公司 Method for issuing instant telecommunication software and instant telecommunication server
US8924461B2 (en) * 2010-02-03 2014-12-30 Symantec Corporation Method, system, and computer readable medium for remote assistance, support, and troubleshooting
CN102571860A (en) * 2010-12-29 2012-07-11 北京新媒传信科技有限公司 Method, device and system for managing plug-in module
CN102195804A (en) * 2011-03-10 2011-09-21 易程(苏州)软件股份有限公司 Automatic updating method of software and system thereof
CN102710799B (en) * 2012-06-29 2016-03-16 百度在线网络技术(北京)有限公司 Client plug-in based on real-time Message Passing installs system for prompting and method

Patent Citations (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20050261964A1 (en) * 2003-11-20 2005-11-24 Fang Kuo C Method and system for receiver self-priced multimedia communication over the internet and a member pool via a plug-in module compatible with any Instant messaging software
CN101042651A (en) * 2006-03-22 2007-09-26 华为技术有限公司 Software updating method and system thereof
CN101179394A (en) * 2006-12-21 2008-05-14 腾讯科技(深圳)有限公司 Method and system to download webpage from website server

Cited By (12)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
WO2016025557A1 (en) * 2014-08-14 2016-02-18 Alibaba Group Holding Limited Mobile application processing
US9557982B2 (en) 2014-08-14 2017-01-31 Alibaba Group Holding Limited Mobile application processing
TWI640923B (en) * 2014-08-14 2018-11-11 香港商阿里巴巴集團服務有限公司 Application processing method and device
US10152316B2 (en) 2014-08-14 2018-12-11 Alibaba Group Holding Limited Mobile application processing
US10503490B2 (en) 2014-08-14 2019-12-10 Alibaba Group Holding Limited Mobile application processing
CN108462604A (en) * 2018-02-05 2018-08-28 成都数智凌云科技有限公司 Adaptability control method for movement towards intelligent terminal and system
CN112016580A (en) * 2019-05-31 2020-12-01 北京百度网讯科技有限公司 Application name identification method, device and terminal
CN112016580B (en) * 2019-05-31 2023-07-25 北京百度网讯科技有限公司 App name recognition method, device and terminal
CN112527301A (en) * 2019-09-18 2021-03-19 华为技术有限公司 Method for realizing application plug-in and electronic equipment
CN112527301B (en) * 2019-09-18 2022-10-25 华为技术有限公司 Method for realizing application plug-in and electronic equipment
CN114172876A (en) * 2021-11-29 2022-03-11 阿里巴巴(中国)有限公司 Data transmission method, device and computer storage medium
CN114172876B (en) * 2021-11-29 2024-12-31 阿里巴巴(中国)有限公司 Data transmission method, device and computer storage medium

Also Published As

Publication number Publication date
CN103795740A (en) 2014-05-14

Similar Documents

Publication Publication Date Title
WO2014067412A1 (en) Method for downloading plug-in installation packages and download terminal thereof
US10230765B2 (en) Techniques to deliver security and network policies to a virtual network function
US10397120B2 (en) Service link selection control method and device
CN103207794B (en) The sharing method of application program between mobile terminal in LAN
CN103117893B (en) A kind of monitoring method of network access behavior, device and a kind of client device
CN104462935B (en) The safe verification method and terminal of application program in multiple operating system
WO2017084450A1 (en) Method and system for cloud management
EP3238412B1 (en) Determining a reputation through network characteristics
CN107209829A (en) Data judging device, data judging method and program
CN104850460A (en) Service program thread management method
CN104838361B (en) A method, device and system for inter-core process communication
CN103914338A (en) Terminal background application cleaning method, terminal and system
CN106961361A (en) From detection/processing method, apparatus and system
CN111143031A (en) A method and device for changing the capacity of a virtual machine
CN107798246A (en) One kind is based on the credible detection method and device of server
US20140337523A1 (en) Session-based server transaction storm controls
CN105975295A (en) Application updating method and apparatus used for host cluster and server device
EP3427176A1 (en) Trust failure alert in communications
CN104470331B (en) Fan heat dissipating control method and device
JP2015525032A5 (en)
US8838765B2 (en) Modifying computer management request
CN101661318A (en) System reset method, equipment, programmable logic device and CPU
CN110851166A (en) User-unaware application program updating method and device and computer equipment
CN104104786A (en) Continuous power supply method for external carriers and terminal equipment
CN108021407B (en) Service processing method and device based on network equipment

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

Country of ref document: EP

Kind code of ref document: A1

NENP Non-entry into the national phase

Ref country code: DE

32PN Ep: public notification in the ep bulletin as address of the adressee cannot be established

Free format text: NOTING OF LOSS OF RIGHTS PURSUANT TO RULE 112(1) EPC (EPO FORM 1205A DATED 14.09.2015)

122 Ep: pct application non-entry in european phase

Ref document number: 13850993

Country of ref document: EP

Kind code of ref document: A1