CN114443172A - Application program running method and system - Google Patents

Application program running method and system Download PDF

Info

Publication number
CN114443172A
CN114443172A CN202210119557.1A CN202210119557A CN114443172A CN 114443172 A CN114443172 A CN 114443172A CN 202210119557 A CN202210119557 A CN 202210119557A CN 114443172 A CN114443172 A CN 114443172A
Authority
CN
China
Prior art keywords
application program
data
running
local client
application
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN202210119557.1A
Other languages
Chinese (zh)
Inventor
段瑞雪
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Beijing Information Science and Technology University
Original Assignee
Beijing Information Science and Technology University
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 Beijing Information Science and Technology University filed Critical Beijing Information Science and Technology University
Priority to CN202210119557.1A priority Critical patent/CN114443172A/en
Publication of CN114443172A publication Critical patent/CN114443172A/en
Pending legal-status Critical Current

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

Abstract

The invention relates to application program operation and a system. The method comprises the following steps: acquiring an application request; the application request comprises an ID of a local client and an identifier of an application program; acquiring the application program in the cloud according to the application request; running the application program by adopting the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation; if the space of the local client is in shortage, deleting programs and data stored by the local client; if an application program which is not available in the local client needs to be operated, requesting the cloud again; and the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation. The invention can improve the memory utilization rate of the local client and ensure the running speed.

Description

