US20100083272A1 - Managing pools of dynamic resources - Google Patents

Managing pools of dynamic resources Download PDF

Info

Publication number
US20100083272A1
US20100083272A1 US12/243,859 US24385908A US2010083272A1 US 20100083272 A1 US20100083272 A1 US 20100083272A1 US 24385908 A US24385908 A US 24385908A US 2010083272 A1 US2010083272 A1 US 2010083272A1
Authority
US
United States
Prior art keywords
resource
instance
throughput
resource pool
instances
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.)
Granted
Application number
US12/243,859
Other versions
US9875141B2 (en
Inventor
Joseph L. Hellerstein
Eric Lynn Eilebrecht
Vance Morrison
Paul Ringseth
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.)
Microsoft Technology Licensing LLC
Original Assignee
Microsoft Corp
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 Microsoft Corp filed Critical Microsoft Corp
Priority to US12/243,859 priority Critical patent/US9875141B2/en
Assigned to LAW AND CORPORATE AFFAIRS DEPARTMENT, MICROSOFT CORPORATION reassignment LAW AND CORPORATE AFFAIRS DEPARTMENT, MICROSOFT CORPORATION ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: EILEBRECHT, ERIC LYNN, HELLERSTEIN, JOSEPH L., MORRISON, VANCE, RINGSETH, PAUL
Publication of US20100083272A1 publication Critical patent/US20100083272A1/en
Assigned to MICROSOFT TECHNOLOGY LICENSING, LLC reassignment MICROSOFT TECHNOLOGY LICENSING, LLC ASSIGNMENT OF ASSIGNORS INTEREST (SEE DOCUMENT FOR DETAILS). Assignors: MICROSOFT CORPORATION
Application granted granted Critical
Publication of US9875141B2 publication Critical patent/US9875141B2/en
Active legal-status Critical Current
Adjusted expiration legal-status Critical

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/46Multiprogramming arrangements
    • G06F9/50Allocation of resources, e.g. of the central processing unit [CPU]
    • G06F9/5061Partitioning or combining of resources
    • GPHYSICS
    • G05CONTROLLING; REGULATING
    • G05BCONTROL OR REGULATING SYSTEMS IN GENERAL; FUNCTIONAL ELEMENTS OF SUCH SYSTEMS; MONITORING OR TESTING ARRANGEMENTS FOR SUCH SYSTEMS OR ELEMENTS
    • G05B13/00Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion
    • G05B13/02Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric
    • G05B13/0205Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric not using a model or a simulator of the controlled system
    • G05B13/021Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric not using a model or a simulator of the controlled system in which a variable is automatically adjusted to optimise the performance
    • G05B13/0235Adaptive control systems, i.e. systems automatically adjusting themselves to have a performance which is optimum according to some preassigned criterion electric not using a model or a simulator of the controlled system in which a variable is automatically adjusted to optimise the performance using steepest descent or ascent method
    • 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

Abstract

Computer systems attempt to manage resource pools of a dynamic number of similar resources and work tasks in order to optimize system performance. Work requests are received into the resource pool having a dynamic number of resources instances. An instance-throughput curve is determined that relates a number of resource instances in the resource pool to throughput of the work requests. A slope of a point on the instance-throughput curve is estimated with stochastic gradient approximation. The number of resource instances for the resource pool is selected when the estimated slope of the instance-throughput curve is zero.

