CN106528294A - Resource pool management method and system - Google Patents

Resource pool management method and system Download PDF

Info

Publication number
CN106528294A
CN106528294A CN201610973072.3A CN201610973072A CN106528294A CN 106528294 A CN106528294 A CN 106528294A CN 201610973072 A CN201610973072 A CN 201610973072A CN 106528294 A CN106528294 A CN 106528294A
Authority
CN
China
Prior art keywords
resource
list
identifier
target
inquiry list
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
CN201610973072.3A
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.)
Zhengzhou Yunhai Information Technology Co Ltd
Original Assignee
Zhengzhou Yunhai Information Technology 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 Zhengzhou Yunhai Information Technology Co Ltd filed Critical Zhengzhou Yunhai Information Technology Co Ltd
Priority to CN201610973072.3A priority Critical patent/CN106528294A/en
Publication of CN106528294A publication Critical patent/CN106528294A/en
Pending legal-status Critical Current

Links

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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5005Allocation of resources, e.g. of the central processing unit [CPU] to service a request
    • G06F9/5011Allocation of resources, e.g. of the central processing unit [CPU] to service a request the resources being hardware resources other than CPUs, Servers and Terminals
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/5011Pool
    • GPHYSICS
    • G06COMPUTING; CALCULATING OR COUNTING
    • G06FELECTRIC DIGITAL DATA PROCESSING
    • G06F2209/00Indexing scheme relating to G06F9/00
    • G06F2209/50Indexing scheme relating to G06F9/50
    • G06F2209/503Resource availability

Landscapes

  • Engineering & Computer Science (AREA)
  • Software Systems (AREA)
  • Theoretical Computer Science (AREA)
  • Physics & Mathematics (AREA)
  • General Engineering & Computer Science (AREA)
  • General Physics & Mathematics (AREA)
  • Information Retrieval, Db Structures And Fs Structures Therefor (AREA)

Abstract

The invention discloses a resource pool management method. The method comprises the steps of searching for an identifier corresponding to a target resource in a pre-created query list when the target resource located in a resource pool needs to be called, wherein the query list is a list for storing identifiers of idle resources; if the identifier corresponding to the target resource is found, deleting the identifier corresponding to the target resource from the query list; when the call of the target resource is stopped, storing the identifier corresponding to the target resource in the query list. According to the method, the idle resources are searched for in the query list which stores the identifiers of the idle resources; the call of the idle resources is finished by dint of index relationships between the identifiers and the idle resources; and compared with the prior art in which resource occupation information is searched for one by one and the idle resources are called by searching the identifiers, the method has the advantages that the idle resource search time is shortened and the resource management efficiency is improved. In addition, the invention correspondingly discloses a resource pool management system.

Description