Application program running method and system
The application is a divisional application of a patent application named as 'an application program operation method and system', the application date of the original application is 12/18/2020, and the application number is 202011502928.1.
Technical Field
The present invention relates to the field of program operation technologies, and in particular, to a method and a system for operating an application program.
Background
Computation and storage are two core resources of a computer. Due to the limitation of data long-distance transmission bandwidth, the prior art scheme does not cause the storage and operation resources of the system to be physically separated from each other too far. Or the operation and the storage are local, or the operation and the storage are in the cloud.
With the continuous development of communication technology, it becomes possible to separate computation and storage at a remote distance. Therefore, the cloud massive storage space can be used, and extremely low response delay of local operation can be enjoyed. This solution has inherent great advantages especially on small mobile devices.
However, the scheme is to solve the problems of maintaining the coordination mode and consistency between the cloud storage resources and the local running resources and the like. Therefore, a new solution is needed to solve the above problems.
Disclosure of Invention
The invention aims to provide an application program running method and system, which are used for improving the memory utilization rate of a local client and ensuring the running speed.
In order to achieve the purpose, the invention provides the following scheme:
an application program running method includes:
acquiring an application request; the application request comprises an ID of a local client and an identifier of an application program;
acquiring the application program in the cloud according to the application request;
running the application program by adopting the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation;
if the space of the local client is in shortage, deleting programs and data stored by the local client; if an application program which is not available in the local client needs to be operated, requesting the cloud again; and the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation.
Optionally, after the application program is run by using the local client, the method further includes:
acquiring operation data of the local client for operating the application program;
marking the running data of the application program according to the ID of the local client;
and sending the marked running data to the cloud for storage.
Optionally, the running the application program by using the local client specifically includes:
judging whether the application program is operated for the first time or not according to the ID of the local client;
if the application program is operated for the first time, directly operating the application program;
if the application program is not operated for the first time, determining the operation data marked for the last time according to the ID of the local client;
and running the application program according to the running data marked last time.
Optionally, the obtaining operation data that the local client operates the application program further includes:
judging whether the operation data is to-be-stored operation data or not;
if the running data is the running data to be stored, marking the running data of the application program according to the ID of the local client;
and if the operation data is not the operation data to be stored, clearing the operation data.
The invention also provides an application program running system, which comprises:
an application request acquisition module for acquiring an application request; the application request comprises an ID of a local client and an identifier of an application program;
the application program acquisition module is used for acquiring the application program in the cloud according to the application request;
the application program running module is used for running the application program by adopting the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation;
the program and data deleting module is used for deleting the program and data stored by the local client when the space of the local client is tense; if an application program which is not available in the local client needs to be operated, requesting the cloud again; the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation
Optionally, the method further comprises:
the operation data acquisition module is used for acquiring operation data of the local client for operating the application program;
the running data marking module is used for marking the running data of the application program according to the ID of the local client;
and the operation data storage module is used for sending the marked operation data to the cloud for storage.
Optionally, the application program running module specifically includes:
the second judgment unit is used for judging whether the application program runs for the first time according to the ID of the local client;
the first running unit of the application program is used for directly running the application program if the application program is run for the first time;
the historical data determining unit is used for determining the operation data marked last time according to the ID of the local client if the application program is not operated for the first time;
and the second running unit of the application program is used for running the application program according to the running data marked last time.
Optionally, the method further comprises:
the judging module is used for judging whether the operating data is to-be-stored operating data;
the running data marking execution module is used for marking the running data of the application program according to the ID of the local client if the running data is the running data to be stored;
and the operation data clearing module is used for clearing the operation data if the operation data is not the operation data to be stored.
According to the specific embodiment provided by the invention, the invention discloses the following technical effects:
according to the application program running method and system provided by the invention, the local client runs the application program in the cloud, the running data generated by running is stored in the cloud, when the application program is deleted and downloaded again, the state after the last running can be kept, the data generated by opening the page for many times is stored in the cloud and is not lost, the memory utilization of the local client is further improved, and the running speed is ensured. And the system runs at the cloud, so that the corresponding speed is further improved, the network flow is saved, and the requirement on network delay is reduced.
Drawings
In order to more clearly illustrate the embodiments of the present invention or the technical solutions in the prior art, the drawings needed to be used in the embodiments will be briefly described below, and it is obvious that the drawings in the following description are only some embodiments of the present invention, and it is obvious for those skilled in the art to obtain other drawings without inventive exercise.
FIG. 1 is a flow chart illustrating an operating method of an application according to the present invention;
fig. 2 is a schematic structural diagram of an application running system provided in the present invention.
Detailed Description
The technical solutions in the embodiments of the present invention will be clearly and completely described below with reference to the drawings in the embodiments of the present invention, and it is obvious that the described embodiments are only a part of the embodiments of the present invention, and not all of the embodiments. All other embodiments, which can be derived by a person skilled in the art from the embodiments given herein without making any creative effort, shall fall within the protection scope of the present invention.
The invention aims to provide an application program running method and system, which are used for improving the memory utilization rate of a local client and ensuring the running speed.
In order to make the aforementioned objects, features and advantages of the present invention more comprehensible, the present invention is described in detail with reference to the accompanying drawings and the detailed description thereof.
As shown in fig. 1, the application program provided by the present invention runs, and includes the following steps:
step 101: acquiring an application request; the application request includes an ID of the local client and an identification of the application. The local client is a mobile device, such as a mobile phone or tablet.
Step 102: and acquiring the application program in the cloud according to the application request.
Step 103: running the application program by adopting the local client; the application program is downloaded to a local client and then operated; the run data is retained after each run.
Step 104: if the space of the local client is in shortage, deleting programs and data stored by the local client; if an application program which is not available in the local client needs to be operated, requesting the cloud again; and the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation.
After step 104, further comprising:
acquiring operation data of the local client for operating the application program;
marking the running data of the application program according to the ID of the local client;
and sending the marked running data to the cloud for storage.
Wherein, step 103 specifically comprises:
and judging whether the application program is operated for the first time or not according to the ID of the local client.
And if the application program is operated for the first time, directly operating the application program.
And if the application program is not operated for the first time, determining the operation data marked for the last time according to the ID of the local client.
And running the application program according to the running data marked last time.
After obtaining the operation data of the local client for operating the application program, the method further includes:
and judging whether the operation data is the operation data to be stored.
And if the running data is the running data to be stored, marking the running data of the application program according to the ID of the local client.
If the operation data is not the operation data to be stored, clearing the operation data
After the marked running data is sent to the cloud for storage, the method further comprises the following steps:
and caching the application program at the local client. And if the local client cache exists when the same application program is requested again next time, the application request is not used any more.
As shown in fig. 2, the present invention further provides an application running system, including:
an application request obtaining module 201, configured to obtain an application request; the application request comprises an ID of a local client and an identifier of an application program;
an application program obtaining module 202, configured to obtain the application program in the cloud according to the application request;
an application running module 203, configured to run the application using the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation;
the program and data deleting module 204 is used for deleting the programs and data stored by the local client when the space of the local client is short; if an application program which is not available in the local client needs to be operated, requesting the cloud again; the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation
Wherein, still include:
the operation data acquisition module is used for acquiring operation data of the local client for operating the application program;
the running data marking module is used for marking the running data of the application program according to the ID of the local client;
and the operation data storage module is used for sending the marked operation data to the cloud for storage.
The application program running module specifically comprises:
the second judgment unit is used for judging whether the application program runs for the first time according to the ID of the local client;
the first running unit of the application program is used for directly running the application program if the application program is run for the first time;
the historical data determining unit is used for determining the operation data marked last time according to the ID of the local client if the application program is not operated for the first time;
and the second running unit of the application program is used for running the application program according to the running data marked last time.
Wherein, still include:
the judging module is used for judging whether the operating data is to-be-stored operating data;
the running data marking execution module is used for marking the running data of the application program according to the ID of the local client if the running data is the running data to be stored;
and the operation data clearing module is used for clearing the operation data if the operation data is not the operation data to be stored.
The embodiments in the present description are described in a progressive manner, each embodiment focuses on differences from other embodiments, and the same and similar parts among the embodiments are referred to each other.
The principles and embodiments of the present invention have been described herein using specific examples, which are provided only to help understand the method and the core concept of the present invention; meanwhile, for a person skilled in the art, according to the idea of the present invention, the specific embodiments and the application range may be changed. In view of the above, the present disclosure should not be construed as limiting the invention.