Description

    BACKGROUND
  • Resource pools can include a dynamic number of similar resources that are used to perform computing tasks or work requests. Each resource in the resource pool at a given time can be described as a resource instance, and the resource instances together make up the resource pool. Work requests enter the resource pool as a result of an application program interface call or other examples. When there are more work requests than resource instances available to do the requested work, as is often the case, the work requests are arranged in a work queue. As soon as a resource instance completes the work on a work request, the resource instance is made available for another work request in the queue. Examples of resource management systems include the .NET thread pool, server pools in the Tivoli Workload scheduler, and HP Global Workload Manager, and application instances in IBM WebSphere.
  • There are many examples of resource instances and work requests in computing. Such examples can include servers and applications. One particular example is the use of threads in a thread pool to process work requests in concurrent programs. Often, each thread can be assigned to a different processor or processing core. Also, multiple threads assigned to a single processor or processing core can be time multiplexed through the processor. A resource manager can be used to create threads when the amount of work is too high, or it can be used to destroy or make idle threads when the amount of work is too low.
  • There have been attempts to address the issue of finding the proper amount of resource instances to perform a given set of tasks. One early model was to develop techniques that keep all of the processors fully realized. In most cases, however, the designer will not know what resources will create a bottleneck in throughput and will not be able to compensate for it. System designers also use algorithms to determine whether resource instances, such as threads, can be created, made idle, or destroyed to optimize performance. Such algorithms are typically primarily focused on the amount of resource instances made available to perform the work requests in a queue.
  • In a typical model, however, the rate of work completion is related to both the nature of the work itself and the amount of resource instances available, both of which can be unknown beforehand and constantly change. Although many systems incorporate resource pools with resource instances that are managed dynamically, there remains a need to improve management in many of these systems.
  • SUMMARY
  • This summary is provided to introduce a selection of concepts in a simplified form that are further described below in the Detailed Description. This summary is not intended to identify key features or essential features of the claimed subject matter, nor is it intended to be used to limit the scope of the claimed subject matter.
  • One embodiment provides a method of managing a resource pool of dynamic resource instances. Work requests are received into the resource pool having a dynamic number of resources instances. An instance-throughput curve is determined that relates a number of resource instances in the resource pool to throughput of the work requests. A slope of a point on the instance-throughput curve is estimated with stochastic gradient approximation. The number of resource instances for the resource pool is selected when the estimated slope of the instance-throughput curve is zero.
  • BRIEF DESCRIPTION OF THE DRAWINGS
  • The accompanying drawings are included to provide a further understanding of embodiments and are incorporated in and constitute a part of this specification. The drawings illustrate embodiments and together with the description serve to explain principles of embodiments. Other embodiments and many of the intended advantages of embodiments will be readily appreciated, as they become better understood by reference to the following detailed description. The elements of the drawings are not necessarily to scale relative to each other. Like reference numerals designate corresponding similar parts.
  • FIG. 1 is a block diagram illustrating one of many possible examples of computing devices implementing the features of the present disclosure.
  • FIG. 2 is a block diagram illustrating an example resource management system in the example computing system of FIG. 1.
  • FIG. 3 is a block diagram illustrating an example resource instance controller of the resource management system of FIG. 2.
  • FIG. 4 is a flow diagram illustrating an example method for use with the resource management system of FIG. 2.
  • DETAILED DESCRIPTION
  • In the following Detailed Description, reference is made to the accompanying drawings, which form a part hereof, and in which is shown by way of illustration specific embodiments in which the invention may be practiced. It is to be understood that other embodiments may be utilized and structural or logical changes may be made without departing from the scope of the present invention. The following detailed description, therefore, is not to be taken in a limiting sense, and the scope of the present invention is defined by the appended claims. It is also to be understood that features of the various exemplary embodiments described herein may be combined with each other, unless specifically noted otherwise.
  • FIG. 1 illustrates an exemplary computer system that can be employed as an operating environment includes a computing device, such as computing device 100. In a basic configuration, computing device 100 typically includes a processor architecture having at least two processing units (i.e., processors 102) and memory 104. Depending on the exact configuration and type of computing device, memory 104 may be volatile (such as random access memory (RAM)), non-volatile (such as read only memory (ROM), flash memory, etc.), or some combination of the two. This basic configuration is illustrated in FIG. 1 by dashed line 106. The computing device can take one or more of several forms. Such forms include a personal computer, a server, a handheld device, a consumer electronic device (such as a video game console), or other.
  • Computing device 100 can also have additional features/functionality. For example, computing device 100 may also include additional storage (removable and/or non-removable) including, but not limited to, magnetic or optical disks or solid state memory, or flash storage devices such as removable storage 108 and non-removable storage 110. Computer storage media includes volatile and nonvolatile, removable and non-removable media implemented in any suitable method or technology for storage of information such as computer readable instructions, data structures, program modules or other data. Memory 104, removable storage 108 and non-removable storage 110 are all examples of computer storage media. Computer storage media includes, but is not limited to, RAM, ROM, EEPROM, flash memory or other memory technology, CD-ROM, digital versatile discs (DVD) or other optical storage, magnetic cassettes, magnetic tape, magnetic disk storage or other magnetic storage devices, universal serial bus (USB) flash drive, flash memory card, or other flash storage devices, or any other medium that can be used to store the desired information and that can be accessed by computing device 100. Any such computer storage media may be part of computing device 100.
  • Computing device 100 includes one or more communication connections 114 that allow computing device 100 to communicate with other computers/applications 115. Computing device 100 may also include input device(s) 112, such as keyboard, pointing device (e.g., mouse), pen, voice input device, touch input device, etc. Computing device 100 may also include output device(s) 111, such as a display, speakers, printer, etc.
  • The computing device 100 can be configured to run an operating system software program and one or more software applications, which make up a system platform. In one example, the computing device 100 includes a software component referred to as a managed environment. The managed environment can be included as part of the operating system or can be included later as a software download. The managed environment typically includes pre-coded solutions to common programming problems to aid software developers to create software programs such as applications to run in the managed environment, and it also typically includes a virtual machine that allows the software applications to run in the managed environment so that the programmers need not consider the capabilities of the specific processors 102.
  • FIG. 2 illustrates an example resource management system 200 that can operate within the computing device 100. The system 200 includes a resource pool 202 operably coupled to a type of resource management, for example a resource instance controller 204. The resource pool 202 includes a dynamic number of resource instances 206, such as the illustrated resource instances 1 to N, where the number of resource instances N can continuously change in response to work requests 208. Work requests 208 enter the resource pool 202 as a result of an application program interface call (such as QueueUserWorkItem( ) in the NET ThreadPool, available from Microsoft Corp.), message receipt, or other means. The work requests 208 are placed in a work queue 210. A work request 208 waits in the work queue 210 until a resource instance 206 is available to execute the work request. Once the work request 208 is executed, a completed work 212 is passed from the resource pool 202.
  • The resource instance controller dynamically adjusts the number N of resource instances 206 based on two competing concerns. A first concern is that having too few resource instances 206 causes additional wait time for work requests 208. A second concern is that having too many resource instances 206 is inefficient because of overheads for each resource instance 206. Also, too many resource instances can reduce throughputs. For example, having too many threads can cause memory thrashing, excessive content switching, or both. In order for the resource instance controller 204 to dynamically adjust the number N of resource instances 206 in the example, the resource pool 202 provides measurement information to the resource interface controller 204 through a measurement interface 214. Such measurement information can include work queue counts, actual resource instances, and throughput, which can be defined as the number of work completions per unit of time in one example. The resource instance controller 204 dynamically adjusts the desired number of resource instances 206 (i.e., provides control settings) through a control interface 216 on the resource pool 202.
  • The resource instance controller 204 receives the measurement data and implements a process to dynamically adjust the desired number of resource instances. This process faces the problem of scheduling without a detailed knowledge of the resources involved. One extreme approach to solving this problem is to assume knowledge of the resources involved, which is difficult to implement because this information is difficult to obtain in practice. Another extreme is to perform extensive searching, such as recursive searching, to determine the knowledge of the resources involved. Despite this effort, there is no way to obtain this information in a reliable way.
  • One embodiment of resource instance controller 204 makes an assumption that there is a unimodal relationship between the number N of resources instances 206 and throughput, or the instance-throughput curve. A unimodal instance-throughput curve is broadly consistent with observed data for throughputs in virtual memory systems in general and in the NET thread pool in particular. The resource instance controller 204 can exploit the unimodal structure of the resource-instance curve to determine a new control setting that is provided to the resource pool 202.
  • Given the discovered nature of the instance-throughput curve, one example of the resource instance controller 204 uses stochastic gradient approximation to exploit the unimodal structure of the instance-throughput curve. The resource instance controller in this example employs stochastic gradient approximation to optimize the number of resource instances 206 in the resource pool 202. Stochastic gradient approximation optimizes a stochastic function such as the instance-throughput curve using deterministic techniques. With stochastic gradient approximation, the resource instance controller 204 uses the measurement information from the measurement interface 214 to estimate the slope of the instance-throughput curve at a point corresponding with number N of resource instances 206 in the resource pool 202. The resource instance controller 204 makes adjustments to the number N of resource instances and re-estimates the slope of the instance-through put curve until the slope is estimated to be zero. A zero slope indicates that the number N of resource instances 206 optimizes throughput.
  • The number of resource instances at the point on the instance-throughput curve where the slope is zero indicates resource optimization in an empirically-supported assumption that the curve is unimodal. One type of unimodal curve is concave. Stochastic gradient approximation is employed in one embodiment because throughput is largely stochastic rather than deterministic as resource instances are added or taken away.
  • The effectiveness of stochastic gradient approximation largely depends on accurately estimating the slope of the instance-throughput curve. Several problems with accurately estimating the slope have been determined to potentially arise in practice. A first known problem is that measurements can be stationary but have high variability due to variations in execution times, the number of work completions, and other factors. A second known problem is that the shape of the instance-throughput curve can change over time due to changes in workloads, resources, or both. A third known problem is that the resource instance controller 204 itself introduces variability in that it changes the number of resource instances to maximize throughput.
  • FIG. 3 illustrates an example resource instance controller 204 that can be employed to apply stochastic gradient approximation and address at least the above three problems that can arise in employing stochastic gradient approximation. The resource instance controller 204 includes a state 302, which is used to retain information to be used in invocations of the resource instance controller. The state 302 is coupled to several components such as an input filter 304, a condition checker 306, a state updater 308, and an action taker 310.
  • The input filter 304 is coupled to the measurement interface 214 of the resource pool 202, and receives the measurement information. The input filter 304 includes a mechanism to avoid using measurements when the resource pool is in transition. The input filter 304 compares the desired number of resource instances 206 specified in the last control action with the actual number of resources instances as measured the resource pool measurement interface 214. If the actual number of resource instances is less than the desired number of resource instances and the work queue 210 is not empty, then the measurement is discarded because the resource pool 202 is in transition to the desired number of resource instances. The measurement is also discarded if the desired number of resources is less than the actual amount of resources. Thus, the mechanism of the input filter 304 is used to address the problem of the resource instance controller 204 introduces variability in that it changes the number of resource instances to maximize throughput.
  • The input filter 304 can also include at least two additional mechanisms. One mechanism detects changes in the instance-throughput curve. The mechanism tests if a throughput measurement, such as work completions, measured at a time tn+1 is significantly different from measurements at times t1 . . . , tn at the same control setting, such as desired resource instances. In one example, the mechanism uses the techniques of change-point detection, which is a statistical technique used in manufacturing, to detect changes in the instance-throughput curve. Another mechanism removes additional transients due to control actions. In practice, there may be a warm-up or cool-down period in the resource pool 202 even after it has instantiated the desired number of resource instances. Accordingly, more recent throughput measurements can differ significantly from earlier measurements for the same control setting. The input filter 304 can eliminate, or reduce the significance of, the earlier measurements. Thus, the additional two mechanisms in the input filter are used to address the problem of the shape of the instance-throughput curve can change over time due to changes in workloads, resources, or both.
  • The condition checker 306 is coupled the input filter 304. The condition checker implements a state machine to determine how the resource instance controller 204 adjusts the number of resource instances 206. In one example, the state machine includes an initializing state and a climbing state. In the initializing state, the resource instance controller 204 establishes one point for a first tangent line, which is tangent to the instance-throughput curve. In the climbing state, the resource instance controller 204 establishes a second point for a second tangent line on the instance-throughput curve. The states are determined by the number of control settings for which there are throughput measurements. For the initializing state, there is only one current control setting. For the climbing state, there is a current and previous control setting. If the resource instance controller 204 is in the climbing state and there is a significant difference between the current and previous control setting, then stochastic gradient approximation is employed to establish a new current control setting.
  • The condition checker 306 can be employed to address at least two of the know problems described above. The problem of measurements being stationary but having high variability due to variations in execution times, the number of work completions, and other factors is addressed because the resource instance controller 204 can remain in the initializing state until there is a sufficiently small variance for the mean throughputs at the current control setting. The resource instance controller does not attempt stochastic gradient approximation until there is a sufficiently small variance for the mean throughput at the current control setting. The condition checker 306 can also be used to address that the shape of the instance-throughput curve can change over time because the resource instance controller 204 can delete all history and return to the initializing state when it detects a change point.
  • The state updater 308 is coupled to the condition checker 306, and receives and provides information to the state 302. The state updater 308 includes a mechanism the updates information retained between invocations of the resource instance controller 204. This information includes measurement histories and control setting histories.
  • The action taker 310 is coupled to the state updater and provides an output to the control interface 216 of the resource pool 202. The action taker 310 is used to determine the new control setting. In one example, the new control setting is calculated using stochastic gradient approximation. The calculation estimates the slope of the instance-throughput curve that relates resource instances to throughputs based on the throughput measurements in the most recent history, or previous history, and the current throughput measurement, or the current history. Employing stochastic gradient approximation, a new control setting is calculated. The action taker 310 also assesses the performance achieved at a control setting. If comparable performance is achieved at two different control settings, then the resource interface controller 204 takes an action that minimizes the number of resource instances 206.
  • FIG. 4 illustrates an example method 400 of managing the resource pool 202 of resource instances 206, which method can be embodied in the resource instance controller 204 of FIG. 2. As work requests 208 are received into the resource pool 202, information regarding the resource pool is included in measurement information that is provided at 402 to the resource instance controller 204. In one example, the resource instance controller 204 is provided with periodic measurement information updates. The measurement information updates can be retained as a measurement history, which can include a sequence of updates of measurement information related to control settings. Examples of a measurement history can include measurement information related to a current control setting, a previous control setting, and so on.
  • Based on the measurement information, the resource instance controller 204 determines an instance-throughput curve at 404 relating the number of resource instances N in the resource pool 202 to throughput. In one example, the measurement history is used to determine the instance-throughput curve.
  • Stochastic gradient approximation is employed to estimate the slope of the curve, and is used to find the point where the slope is zero at 406. This point can be determined using the current control setting and the previous control setting. The point on the curve where the slope is zero corresponds with a selected number of resource instances estimated to maximize throughput. A new control setting is generated based on the selected number of resource instances at 408 and provided to the resource pool 202.
  • Although specific embodiments have been illustrated and described herein, it will be appreciated by those of ordinary skill in the art that a variety of alternate and/or equivalent implementations may be substituted for the specific embodiments shown and described without departing from the scope of the present invention. This application is intended to cover any adaptations or variations of the specific embodiments discussed herein. Therefore, it is intended that this invention be limited only by the claims and the equivalents thereof.

