CN103294489B - The management method and task manager of the Internet, applications in open platform - Google Patents

The management method and task manager of the Internet, applications in open platform Download PDF

Info

Publication number
CN103294489B
CN103294489B CN201210042416.0A CN201210042416A CN103294489B CN 103294489 B CN103294489 B CN 103294489B CN 201210042416 A CN201210042416 A CN 201210042416A CN 103294489 B CN103294489 B CN 103294489B
Authority
CN
China
Prior art keywords
task
internet
applications
identification number
dll
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.)
Active
Application number
CN201210042416.0A
Other languages
Chinese (zh)
Other versions
CN103294489A (en
Inventor
邹代柱
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Tencent Technology Shenzhen Co Ltd
Original Assignee
Tencent Technology Shenzhen Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Tencent Technology Shenzhen Co Ltd filed Critical Tencent Technology Shenzhen Co Ltd
Priority to CN201210042416.0A priority Critical patent/CN103294489B/en
Publication of CN103294489A publication Critical patent/CN103294489A/en
Application granted granted Critical
Publication of CN103294489B publication Critical patent/CN103294489B/en
Active legal-status Critical Current
Anticipated expiration legal-status Critical

Links

Abstract

The embodiment of the invention discloses the management method and task manager of the Internet, applications in a kind of open platform, it is related to Internet technical field, realizes the effective management and scheduling of internet application in open platform.The management method of the Internet, applications in the open platform of the embodiment of the present invention, including:When the Internet, applications load, dynamic link library (Dll) path of the Internet, applications is obtained;According to the identification number (APPID) of the Internet, applications, generation task identification number (TaskID);For the task storage allocation space with task identification number, and load the static routine data of the Internet, applications;The dynamic link library (Dll) path is loaded into process.

Description

The management method and task manager of the Internet, applications in open platform
Technical field
The present invention relates to a kind of management method of the Internet, applications in Internet technical field, more particularly to open platform and Task manager.
Background technology
With the open development of internet, operator provides the user open platform, and the open platform passes through AppStore (application market) accesses substantial amounts of third-party application, and user can install answering for oneself needs from list of application With.
Because each application has its execution module and resource, such as data and picture (static routine data).With , it is necessary to which distributing system resource gives the application after the opening application of family, the data of application are loaded into process.How use is effectively managed The application at family turns into the problem that development platform further develops.
The content of the invention
Pipe of the embodiments of the invention technical problem to be solved in the Internet, applications in a kind of open platform is provided Reason method and task manager, the effective management and scheduling of application program can be realized.
In order to solve the above technical problems, embodiments of the invention adopt the following technical scheme that:
The management method of the Internet, applications in a kind of open platform, including:
When the Internet, applications load, dynamic link library (Dll) path of the Internet, applications is obtained;
According to the identification number (APPID) of the Internet, applications, generation task identification number (TaskID);
For the task storage allocation space with the task identification number (TaskID), and load the Internet, applications Static routine data;
The dynamic link library (Dll) path is loaded into process.
A kind of task manager of open platform, including:
Acquiring unit, for when the Internet, applications load, obtaining dynamic link library (Dll) road of the Internet, applications Footpath;
Generation unit, for the identification number (APPID) according to the Internet, applications, generate task identification number (TaskID);
Task processing unit, for for the task storage allocation space with the task identification number (TaskID), and add Carry the static routine data of the Internet, applications;
Loading unit, for the dynamic link library (Dll) path to be loaded into process.
The management method and task manager of the Internet, applications in the open platform of the embodiment of the present invention, by internet During using loading, the task corresponding with the Internet, applications is established, i.e., is opened by the format management user of task mutual Working application, realize the effective management and scheduling of internet application.
Brief description of the drawings
In order to illustrate more clearly about the embodiment of the present invention or technical scheme of the prior art, embodiment will be described below In the required accompanying drawing used be briefly described, it should be apparent that, drawings in the following description be only the present invention some Embodiment, for those of ordinary skill in the art, on the premise of not paying creative work, can also be attached according to these Figure obtains other accompanying drawings.
Fig. 1 is the schematic flow sheet of the management method of the Internet, applications in open platform in the embodiment of the present invention;
Fig. 2 is one of schematic diagram of task manager in the embodiment of the present invention;
Fig. 3 is two of the schematic diagram of task manager in the embodiment of the present invention.
Embodiment
The embodiment of the present invention provides the management method and task manager of the Internet, applications in a kind of open platform, realizes The effective management and scheduling of internet application.
The embodiment of the present invention is described in detail below in conjunction with the accompanying drawings.
The present embodiment provides a kind of management method of the Internet, applications in open platform, as shown in figure 1, this method includes:
Step 101, when the Internet, applications (Application, abbreviation APP) load, obtain the Internet, applications Dynamic link library (Dynamic Link Library, abbreviation Dll) path.
APP in the present embodiment can be client application, such as QQ game or the Internet, applications journey Sequence, such as Tengxun's microblogging, QQ farms.DLL is one comprising can be by multiple programs code used at the same time and the storehouse of data, DLL It is not executable file, it is therefore desirable to which host performs.When APP is loaded, first have to obtain APP Dll, in order to rear It is continuous to load the APP.
Step 102, according to the Internet, applications identification number (Application IDentity, abbreviation APPID), generation Task identification number (TaskID).
The method of the present embodiment manages the APP that user starts, an APP running example by establishing the method for task A referred to as task, and by a management module, the task of all foundation is managed such as task manager.Each APP has Oneself is uniquely identified, i.e. APPID.Based on the APPID, task manager generation task identification number (TaskID), for rear Continue the vertical task corresponding with the Internet, applications.
Step 103, it is the task storage allocation space with the TaskID, and loads the static state of the Internet, applications Routine data;
Wherein, static routine data include program code and/or picture.
Step 104, the dynamic link library (Dll) path is loaded into process.
By above-mentioned steps, a task creation is completed.
To save system resource, after the Internet, applications exit, task manager terminates above-mentioned task.
Further, task manager can also remove the information related to the task, for example, deleting the task TaskID, static routine data and Dll etc., to save space.
The application program in the process of being loaded into is checked and managed in order to facilitate user, and the task manager of the present embodiment may be used also It is supplied to one interface to all current display and management for performing task of user.On this interface, user is executable to close Application program etc. is closed to operate accordingly.
The management method of the Internet, applications in the open platform of the present embodiment, by when the Internet, applications load, establishing The task corresponding with the Internet, applications, i.e., the Internet, applications opened by the format management user of task, is realized The effective management and scheduling of internet application.
Corresponding with the above method, the present embodiment also provides a kind of task manager, as shown in Fig. 2 including:
Acquiring unit 1, for when the Internet, applications load, obtaining the Dll paths of the Internet, applications;
Generation unit 2, for the identification number (APPID) according to the Internet, applications, generate task identification number (TaskID);
Task processing unit 3, for for the task storage allocation space with the TaskID, and load the internet The static routine data of application;
Loading unit 4, for the Dll paths to be loaded into process.
As one embodiment of the present invention, the interface of task manager can be specific as follows:
One application of ///operation, returns to a task ID
DWORD QDRunApp (QDAPPID id, const wchar_t*pszCmdLine);
///exits an application
QDExitApp(DWORD dwTaskId);
In commission whether ///query task
bool QDIsTaskRunning(DWORD dwTaskId)。
Further, as shown in figure 3, the task manager of the present embodiment, in addition to:
Task end unit 5, for after the Internet, applications exit, terminating the task.
Further, task end unit 5, it is additionally operable to delete the related information of the task, the related letter of the task Breath includes TaskID, static routine data and Dll.
The task manager of the present embodiment, in addition to:
Role management unit 6, for providing the user interface of all current display and management for performing task.
The same above method of operation principle and the course of work of each unit of the task manager of the present embodiment, it is no longer superfluous herein State.
Through the above description of the embodiments, it is apparent to those skilled in the art that the present invention can borrow Software is helped to add the mode of required common hardware to realize, naturally it is also possible to which by hardware, but the former is more preferably in many cases Embodiment.Based on such understanding, portion that technical scheme substantially contributes to prior art in other words Dividing can be embodied in the form of software product, and the computer software product is stored in the storage medium that can be read, and such as be counted The floppy disk of calculation machine, hard disk or CD etc., including some instructions to cause a computer equipment (can be personal computer, Server, or network equipment etc.) perform method described in each embodiment of the present invention.
The foregoing is only a specific embodiment of the invention, but protection scope of the present invention is not limited thereto, any Those familiar with the art the invention discloses technical scope in, change or replacement can be readily occurred in, should all be contained Cover within protection scope of the present invention.Therefore, protection scope of the present invention should be based on the protection scope of the described claims.

Claims (8)

  1. A kind of 1. management method of the Internet, applications in open platform, it is characterised in that including:
    When the Internet, applications load, dynamic link library (Dll) path of the Internet, applications is obtained;
    According to the identification number (APPID) of the Internet, applications, generation task identification number (TaskID), the task identification number with In the foundation task corresponding with the Internet, applications;
    For the task storage allocation space with the task identification number (TaskID), and load the static state of the Internet, applications Routine data;
    The dynamic link library (Dll) path is loaded into process;
    Methods described also includes:It is supplied to one interface to all current display and management for performing task of user, Yong Huke The operation for closing the Internet, applications is performed on the surface.
  2. 2. according to the method for claim 1, it is characterised in that also include:After the Internet, applications exit, terminate institute State task.
  3. 3. according to the method for claim 1, it is characterised in that the static routine data include program code and/or figure Piece.
  4. 4. according to the method for claim 2, it is characterised in that terminate the task, in addition to:It is related to delete the task Information, the related information of the task includes TaskID, static routine data and Dll.
  5. A kind of 5. task manager of open platform, it is characterised in that including:
    Acquiring unit, for when the Internet, applications load, obtaining dynamic link library (Dll) path of the Internet, applications;
    Generation unit, for the identification number (APPID) according to the Internet, applications, generation task identification number (TaskID), institute State task identification number be used for establish the task corresponding with the Internet, applications;
    Task processing unit, for for the task storage allocation space with the task identification number (TaskID), and load institute State the static routine data of the Internet, applications;
    Loading unit, for the dynamic link library (Dll) path to be loaded into process;
    Role management unit, for providing the user interface of all current display and management for performing task, user can be on the boundary The operation for closing the Internet, applications is performed on face.
  6. 6. task manager according to claim 5, it is characterised in that also include:Task end unit, for described After the Internet, applications exit, terminate the task.
  7. 7. task manager according to claim 5, it is characterised in that the static routine data include program code And/or picture.
  8. 8. task manager according to claim 6, it is characterised in that:Task end unit, it is additionally operable to delete described appoint The information for correlation of being engaged in, the related information of the task include TaskID, static routine data and Dll.
CN201210042416.0A 2012-02-23 2012-02-23 The management method and task manager of the Internet, applications in open platform Active CN103294489B (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201210042416.0A CN103294489B (en) 2012-02-23 2012-02-23 The management method and task manager of the Internet, applications in open platform

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201210042416.0A CN103294489B (en) 2012-02-23 2012-02-23 The management method and task manager of the Internet, applications in open platform

Publications (2)

Publication Number Publication Date
CN103294489A CN103294489A (en) 2013-09-11
CN103294489B true CN103294489B (en) 2017-12-01

Family

ID=49095428

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201210042416.0A Active CN103294489B (en) 2012-02-23 2012-02-23 The management method and task manager of the Internet, applications in open platform

Country Status (1)

Country Link
CN (1) CN103294489B (en)

Families Citing this family (1)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN104408136A (en) * 2014-11-26 2015-03-11 合肥晶奇电子科技有限公司 Log treatment method for public medical system

Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101452402A (en) * 2008-11-28 2009-06-10 珠海金山软件股份有限公司 Software operation system and software operation method
CN102163162A (en) * 2011-04-26 2011-08-24 北京思创银联科技股份有限公司 Task management method

Family Cites Families (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
GB2456019A (en) * 2007-12-31 2009-07-01 Symbian Software Ltd Loading dynamic link libraries in response to an event
CN101729329B (en) * 2008-10-22 2012-04-11 纬创资通股份有限公司 Method for managing application programs in open service gateway service platform and architecture thereof

Patent Citations (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN101452402A (en) * 2008-11-28 2009-06-10 珠海金山软件股份有限公司 Software operation system and software operation method
CN102163162A (en) * 2011-04-26 2011-08-24 北京思创银联科技股份有限公司 Task management method

Also Published As

Publication number Publication date
CN103294489A (en) 2013-09-11

Similar Documents

Publication Publication Date Title
US10592825B2 (en) Application placement among a set of consolidation servers utilizing license cost and application workload profiles as factors
US9983898B2 (en) Generating a deployment pattern for reuse in a networked computing environment
US10261819B2 (en) Determining an optimal computing environment for running an image based on performance of similar images
US9003239B2 (en) Monitoring and resolving deadlocks, contention, runaway CPU and other virtual machine production issues
US8918439B2 (en) Data lifecycle management within a cloud computing environment
US20200102704A1 (en) System and method to manage and share managed runtime memory for java virtual machine
US8904382B2 (en) Creating instances of cloud computing environments
US8392919B2 (en) Runtime environment for virtualizing information technology appliances
US8856787B2 (en) On-boarding applications to a cloud
US8918448B2 (en) Application component decomposition and deployment
US9684534B2 (en) Monitoring and modifying allocated computing resources
US8806485B2 (en) Configuring virtual machine images in a networked computing environment
US9710292B2 (en) Allowing management of a virtual machine by multiple cloud providers
WO2014002102A1 (en) Optimizing placement of virtual machines
US8972941B2 (en) Integrated development environment-based workload testing in a networked computing environment
JP2012504297A5 (en)
US9680715B2 (en) Assessing a service offering in a networked computing environment
US20170214588A1 (en) Enterprise cloud garbage collector
CN105677481A (en) Method and system for processing data and electronic equipment
CN103294489B (en) The management method and task manager of the Internet, applications in open platform
CN103309681B (en) A kind of open platform client software operational approach and device thereof
CN113396392A (en) Increasing processing power of virtual machines for exception events
Kuster Exhaustive Assembly of Framework Requirements Necessary to Practically Deploy the Greediness Alignment Algorithm (GAA)
US20170102956A1 (en) Virtual machine customization
Roebuck Object-oriented analysis and design (OOAD) High-impact Strategies-What You Need to Know Definitions, Adoptions, Impact, Benefits, Maturity, Vendors

Legal Events

Date Code Title Description
C06 Publication
PB01 Publication
C10 Entry into substantive examination
SE01 Entry into force of request for substantive examination
GR01 Patent grant
GR01 Patent grant