Claims (8)

1. An application program running method, comprising:
acquiring an application request; the application request comprises an ID of a local client and an identifier of an application program;
acquiring the application program in the cloud according to the application request;
running the application program by adopting the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation;
if the space of the local client is in shortage, deleting programs and data stored by the local client; if an application program which is not available in the local client needs to be operated, requesting the cloud again; and the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation.
2. The application program running method according to claim 1, further comprising, after running the application program with the local client:
acquiring operation data of the local client for operating the application program;
marking the running data of the application program according to the ID of the local client;
and sending the marked running data to the cloud for storage.
3. The application program running method according to claim 1, wherein the running of the application program by using the local client specifically includes:
judging whether the application program is operated for the first time or not according to the ID of the local client;
if the application program is operated for the first time, directly operating the application program;
if the application program is not operated for the first time, determining the operation data marked for the last time according to the ID of the local client;
and running the application program according to the running data marked last time.
4. The method for running the application program according to claim 1, wherein the obtaining of the running data of the local client running the application program further comprises:
judging whether the operation data is to-be-stored operation data or not;
if the running data is the running data to be stored, marking the running data of the application program according to the ID of the local client;
and if the operation data is not the operation data to be stored, clearing the operation data.
5. An application execution system, comprising:
an application request acquisition module for acquiring an application request; the application request comprises an ID of a local client and an identifier of an application program;
the application program acquisition module is used for acquiring the application program in the cloud according to the application request;
the application program running module is used for running the application program by adopting the local client; the application program is downloaded to a local client and then operated; retaining the operational data after each operation;
the program and data deleting module is used for deleting the program and data stored by the local client when the space of the local client is tense; if an application program which is not available in the local client needs to be operated, requesting the cloud again; and the cloud returns data required by the operation of the application program, wherein the data comprises data generated by the last operation, and the local client operates the application program in a state after the last operation.
6. The application execution system according to claim 5, further comprising:
the operation data acquisition module is used for acquiring operation data of the local client for operating the application program;
the running data marking module is used for marking the running data of the application program according to the ID of the local client;
and the operation data storage module is used for sending the marked operation data to the cloud for storage.
7. The application running system according to claim 5, wherein the application running module specifically includes:
the second judgment unit is used for judging whether the application program runs for the first time according to the ID of the local client;
the first running unit of the application program is used for directly running the application program if the application program is run for the first time;
the historical data determining unit is used for determining the operation data marked last time according to the ID of the local client if the application program is not operated for the first time;
and the second running unit of the application program is used for running the application program according to the running data marked last time.
8. The application execution system according to claim 5, further comprising:
the judging module is used for judging whether the operating data is to-be-stored operating data;
the running data marking execution module is used for marking the running data of the application program according to the ID of the local client if the running data is the running data to be stored;
and the operation data clearing module is used for clearing the operation data if the operation data is not the operation data to be stored.
CN202210119557.1A 2020-12-18 2020-12-18 Application program running method and system Pending CN114443172A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN202210119557.1A CN114443172A (en) 2020-12-18 2020-12-18 Application program running method and system

Applications Claiming Priority (2)

Application Number Priority Date Filing Date Title
CN202011502928.1A CN112631674A (en) 2020-12-18 2020-12-18 Application program running and storing method and system
CN202210119557.1A CN114443172A (en) 2020-12-18 2020-12-18 Application program running method and system

Related Parent Applications (1)

Application Number Title Priority Date Filing Date
CN202011502928.1A Division CN112631674A (en) 2020-12-18 2020-12-18 Application program running and storing method and system

Publications (1)

Publication Number Publication Date
CN114443172A true CN114443172A (en) 2022-05-06

Family

ID=75316937

Family Applications (2)

Application Number Title Priority Date Filing Date
CN202011502928.1A Pending CN112631674A (en) 2020-12-18 2020-12-18 Application program running and storing method and system
CN202210119557.1A Pending CN114443172A (en) 2020-12-18 2020-12-18 Application program running method and system

Family Applications Before (1)

Application Number Title Priority Date Filing Date
CN202011502928.1A Pending CN112631674A (en) 2020-12-18 2020-12-18 Application program running and storing method and system