Claims (20)

1. A computer-readable storage medium storing computer-executable instructions for controlling a computer system, the computer-executable instructions comprising:
a resource instance controller configured to:
manage a resource pool of dynamic resource instances in response to an amount of work requests;
retain a measurement history of a current control setting including:
a current throughput measurement for the resource pool, and a previous control setting including a previous throughput measurement for the resource pool;
relate the resource instances in the resource pool to throughput of the resource pool as an instance-throughput curve;
assume a unimodal structure of the instance-throughput curve;
exploit the unimodal structure of the instance-throughput curve to compute a new control setting for the resource pool, wherein the new control setting is computed with the current throughput measurement and the previous throughput measurement; and
provide the new control setting to the resource pool.
2. The computer readable storage medium of claim 1 wherein the resource instance controller interfaces with the resource pool through a measurement interface configured to provide measurement information to the resource instance controller and through a control interface configured to provide the new control setting to the resource pool.
3. The computer readable storage medium of claim 2 wherein the measurement information includes work queue counts, actual resource instances, and throughput.
4. The computer readable storage medium of claim 2 wherein the resource instance controller comprises:
an input filter configured to receive the measurement information and to avoid using the measurement information when the resource pool is in transition.
5. The computer readable storage medium of claim 4 wherein the input filter is configured to detect changes in the instance-throughput curve.
6. The computer readable storage medium of claim of claim 5 wherein the input filter is configured to detect changes in the instance-throughput curve with change point detection.
7. The computer readable storage medium of claim 2 wherein the resource instance controller comprises:
a condition checker configured to implement a state machine having an initializing state and a climbing state.
8. The computer readable storage medium of claim 1 wherein schochastic gradient approximation is used to exploit the unimodal structure of the instance-throughput curve to compute the new control setting.
9. The computer readable storage medium of claim 8 wherein the resource instance controller establishes in the initializing state a first point in a line tangent to the curve relating resource instances in the resource pool to throughput of the resource pool, and wherein the resource instance controller establishes in the climbing state a second point for a second line tangent to the curve.
10. A method of managing a resource pool of dynamic resource instances, the method comprising:
receiving a plurality of work requests into the resource pool having a dynamic number of resources instances;
determining an instance-throughput curve relating a number of resource instances in the resource pool to throughput of the work requests;
estimating a slope of a point on the instance-throughput curve with stochastic gradient approximation; and
selecting the number of resource instances when the estimated slope of the instance-throughput curve is zero for the resource pool.
11. The method of claim 10 wherein the plurality of work requests are placed in a work queue.
12. The method of claim 10 wherein the dynamic resource instances include similar resource instances.
13. The method of claim 12 wherein the similar resource instances include threads in a thread pool.
14. The method of claim 13 wherein the dynamic number of threads in the thread pool are added and taken away as a result of creating threads and destroying threads.
15. The method of claim 10 comprising:
assuming the instance-throughput curve is unimodal.
16. The method of claim 15 wherein the assumed unimodal instance-throughput curve is concave.
17. The method of claim 10 wherein the estimated slope of the instance-throughput curve is zero indicates that the number of resource instances optimizes throughput.
18. A managed environment operating on a computing device and configured to operate an application to manage a pool of dynamic resource instances, the managed environment comprising:
a resource pool including a dynamic number of resource instances having a work queue configured to receive a plurality of work requests, the resource pool configured to provide measurement information including throughput of the work requests related to a number of resource instances in the resource pool; and
a resource instance controller configured to receive the measurement information and to apply stochastic gradient approximation to manage the number of resource instances in the resource pool.
19. The managed environment of claim 18 wherein the resource instance controller calculates a throughput to instance curve based on the measurement information and applies the stochastic hill climbing on the throughput to instance curve.
20. The managed environment of claim 18 wherein applying stochastic gradient approximation optimizes the number of resource instances in the resource pool.
US12/243,859 2008-10-01 2008-10-01 Managing pools of dynamic resources Active 2033-03-07 US9875141B2 (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
US12/243,859 US9875141B2 (en) 2008-10-01 2008-10-01 Managing pools of dynamic resources

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
US12/243,859 US9875141B2 (en) 2008-10-01 2008-10-01 Managing pools of dynamic resources

Publications (2)

Publication Number Publication Date
US20100083272A1 true US20100083272A1 (en) 2010-04-01
US9875141B2 US9875141B2 (en) 2018-01-23

Family

ID=42059108

Family Applications (1)

Application Number Title Priority Date Filing Date
US12/243,859 Active 2033-03-07 US9875141B2 (en) 2008-10-01 2008-10-01 Managing pools of dynamic resources

Country Status (1)

Country Link
US (1) US9875141B2 (en)

Cited By (11)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US20090063225A1 (en) * 2007-08-31 2009-03-05 Tom Baeyens Tool for automated transformation of a business process definition into a web application package
US20090144729A1 (en) * 2007-11-30 2009-06-04 Alejandro Guizar Portable business process deployment model across different application servers
US20120060172A1 (en) * 2010-09-03 2012-03-08 Ianywhere Solutions, Inc. Dynamically Tuning A Server Multiprogramming Level
US8392627B2 (en) 2011-04-25 2013-03-05 Microsoft Corporation Adaptive semaphore
US20130103829A1 (en) * 2010-05-14 2013-04-25 International Business Machines Corporation Computer system, method, and program
CN104063283A (en) * 2014-06-09 2014-09-24 北京海泰方圆科技有限公司 Resource-scheduling method for resource manager
CN104331330A (en) * 2014-10-27 2015-02-04 华为技术有限公司 Resource pool generation method and device
US9535759B2 (en) 2014-05-23 2017-01-03 Osr Open Systems Resources, Inc. Work queue thread balancing
US20180101410A1 (en) * 2012-09-14 2018-04-12 International Business Machines Corporation Management of resources within a computing environment
US20180159735A1 (en) * 2016-12-02 2018-06-07 Hewlett Packard Enterprise Development Lp Managing hardware resources
CN109714407A (en) * 2018-12-19 2019-05-03 网易(杭州)网络有限公司 Server resource adjusting method and device, electronic equipment and storage medium

Families Citing this family (2)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US10785374B1 (en) * 2019-10-31 2020-09-22 Talkdesk Inc. Optimized dynamic number insertion (DNI)
US11663039B2 (en) 2020-04-07 2023-05-30 International Business Machines Corporation Workload management using reinforcement learning

Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4319320A (en) * 1978-05-24 1982-03-09 Hitachi, Ltd. System and method for adaptive control of process
US6069894A (en) * 1995-06-12 2000-05-30 Telefonaktiebolaget Lm Ericsson Enhancement of network operation and performance
US20040237064A1 (en) * 2003-04-02 2004-11-25 Microsoft Corporation Runtime hosting interfaces
US20050005018A1 (en) * 2003-05-02 2005-01-06 Anindya Datta Method and apparatus for performing application virtualization
US6901446B2 (en) * 2001-02-28 2005-05-31 Microsoft Corp. System and method for describing and automatically managing resources
US20050198641A1 (en) * 2004-01-30 2005-09-08 Tamar Eilam Arbitration in a computing utility system
US20060159014A1 (en) * 2004-12-22 2006-07-20 International Business Machines Corporation System, method and computer program product for provisioning of resources and service environments
US7174379B2 (en) * 2001-08-03 2007-02-06 International Business Machines Corporation Managing server resources for hosted applications
US20070299638A1 (en) * 2006-06-23 2007-12-27 Asser Nasreldin Tantawi Method and system for dynamic performance modeling of computer application services
US7346401B2 (en) * 2004-05-25 2008-03-18 International Business Machines Corporation Systems and methods for providing constrained optimization using adaptive regulatory control
US7350186B2 (en) * 2003-03-10 2008-03-25 International Business Machines Corporation Methods and apparatus for managing computing deployment in presence of variable workload
US7401244B2 (en) * 2003-04-30 2008-07-15 International Business Machines Corporation Adaptive throttling system for computing systems
US20100005468A1 (en) * 2008-07-02 2010-01-07 International Business Machines Corporation Black-box performance control for high-volume throughput-centric systems

Patent Citations (13)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US4319320A (en) * 1978-05-24 1982-03-09 Hitachi, Ltd. System and method for adaptive control of process
US6069894A (en) * 1995-06-12 2000-05-30 Telefonaktiebolaget Lm Ericsson Enhancement of network operation and performance
US6901446B2 (en) * 2001-02-28 2005-05-31 Microsoft Corp. System and method for describing and automatically managing resources
US7174379B2 (en) * 2001-08-03 2007-02-06 International Business Machines Corporation Managing server resources for hosted applications
US7350186B2 (en) * 2003-03-10 2008-03-25 International Business Machines Corporation Methods and apparatus for managing computing deployment in presence of variable workload
US20040237064A1 (en) * 2003-04-02 2004-11-25 Microsoft Corporation Runtime hosting interfaces
US7401244B2 (en) * 2003-04-30 2008-07-15 International Business Machines Corporation Adaptive throttling system for computing systems
US20050005018A1 (en) * 2003-05-02 2005-01-06 Anindya Datta Method and apparatus for performing application virtualization
US20050198641A1 (en) * 2004-01-30 2005-09-08 Tamar Eilam Arbitration in a computing utility system
US7346401B2 (en) * 2004-05-25 2008-03-18 International Business Machines Corporation Systems and methods for providing constrained optimization using adaptive regulatory control
US20060159014A1 (en) * 2004-12-22 2006-07-20 International Business Machines Corporation System, method and computer program product for provisioning of resources and service environments
US20070299638A1 (en) * 2006-06-23 2007-12-27 Asser Nasreldin Tantawi Method and system for dynamic performance modeling of computer application services
US20100005468A1 (en) * 2008-07-02 2010-01-07 International Business Machines Corporation Black-box performance control for high-volume throughput-centric systems

Non-Patent Citations (20)

* Cited by examiner, † Cited by third party
Title
A Comprehensive Toolset for Workload Characterization, Performance Modeling, and Online ControlLi Zhang, Zhen Liu, Anton Riabov, Monty Schulman, Cathy Xia, and Fan ZhangPublished: 2003 *
A Hybrid Reinforcement Learning Approach to Autonomic Resource AllocationGerald Tesauro, Nicholas K. Jongt, Rajarshi Das, and Mohamed N. BennanitPublished: 2006 *
Adaptive Self-Configuration Architecture for J2EE-based Middleware SystemsYan Zhang, Wei Qu, and Anna LiuProceedings of the 39th Hawaii International Conference on System Sciences Published: 2006 *
An efficient method for on-line identification of steady stateSongling Cao and R. Russell RhinehartPublished: 1995 *
Applying Control Theory in the Real World: Experience With Building a Controller for the .NET Thread Pool Joseph L. Hellerstein, Vance Morrison, Eric EilebrechtPublished: 2010 *
Automated Provisioning of Back-end Databases in Shared Dynamic Content Server ClustersGokul SoundararajanPages i-v, and Chapters 1, 3, and 4Published: 2005 *
Automatically Tuning Database Server Multiprogramming LevelMohammed AbouzourChapter 1-3Published: 2007 *
Autonomic Provisioning of Backend Databases in Dynamic Content Web ServersJin Chen, Gokul Soundararajan, Cristiana AmzaIEEE International Conference on Autonomic Computing, 2006 (ICAC '06); pp 231-242 Published: June 2006 *
Configuring Resource Managers Using Model Fuzzing: A Case Study of the .NET Thread PoolJoseph L. HellersteinPublished: 2009 *
Exploiting Structure to Efficiently Solve Large Scale Partially Observable Markov Decision ProcessesPascal PoupartPages i-xii and 1-63Published: 2005 *
JBoss Datasource configurationMastertheboss.comPublished: 10/31/2008 *
JBoss Performance Tuning Part 2Mastertheboss.comPublished: 12/12/2008 *
Online Data Migration for Autonomic Provisioning of Databases in Dynamic Content Web ServersGokul Soundararajan and Cristiana AmzaPublished: 2005 *
Optimizing Concurrency Levels in the .NET ThreadPool: A Case Study of Controller Design and ImplementationJoseph L. Hellerstein, Vance Morrison, Eric EilebrechtPublished: 2008 *
Optimizing Quality of Service Using Fuzzy ControlYixin Diao, Joseph L. Hellerstein, and Sujay ParekhPublished: 2002 *
Performance and Scalability Measurement of COTS EJB TechnologyJenny Yan LiuPublished: 2002 *
Performance Control of Internet-based Engineering ApplicationsPaolo VercesiChapter 503/18/2008 *
Response Time Vs Throughput Vs ThreadsKarthic MuthuveluPublished: 03/20/2013 *
Software Architecture Design of an Autonomic SystemYan Zhang, Anna Liu, Wei QuPublished: 2004 *
The JBoss 4 Application Server Guide - JBoss AS 4.0.2 - Release 3JBoss inc.Sections: 2.7.2.2 and 7.3Published: 2005 *

Cited By (15)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US9058571B2 (en) 2007-08-31 2015-06-16 Red Hat, Inc. Tool for automated transformation of a business process definition into a web application package
US20090063225A1 (en) * 2007-08-31 2009-03-05 Tom Baeyens Tool for automated transformation of a business process definition into a web application package
US20090144729A1 (en) * 2007-11-30 2009-06-04 Alejandro Guizar Portable business process deployment model across different application servers
US9794138B2 (en) * 2010-05-14 2017-10-17 International Business Machines Corporation Computer system, method, and program
US20130103829A1 (en) * 2010-05-14 2013-04-25 International Business Machines Corporation Computer system, method, and program
US20120060172A1 (en) * 2010-09-03 2012-03-08 Ianywhere Solutions, Inc. Dynamically Tuning A Server Multiprogramming Level
US9152464B2 (en) * 2010-09-03 2015-10-06 Ianywhere Solutions, Inc. Adjusting a server multiprogramming level based on collected throughput values
US8392627B2 (en) 2011-04-25 2013-03-05 Microsoft Corporation Adaptive semaphore
US10489209B2 (en) * 2012-09-14 2019-11-26 International Business Machines Corporation Management of resources within a computing environment
US20180101410A1 (en) * 2012-09-14 2018-04-12 International Business Machines Corporation Management of resources within a computing environment
US9535759B2 (en) 2014-05-23 2017-01-03 Osr Open Systems Resources, Inc. Work queue thread balancing
CN104063283A (en) * 2014-06-09 2014-09-24 北京海泰方圆科技有限公司 Resource-scheduling method for resource manager
CN104331330A (en) * 2014-10-27 2015-02-04 华为技术有限公司 Resource pool generation method and device
US20180159735A1 (en) * 2016-12-02 2018-06-07 Hewlett Packard Enterprise Development Lp Managing hardware resources
CN109714407A (en) * 2018-12-19 2019-05-03 网易(杭州)网络有限公司 Server resource adjusting method and device, electronic equipment and storage medium

Also Published As

Publication number Publication date
US9875141B2 (en) 2018-01-23

Similar Documents

Publication Publication Date Title
US9875141B2 (en) Managing pools of dynamic resources
US11307939B2 (en) Low impact snapshot database protection in a micro-service environment
US10565104B2 (en) System and method to manage and share managed runtime memory for JAVA virtual machine
US8752055B2 (en) Method of managing resources within a set of processes
RU2569805C2 (en) Virtual non-uniform memory architecture for virtual machines
TWI604378B (en) Memory management model and interface for new applications
WO2017045576A1 (en) System and method for resource management
TWI539280B (en) Method for analyzing application not specifically designed to provide memory allocation informaion and extracting memory allocation information, and computer system and computer-readable storage medium thereof
US8677360B2 (en) Thread-related actions based on historical thread behaviors
AU2011213795A1 (en) Efficient cache reuse through application determined scheduling
US9798584B1 (en) Methods and apparatus for IO sizing based task throttling
WO2013097068A1 (en) Scheduling virtual central processing units of virtual machines among physical processing units
Lim et al. Zico: Efficient {GPU} memory sharing for concurrent {DNN} training
US20100036641A1 (en) System and method of estimating multi-tasking performance
US20210109795A1 (en) Latency-Aware Thread Scheduling
US8954969B2 (en) File system object node management
US20150089167A1 (en) Tracking ownership of memory in a data processing system through use of a memory monitor
CN101256484A (en) Method and equipment for determining to call at least one application program frequency
US9229716B2 (en) Time-based task priority boost management using boost register values
CN112445614A (en) Thread data storage management method, computer equipment and storage medium
US20230393898A1 (en) Pre-emptive scheduling of workloads to enable improved sharing of resources
US20210149726A1 (en) Scheduling device, scheduling system, scheduling method, and non-transitory computer-readable medium
US20170212790A1 (en) Computer processing system with resource optimization and associated methods
US11372649B2 (en) Flow control for multi-threaded access to contentious resource(s)
Chen et al. Speculative slot reservation: Enforcing service isolation for dependent data-parallel computations

Legal Events

Date Code Title Description
AS Assignment

Owner name: LAW AND CORPORATE AFFAIRS DEPARTMENT, MICROSOFT CO

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNORS:HELLERSTEIN, JOSEPH L.;EILEBRECHT, ERIC LYNN;MORRISON, VANCE;AND OTHERS;REEL/FRAME:021619/0687

Effective date: 20080929

AS Assignment

Owner name: MICROSOFT TECHNOLOGY LICENSING, LLC, WASHINGTON

Free format text: ASSIGNMENT OF ASSIGNORS INTEREST;ASSIGNOR:MICROSOFT CORPORATION;REEL/FRAME:034564/0001

Effective date: 20141014

STCF Information on status: patent grant

Free format text: PATENTED CASE

MAFP Maintenance fee payment

Free format text: PAYMENT OF MAINTENANCE FEE, 4TH YEAR, LARGE ENTITY (ORIGINAL EVENT CODE: M1551); ENTITY STATUS OF PATENT OWNER: LARGE ENTITY

Year of fee payment: 4