A kind of resource pool management method and system
Technical field
The present invention relates to computer realm, more particularly to a kind of resource pool management method and system.
Background technology
With the development of computer realm, hardware structure of computer also increasingly enriches, there is provided work(miscellaneous Can, at the same time available resource is also more and more, and thing followed problem is that excessive function causes the management of resource easy Go wrong, those resource free time can call, those resources are occupied cannot call how efficiently to process these information into For the problem for needing in the ban to solve.
Resource pool this management method is introduced in prior art, in resource pool, there are multiple type identical resources, when When user needs to call resource, computer can go to resource pool to inquire about available resource, but during this query script can take The substantial amounts of resource of central processor, it is impossible to enough effectively management resources, lifts resources management efficiency.
Therefore how to accelerate the query time of idling-resource, improve resources management efficiency, become the problem for needing to solve.
The content of the invention
In view of this, it is an object of the invention to provide a kind of resource pool management method, when reducing the inquiry of idling-resource Between, improve resources management efficiency.Its concrete scheme is as follows:
A kind of resource pool management method, including:
When needing to call the target resource in resource pool, then the target is searched in the inquiry list being pre-created The corresponding identifier of resource, wherein, the inquiry list is the list of the identifier for preserving idling-resource;
If finding the corresponding identifier of the target resource, by the target resource corresponding identifier from Delete in the inquiry list;
When stopping calling the target resource, then the target resource corresponding identifier is saved in into the inquiry row In table.
Preferably, the establishment process of the inquiry list, including:
Detect the total number resource of the resource pool;
The total number resource is multiplied with minimum occupancy set in advance, the minimum occupancy number of resource is drawn;
Occupancy number minimum to the total number resource and the resource makes the difference, and draws capability value;
According to the capability value for drawing, the inquiry list is created.
Preferably, the inquiry list is FIFO.
Preferably, it is described that the target resource corresponding identifier is saved in into the process in the inquiry list, bag Include:
Determine the resource type of the target resource;
According to default mapping relations, determine in the inquiry list relative with the resource type of the target resource The list area answered, and the target resource corresponding identifier is preserved to the list area.
Preferably, the mistake that the corresponding identifier of the target resource is searched in the inquiry list being pre-created Journey, including:
Using the mapping relations, determine in the inquiry list corresponding with the resource type of the target resource The list area;
The identifier corresponding with the target resource is searched from the list area.
The invention also discloses a kind of resource pool management system, including:
Inquiry list creating module, for creating the inquiry list preserved by the identifier to idling-resource;
Searching modul, for when needing to call the target resource in resource pool, then searching in the inquiry list The corresponding identifier of the target resource;
Removing module, for finding the corresponding identifier of the target resource when the searching modul, then will be described The corresponding identifier of target resource is deleted from the inquiry list;
Identifier preserving module, for calling the target resource when stopping, then by the target resource corresponding mark Know symbol to be saved in the inquiry list.
Preferably, the inquiry list block is specifically for creating the FIFO preserved by the identifier to idling-resource.
Preferably, the inquiry list creating module includes:
Resource pool detector unit, for detecting the total number resource of the resource pool;
Computing unit, for the total number resource is multiplied with minimum occupancy set in advance, show that resource is minimum and accounts for With number, occupancy number minimum to the total number resource and the resource makes the difference, and draws capability value;
Inquiry list creating unit, for the capability value drawn according to the computing unit, creates the inquiry row Table.
Preferably, the identifier preserving module includes:
Resource type determining unit, for determining the resource type of the target resource;
Area determination unit, for according to default mapping relations, determining and the target in the inquiry list The corresponding list area of the resource type of resource;
Storage unit, for the target resource corresponding identifier is preserved to the list area.
Preferably, the searching modul includes:
Region determination sub-module, for using the mapping relations, determining and the target in the inquiry list The corresponding list area of the resource type of resource;
Identifier searches submodule, for the mark corresponding with the target resource is searched from the list area Symbol.
A kind of resource pool management method provided by the present invention includes:When needs call the target in resource pool to provide Source, then search the corresponding identifier of target resource in the inquiry list being pre-created, wherein, inquiry list is idle to preserve The list of the identifier of resource;If finding the corresponding identifier of target resource, by target resource corresponding mark Symbol is deleted from inquiry list;When invocation target resource is stopped, then target resource corresponding identifier is saved in into inquiry row In table.It can be seen that, the present invention in system storage idling-resource identifier inquiry list in make a look up, by identifier with Index relative between idling-resource completes to call idling-resource, no longer goes directly to resource pool carrying out to resource successively Retrieval idling-resource.Relative to the occupied information for searching resource one by one of prior art, sky is carried out by searching identifier Calling for not busy resource, greatly reduces the calculating time of central processing unit, greatly accelerates the lookup time of idling-resource, carries High resources management efficiency.
Description of the drawings
In order to be illustrated more clearly that the embodiment of the present invention or technical scheme of the prior art, below will be to embodiment or existing Accompanying drawing to be used needed for having technology description is briefly described, it should be apparent that, drawings in the following description are only this Inventive embodiment, for those of ordinary skill in the art, on the premise of not paying creative work, can be with basis The accompanying drawing of offer obtains other accompanying drawings.
Fig. 1 is a kind of resource pool management method flow diagram provided in an embodiment of the present invention;
Fig. 2 is another kind of resource pool management method flow diagram provided in an embodiment of the present invention;
Fig. 3 is a kind of resource pool management system structure chart provided in an embodiment of the present invention.
Specific embodiment
Below in conjunction with the accompanying drawing in the embodiment of the present invention, the technical scheme in the embodiment of the present invention is carried out clear, complete Site preparation is described, it is clear that described embodiment is only a part of embodiment of the invention, rather than the embodiment of whole.It is based on Embodiment in the present invention, it is every other that those of ordinary skill in the art are obtained under the premise of creative work is not made Embodiment, belongs to the scope of protection of the invention.
The embodiment of the invention discloses a kind of resource pool management method, as shown in figure 1, the method includes:
Step S11:When needing to call the target resource in resource pool, then search in the inquiry list being pre-created The corresponding identifier of target resource, wherein, inquire about the list that list is the identifier for preserving idling-resource.
Specifically, when system existing resource occupancy is more, in order to ensure the normal operation of system, needs are called in sky The target resource of not busy state, now central processing unit search whether the mark of target resource in the inquiry list being pre-created Symbol.
Wherein, the identifier of idling-resource is preserved in the inquiry list being pre-created, when idling-resource is called, is become For occupied resource, the identifier being stored in when which is idle in inquiry list will be deleted, guarantee to inquire about in list with this and only protect There is the identifier of idling-resource;Inquiry list can be FIFO (i.e. First Input First Output, FIFO team Row).
It is understood that the identifier being stored in inquiry list is the unique corresponding symbol of idling-resource institute.This reality Apply example specifically by way of array to organize the resource in resource pool, in such a case, it is possible to will be every Individual resource unique corresponding array index be defined as the identifier of the resource.In addition, in the present embodiment, the bit wide of identifier can To be consistent with system bit wide, for example, in 32-bit operating system, the bit wide corresponding to resource identifier can be set to 32 Position.Certainly, in the present embodiment, it is also possible to the size based on total number resource, the bit wide corresponding to resource identifier, example are determined Such as, it is assumed that the total number resource in resource pool be 1024, then the bit wide corresponding to identifier can be set to 10 or 10 with On.
Step S12:If finding the corresponding identifier of target resource, by target resource corresponding identifier from Delete in inquiry list.
Specifically, the invocation target resource if the identifier for finding target resource, and target resource is corresponding Identifier is deleted from inquiry list.
If do not found, illustrate that target resource is occupied, whether system searching has same type alternatively empty Not busy resource, if then using alternative idling-resource and its corresponding identifier being deleted from inquiry list, if Occupied resource release is not then waited.
Step S13:When invocation target resource is stopped, then target resource corresponding identifier is saved in into inquiry list In.
Specifically, when system task amount declines, it is no longer necessary to during substantial amounts of resource, for reasonable distribution task and energy-conservation, Calling section resource will be stopped, now, target resource from occupied State Transferring for idle condition, therefore by target resource phase Correspondence identifier is saved in inquiry list again, during in order to system invocation target resource next time, can be in inquiry list Find corresponding identifier.
Specifically, in above-mentioned steps S13, target resource corresponding identifier is saved in into the process in inquiry list, Can specifically include:Determine the resource type of target resource, then according to default mapping relations, determine in inquiry list The list area corresponding with the resource type of target resource, and target resource corresponding identifier is preserved to list area Domain.
It is understood that above-mentioned mapping relations are specially the corresponding relation between resource type and list area, it is this In the case of, above-mentioned inquiry list can specifically include multiple list areas, and each list area is corresponding with a kind of resource type, That is, the identifier preserved in a list area is the identifier of same resource.
Accordingly, in above-mentioned steps S11, the corresponding identifier of target resource is searched in the inquiry list being pre-created Process, can specifically include:Using above-mentioned mapping relations, the resource type phase with target resource is determined in inquiry list Corresponding list area, then searches the identifier corresponding with target resource from the list area.
In addition, in the present embodiment, the type of resource include but is not limited to computing resource, storage resource and I/O resource (IO, i.e., Input/Output).It can be seen that, the present embodiment can pass through first to find out the list area corresponding to the resource type with target resource Domain, then from the list area searches identifier corresponding with target resource again, can so further speed up identifier Search speed.
It can be seen that, in the embodiment of the present invention, system is made a look up in the inquiry list of the identifier of storage idling-resource, is borrowed Complete to call idling-resource by the index relative between identifier and idling-resource, no longer go directly to resource pool successively Retrieval idling-resource is carried out to resource.Relative to the occupied information for searching resource one by one of prior art, by searching mark Knowing symbol carries out calling for idling-resource, greatly reduces the calculating time of central processing unit, greatly accelerates idling-resource The lookup time, improve resources management efficiency.
The embodiment of the invention discloses a kind of specific resource pool management method, relative to a upper embodiment, the present embodiment Further instruction and optimization are made to technical scheme.It is shown in Figure 2, specifically:
Step S21:The total number resource of detection resource pool.
When being embodied as, increase a depth detection identifier, the counting initial value of the identifier is set to 0, in resource pool Depth detection identifier is pointed to into the first resource in resource pool when being not used by, the resource in resource pool is then called, is worked as head When individual resource is called, depth detection identifier points to next resource, while+1 on initial value is counted, calling resource successively Resource in pond, the sensing of depth detection identifier also point to the next resource of called resource successively, and often change and once refer to To direction, with regard to+1, all resources in resource pool are called count value, and depth detection identifier is no longer point in resource pool Resource, obtain count value, be finally last total number resource by count value+1.
Step S22:Total number resource is multiplied with minimum occupancy set in advance, the minimum occupancy number of resource is drawn.
Specifically, user can learn the minimum occupancy of resource of resource pool according to practical application experience or observation statistics, Total number resource is multiplied with minimum occupancy, the minimum occupancy number of resource is drawn.
For example, total number resource is 8, and it is 30% that user deduces the minimum occupancy of resource of resource pool, and both are multiplied and draw The minimum number that takes of resource is 2.4, but because decimally representing in practical application that identifier is nonsensical, and in order to ensure that system can Normal operation is so take the method for rounding up, the minimum number that takes of final resource is 3.
Step S23:Difference is done with the minimum number that takes of total number resource and resource, capability value is drawn.
Specifically, total number resource is deducted into the minimum occupancy number of resource, show that capability value is 5.
Certainly computational methods are not limited to total number resource and total number resource and the product of minimum occupancy set in advance Difference is done, can also be multiplied with resource highest idleness with total number resource come the capacity for calculating inquiry list, here is not limited It is fixed.
Step S24:According to the capability value for drawing, inquiry list is created.
Step S25:When invocation target resource is needed, then in the inquiry list being pre-created, lookup target resource is corresponding Identifier, wherein, inquire about list be preserve idling-resource identifier list.
Step S26:If finding the corresponding identifier of target resource, by target resource corresponding identifier from Delete in inquiry list.
Step S27:When invocation target resource is stopped, then target resource corresponding identifier is saved in into inquiry list In.
A kind of embodiment of the present invention, there is provided specific inquiry list creating mode, by the inquiry list creating mode, The space that inquiry list takes is reduced, and less capacity can also accelerate inquiry velocity.
The embodiment of the invention also discloses a kind of resource pool management system, shown in Figure 3, the system includes:
Inquiry list creating module 11, for creating the inquiry list preserved by the identifier to idling-resource;
Searching modul 12, for when needing to call the target resource in resource pool, then searching mesh in inquiry list The corresponding identifier of mark resource;
Removing module 13, for finding the corresponding identifier of target resource when searching modul 12, then by target resource Corresponding identifier is deleted from inquiry list;
Identifier preserving module 14, for when invocation target resource is stopped, then protecting target resource corresponding identifier It is stored to inquire about in list.
Wherein, list block is inquired about specifically for creating the FIFO preserved by the identifier to idling-resource.
List creating module 11 is inquired about in the present embodiment and specifically includes resource pool detector unit, computing unit and inquiry list Creating unit, wherein,
Resource pool detector unit, for detecting the total number resource of resource pool;
Computing unit, for total number resource is multiplied with minimum occupancy set in advance, draws the minimum occupancy number of resource, Occupancy number minimum to total number resource and resource makes the difference, and draws capability value;
Inquiry list creating unit, for the capability value drawn according to computing unit, creates above-mentioned inquiry list.
In addition, above-mentioned identifier preserving module 14 specifically includes resource type determining unit, area determination unit and preservation Unit;Wherein,
Resource type determining unit, for determining the resource type of target resource;
Area determination unit, for according to default mapping relations, the money with target resource being determined in inquiry list The corresponding list area of Source Type;
Storage unit, for target resource corresponding identifier is preserved to list area.
Accordingly, above-mentioned searching modul includes that region determination sub-module and identifier search submodule;Wherein,
Region determination sub-module, for using above-mentioned mapping relations, the money with target resource being determined in inquiry list The corresponding list area of Source Type;
Identifier searches submodule, for the identifier corresponding with target resource is searched from above-mentioned list area.
It can be seen that, in the embodiment of the present invention system no longer go directly to resource pool successively enter line retrieval to resource, search empty Not busy resource, but make a look up in the inquiry list of the identifier of storage idling-resource, by identifier and idling-resource it Between index relative complete to call idling-resource, search identifier relative to corresponding resource information is searched, greatly reduce The calculating time of central processing unit, the lookup time of idling-resource is greatly accelerated, improve resources management efficiency.
Finally, in addition it is also necessary to explanation, herein, such as first and second or the like relational terms be used merely to by One entity or operation are made a distinction with another entity or operation, and are not necessarily required or implied these entities or operation Between there is any this actual relation or order.And, term " including ", "comprising" or its any other variant are anticipated Covering including for nonexcludability, so that a series of process, method, article or equipment including key elements not only includes that A little key elements, but also including other key elements being not expressly set out, or also include for this process, method, article or The intrinsic key element of equipment.In the absence of more restrictions, the key element for being limited by sentence "including a ...", does not arrange Except also there is other identical element in including the process of the key element, method, article or equipment.
Above a kind of resource pool management method and system provided by the present invention are described in detail, it is used herein Specific case is set forth to the principle and embodiment of the present invention, and the explanation of above example is only intended to help and understands The method of the present invention and its core concept;Simultaneously for one of ordinary skill in the art, according to the thought of the present invention, in tool Will change in body embodiment and range of application, in sum, this specification content is should not be construed as to the present invention Restriction.

Claims (10)

1. a kind of resource pool management method, it is characterised in that include:
When needing to call the target resource in resource pool, then the target resource is searched in the inquiry list being pre-created Corresponding identifier, wherein, the inquiry list is the list of the identifier for preserving idling-resource;
If finding the corresponding identifier of the target resource, by the target resource corresponding identifier from described Delete in inquiry list;
When stopping calling the target resource, then the target resource corresponding identifier is saved in into the inquiry list In.
2. resource pool management method according to claim 1, it is characterised in that the establishment process of the inquiry list, bag Include:
Detect the total number resource of the resource pool;
The total number resource is multiplied with minimum occupancy set in advance, the minimum occupancy number of resource is drawn;
Occupancy number minimum to the total number resource and the resource makes the difference, and draws capability value;
According to the capability value for drawing, the inquiry list is created.
3. resource pool management method according to claim 1, it is characterised in that the inquiry list is FIFO.
4. the resource pool management method according to any one of claims 1 to 3, it is characterised in that described that the target is provided The corresponding identifier in source is saved in the process in the inquiry list, including:
Determine the resource type of the target resource;
According to default mapping relations, determine in the inquiry list corresponding with the resource type of the target resource List area, and the target resource corresponding identifier is preserved to the list area.
5. resource pool management method according to claim 4, it is characterised in that described in the inquiry list being pre-created The process of the corresponding identifier of the target resource is searched, including:
Using the mapping relations, the institute corresponding with the resource type of the target resource is determined in the inquiry list State list area;
The identifier corresponding with the target resource is searched from the list area.
6. a kind of resource pool management system, it is characterised in that include:
Inquiry list creating module, for creating the inquiry list preserved by the identifier to idling-resource;
Searching modul, for when needing to call the target resource in resource pool, then lookup is described in the inquiry list The corresponding identifier of target resource;
Removing module, for finding the corresponding identifier of the target resource when the searching modul, then by the target The corresponding identifier of resource is deleted from the inquiry list;
Identifier preserving module, for calling the target resource when stopping, then by the target resource corresponding identifier It is saved in the inquiry list.
7. resource pool management system according to claim 6, it is characterised in that the inquiry list block is specifically for wound Build the FIFO preserved by the identifier to idling-resource.
8. resource pool management system according to claim 6, it is characterised in that the inquiry list creating module includes:
Resource pool detector unit, for detecting the total number resource of the resource pool;
Computing unit, for the total number resource is multiplied with minimum occupancy set in advance, draws the minimum occupancy number of resource, Occupancy number minimum to the total number resource and the resource makes the difference, and draws capability value;
Inquiry list creating unit, for the capability value drawn according to the computing unit, creates the inquiry list.
9. the resource pool management system according to any one of claim 6 to 8, it is characterised in that the identifier preserves mould Block includes:
Resource type determining unit, for determining the resource type of the target resource;
Area determination unit, for according to default mapping relations, determining and the target resource in the inquiry list The corresponding list area of resource type;
Storage unit, for the target resource corresponding identifier is preserved to the list area.
10. resource pool management system according to claim 9, it is characterised in that the searching modul includes:
Region determination sub-module, for using the mapping relations, determining and the target resource in the inquiry list The corresponding list area of resource type;
Identifier searches submodule, for the identifier corresponding with the target resource is searched from the list area.
CN201610973072.3A 2016-11-04 2016-11-04 Resource pool management method and system Pending CN106528294A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201610973072.3A CN106528294A (en) 2016-11-04 2016-11-04 Resource pool management method and system

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201610973072.3A CN106528294A (en) 2016-11-04 2016-11-04 Resource pool management method and system

Publications (1)

Publication Number Publication Date
CN106528294A true CN106528294A (en) 2017-03-22

Family

ID=58349541

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201610973072.3A Pending CN106528294A (en) 2016-11-04 2016-11-04 Resource pool management method and system

Country Status (1)

Country Link
CN (1) CN106528294A (en)

Cited By (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402820A (en) * 2017-08-10 2017-11-28 郑州云海信息技术有限公司 The management method and device of resource in cloud computing system
CN114610578A (en) * 2022-03-17 2022-06-10 飞腾信息技术有限公司 Resource state management method and device, electronic equipment and storage medium

Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889047A (en) * 2005-06-27 2007-01-03 腾讯科技(深圳)有限公司 System and method for realizing program resource sharing
CN101340368A (en) * 2008-08-12 2009-01-07 北京航空航天大学 Web service distributed management system and method based on WSDM
CN101650646A (en) * 2009-09-22 2010-02-17 杭州华三通信技术有限公司 Method and device for realizing shared data consistency
CN103139255A (en) * 2011-11-30 2013-06-05 腾讯科技(深圳)有限公司 Method for allocating resource identification and identification section
US20130179557A1 (en) * 2011-02-18 2013-07-11 Huawei Technologies Co., Ltd. Method and management apparatus for performing operation on device resource
US20140371894A1 (en) * 2012-02-07 2014-12-18 Huawei Device Co., Ltd. Media Playback Processing and Control Method, Apparatus, and System

Patent Citations (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN1889047A (en) * 2005-06-27 2007-01-03 腾讯科技(深圳)有限公司 System and method for realizing program resource sharing
CN101340368A (en) * 2008-08-12 2009-01-07 北京航空航天大学 Web service distributed management system and method based on WSDM
CN101650646A (en) * 2009-09-22 2010-02-17 杭州华三通信技术有限公司 Method and device for realizing shared data consistency
US20130179557A1 (en) * 2011-02-18 2013-07-11 Huawei Technologies Co., Ltd. Method and management apparatus for performing operation on device resource
CN103139255A (en) * 2011-11-30 2013-06-05 腾讯科技(深圳)有限公司 Method for allocating resource identification and identification section
US20140371894A1 (en) * 2012-02-07 2014-12-18 Huawei Device Co., Ltd. Media Playback Processing and Control Method, Apparatus, and System

Cited By (3)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN107402820A (en) * 2017-08-10 2017-11-28 郑州云海信息技术有限公司 The management method and device of resource in cloud computing system
CN114610578A (en) * 2022-03-17 2022-06-10 飞腾信息技术有限公司 Resource state management method and device, electronic equipment and storage medium
CN114610578B (en) * 2022-03-17 2023-12-29 飞腾信息技术有限公司 Resource state management method and device, electronic equipment and storage medium

Similar Documents

Publication Publication Date Title
US11269834B2 (en) Detecting quasi-identifiers in datasets
US10387397B2 (en) Parallel build of non-partitioned join hash tables and non-enforced n:1 join hash tables
US20130326154A1 (en) Cache system optimized for cache miss detection
CN104346384A (en) Method and device for processing small files
CN111552692B (en) Plus-minus cuckoo filter
CN102867049B (en) Chinese PINYIN quick word segmentation method based on word search tree
CN102169491B (en) Dynamic detection method for multi-data concentrated and repeated records
CN103500191A (en) Flow table configuration, query and table item deleting method and device
CN102591855A (en) Data identification method and data identification system
US10801842B2 (en) Shortest path engine for warehouse management
CN105718319B (en) A kind of memory pool domain analytic method and memory pool device
CN106528294A (en) Resource pool management method and system
CN114327917A (en) Memory management method, computing device and readable storage medium
CN104573112A (en) Page query method and data processing node for OLTP cluster database
CN105359142A (en) Hash join method, device and database management system
US9262472B2 (en) Concatenation for relations
CN112765155B (en) Block chain-based key value storage method and device, terminal equipment and medium
CN103714121A (en) Index record management method and device
CN110221778A (en) Processing method, system, storage medium and the electronic equipment of hotel's data
CN102902701A (en) Information inquiry system and information inquiry method
CN115795521A (en) Access control method, device, electronic equipment and storage medium
CN104537023A (en) Storage method and device for reverse index records
CN101442533A (en) Method for generating network authority hoisting route based on data digging technology
CN108804625A (en) A kind of optimization method, device and the computer equipment of LSM trees
CN114579573B (en) Information retrieval method, information retrieval device, electronic equipment and storage medium

Legal Events

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

Application publication date: 20170322

RJ01 Rejection of invention patent application after publication