Country Status (1)

Country Link
CN (2) CN112631674A (en)

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103281350A (en) * 2013-04-18 2013-09-04 百度在线网络技术(北京)有限公司 Mobile terminal and method, system and cloud server for managing application programs of mobile terminal
CN104598257A (en) * 2013-10-30 2015-05-06 华为技术有限公司 Method and device for remotely operating application program
CN104657154A (en) * 2013-11-18 2015-05-27 中兴通讯股份有限公司 Method, device and terminal for loading application program
CN105245558A (en) * 2014-07-09 2016-01-13 腾讯科技(深圳)有限公司 Application running method supporting virtual online mode, system and server
CN106686150A (en) * 2017-03-23 2017-05-17 北京奇虎科技有限公司 Backup method and system of application information, client and cloud server
CN110084064A (en) * 2019-04-24 2019-08-02 广州知弘科技有限公司 Big data analysis processing method and system based on terminal

Family Cites Families (7)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101183949A (en) * 2007-03-30 2008-05-21 腾讯科技(深圳)有限公司 Client terminal application program starting method, application program server and client terminal
US9358460B2 (en) * 2011-04-28 2016-06-07 Numecent Holdings, Inc. Adaptive cloud-based application streaming
CN102629935A (en) * 2012-03-07 2012-08-08 中兴通讯股份有限公司 Method for installing application software based on cloud service, device thereof and system thereof
CN103377053B (en) * 2012-04-16 2017-02-15 腾讯科技(深圳)有限公司 Method, device and system for controlling application
TWI502366B (en) * 2012-11-02 2015-10-01 Hope Bay Technologies Inc Cloud cluster system and booting and deployment method using for the same
WO2015145905A1 (en) * 2014-03-28 2015-10-01 株式会社セガ Additional download management system, terminal device control program, terminal device, and additional download management device
CN111464625B (en) * 2017-02-28 2022-09-13 福建新和兴信息技术有限公司 File storage method with flexible file storage mode

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN103281350A (en) * 2013-04-18 2013-09-04 百度在线网络技术(北京)有限公司 Mobile terminal and method, system and cloud server for managing application programs of mobile terminal
CN104598257A (en) * 2013-10-30 2015-05-06 华为技术有限公司 Method and device for remotely operating application program
CN104657154A (en) * 2013-11-18 2015-05-27 中兴通讯股份有限公司 Method, device and terminal for loading application program
CN105245558A (en) * 2014-07-09 2016-01-13 腾讯科技(深圳)有限公司 Application running method supporting virtual online mode, system and server
CN106686150A (en) * 2017-03-23 2017-05-17 北京奇虎科技有限公司 Backup method and system of application information, client and cloud server
CN110084064A (en) * 2019-04-24 2019-08-02 广州知弘科技有限公司 Big data analysis processing method and system based on terminal

Also Published As

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

Similar Documents

Publication Publication Date Title
CN103200212B (en) A kind of method and system realizing distributed conversation under cloud computing environment
US9569742B2 (en) Reducing costs related to use of networks based on pricing heterogeneity
US20110282940A1 (en) Cloud-based web workers and storages
CN104798071A (en) Improving web sites performance using edge servers in fog computing architecture
CN107491320A (en) Loading method and device based on mixed mode Mobile solution
CN112836152B (en) Page rendering method, system, computer device and computer readable storage medium
CN105468707A (en) Cache-based data processing method and device
CN102387172A (en) Method and device for providing or obtaining contents of network resources for mobile equipment
CN102567339A (en) Method, device and system for acquiring start page
WO2014161261A1 (en) Data storage method and apparatus
CN103731493A (en) Page transmission method, device and system
US20150006681A1 (en) Mobile device and method for controlling transmission to web server in mobile device
CN113961510B (en) File processing method, device, equipment and storage medium
EP3842955A2 (en) File directory traversal method, apparatus, device, and medium
US7908391B1 (en) Application streaming and network file system optimization via feature popularity
CN101770511A (en) Browse system for accelerating backspace operation of mobile communication equipment terminal and application method thereof
CN101699823A (en) Method for realizing caching resource in curl library
CN114443172A (en) Application program running method and system
CN111913817A (en) Data transmission method, system and equipment and computer readable storage medium
CN109167830B (en) Method and device for acquiring monitoring data
CN111596864A (en) Method, device, server and storage medium for data delayed deletion
CN108810070B (en) Resource sharing method and device, intelligent equipment and storage medium
CN115033656A (en) Data processing method and device based on map cache technology and electronic device
Kumar et al. An extended client server architecture in mobile environment
CN114595080A (en) Data processing method and device, electronic equipment and computer readable storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination