1. Field of Invention
The present invention relates generally to resource scheduling, and more particularly, to scheduling a resource fairly while preventing resource users from exceeding a maximum resource allotment.
2. Background of the Invention
A resource scheduler performs the function of allocating resources. Different resource types may use separate resource schedulers. Within each resource scheduler, each customer or user of the resource is treated as a separate “schedulable entity” with a separate scheduling queue and an individual quality of service guarantee. The scheduler selects requests for service from among the different queues, using a scheduling algorithm to ensure that each queue receives a at least the minimum level of service it was guaranteed. Different queues may have different minimum quality of service guarantees, and the resource requests from each queue are weighted by the quality of service guarantee. Weighting increases or decreases a schedulable entity's relative resource share.
The goal of the resource scheduler is twofold. First, the resource scheduler must try to ensure that each schedulable entity is allocated resources corresponding to at least the minimum quality of service resource level paid for by that schedulable entity. However, if extra resources are available, the resource scheduler must decide how to allocate the additional resources. Typical resource scheduling algorithms and methods are work-conserving. A work-conserving scheduler is idle only when there is no resource request to service. Additional resources will be divided up among the schedulable entities with outstanding requests, in proportion to each schedulable entity's weight. Customer requests are serviced if the resource is available, even if they exceed the schedulable entities' quality of service guarantees.
Thus, a work-conserving resource scheduler may often provide schedulable entities with service beyond the actual maximum quality of service paid for by the schedulable entity. Unfortunately, this behavior tends to create unrealistic expectations. For example, assume customers A and B both are sharing a resource. Customer A pays for 50% of the resources and customer B pays for 25%, and resource sharing is weighted between A and B to reflect these different allocations. In a work-conserving scheduler, customers with unsatisfied request get resource shares in proportion to their weights. Therefore, if both A and B request resources beyond their paid-for quality of service guarantee, one embodiment of a work-conserving scheduler will allocate two-thirds of the extra 25% of the resources to A, and the remaining one-third to B.
However, if a new customer C is added to further share the resource, and C pays for and receives 25% of the resources, the resources actually delivered to A and B will decrease. Although A and B will still receive the 50% and 25%, respectively, of resources that they paid for, A and B may both perceive a decrease in service. In order to avoid setting unrealistic customer expectations, it is preferable for the resource scheduler to prevent customers from receiving more resources than they have paid for, even if this allows resources to be idle during certain times. Such a preferred resource scheduler is non-work-conserving, and implements both minimum and maximum quality of service guarantees.
One existing method for preventing schedulable entities from exceeding their maximum allotted resources is to place a rate controller module into the system before the resource scheduler. The rate controller module receives resource requests from each different schedulable entity and separates them into individual “schedulable entity” queues. Each schedulable entity has a separate queue. Before a request is passed on to the scheduler, the rate controller module checks to determine if granting the request will exceed the schedulable entity's maximum resource allotment. If so, the rate controller module sets a timer to expire when the request may be granted without exceeding the schedulable entity's maximum allotment. Upon timer expiry, the rate controller module allows the request to be passed on to the scheduler, where it will be scheduled for service.
The implementation of the rate controller module requires a separate queue and timer for each schedulable entity, requiring a large amount of memory for storing the state of each timer and checking each timer to see if it has expired. The state space required scales linearly with the number of schedulable entities, and can become burdensome for large numbers of schedulable entities. As the number of resource users, each corresponding to a different schedulable entity, increases, the state space required to manage the scheduler and allocate resources properly increases rapidly.
Thus, it is desirable to provide a system and method for resource scheduling capable of limiting schedulable entities to a certain minimum and maximum resource allocation, without requiring the significant space required by a typical rate controller module. The system should also ensure that resources are shared fairly among the different schedulable entities.
The present invention schedules resource requests from a plurality of schedulable entities while limiting the maximum and minimum quality of service allocated to each schedulable entity. One embodiment of a scheduler in accordance with the present invention requires less memory to maintain state information than existing rate-controlling schedulers, and is thus more easily scalable to large numbers of users. The scheduler also schedules resources fairly among competing schedulable entities.
A resource scheduler uses a fair-share scheduling algorithm to select resource requests to service from multiple request queues, each associated with a schedulable entity. After a resource request is selected from a queue, a rate controller checks to ensure that servicing the request will not cause the associated user's maximum quality of service to be exceeded. If the maximum quality of service will not be exceeded, the request is serviced and the virtual time is incremented. If the maximum quality of service will be exceeded, the virtual time is still incremented, but the actual request is not serviced and remains pending.
The features and advantages described in the specification are not all-inclusive, and particularly, many additional features and advantages will be apparent to one of ordinary skill in the art in view of the drawings, specification, and claims hereof. Moreover, it should be noted that the language used in the specification has been principally selected for readability and instructional purposes, and may not have been selected to delineate or circumscribe the inventive subject matter, resort to the claims being necessary to determine such inventive subject matter.
The figures depict a preferred embodiment of the present invention for purposes of illustration only. One skilled in the art will readily recognize from the following discussion that alternative embodiments of the structures and methods illustrated herein may be employed without departing from the principles of the invention described herein.
Reference will now be made in detail to several embodiments of the present invention, examples of which are illustrated in the accompanying drawings. Wherever practicable, the same reference numbers will be used throughout the drawings to refer to the same or like parts. Before describing various embodiments of the present invention, some further background on scheduling methods is provided.
Any separately identifiable source of requests for a resource is referred to herein as a “schedulable entity.” As examples, a schedulable entity may represent a single individual, a group of individuals with some shared association, a computer or a set of computer programs associated with a resource. For example, a company A may contain two divisions Y and Z. If resource requests, such as requests for network bandwidth, are only identified as originating from company A, company A is a “schedulable entity,” and all resource requests from both division Y and division Z are included in the same scheduling queue. However, if company A network bandwidth requests may be separately identified and scheduled between division Y and division Z, then both Y and Z are schedulable entities. Separate qualities of service may be assigned to the different divisions, and requests from each division are placed into separate scheduling queues.
Different quality of service guarantees may be assigned to different types of resources for the same schedulable entity. Many different types of resources may be assigned quality of service guarantees, such as CPU time, memory access time, file access time, and networking resources. Other types of resources will be evident to one of skill in the art. For example, schedulable entity “Entity A” may have a CPU quality of service set to 50% of the physical computer's resources. Entity A may also be assigned only 40% of the physical resource's memory access time. In another embodiment a schedulable entity may have a single quality of service guarantee that applies to each type of resource. For example, Entity A may be assigned a minimum quality of service of 40%, and a maximum quality of service of 50% for all resources. In this case, Entity A will receive between 40 and 50% of all of the resources of the physical computer.
The quality of service assigned to each schedulable entity for each resource type is stored in a quality of service table or similar data structure. The quality of service is expressed as either a minimum and maximum percentage share of resources, or as a minimum and maximum quantity of a particular resource. In one embodiment, the minimum and maximum quality of service are equal, and a single quality of service value bounds the resources allocated to a particular schedulable entity. The present invention does not limit how quality of service parameters are set or selected for entities, and so any mechanism for managing quality of service may be used.
Fair-share scheduling algorithms are well known in the art, and numerous different variations exist. Fair-share scheduling algorithms partition a resource among multiple users such that each user is allocated a fair share of the resource. For purposes of example, the start-time fair queuing algorithm with virtual time scheduling will be discussed herein. However, it will be understood by one of skill in the art that numerous other fair-share scheduling algorithms may be used with the inventive techniques disclosed herein. For example, a round-robin, a deficit round-robin, or a self-clocked fair queuing algorithm may be used.
Certain fair-share scheduling algorithms use various methods to emulate the idealized scheduling discipline of generalized processor sharing (GPS). In GPS, each schedulable entity has a separate queue. The scheduler serves each non-empty queue by servicing an infinitesimally small amount of data from each queue in turn. Each queue may be associated with a service weight, and the queue receives service in proportion to this weight. Weighted fair queuing algorithms simulate the properties of GPS by calculating the time at which a request would receive service under GPS, and then servicing requests in order of these calculated service times. The start-time fair queuing algorithm is a variation of weighted fair queuing.
A virtual time may be used in fair-share scheduling algorithms. A virtual time scheduler increments a virtual time variable. A start and finish tag is calculated for each incoming resource request, and requests are serviced in order of their tags. The is equal to the current request's start tag number, and increments as additional start tags are calculated. A virtual time scheduler simulates time-division multiplexing of requests in much the same way as weighted fair queuing algorithms simulate the properties of GPS. Virtual time scheduling, weighted fair queuing, and the start-time fair queuing algorithm are discussed in “An Engineering Approach to Computer Networking” by S. Keshav, pp. 209-263, (Addison-Wesley Professional Computing Series) (1997), and “Start-time Fair Queuing: A Scheduling Algorithm for Integrated Services Packet Switching Networks” by Pawan Goyal, Harrick M. Vin, and Haichen Cheng, IEEE/ACM Transactions on Networking, Vol. 5, No. 5, pp. 690-704 (October 1997), the subject matter of both of which are hereby incorporated in their entirety.
The start-time fair queuing algorithm is used with virtual time scheduling in the following manner. Incoming resource requests are placed in separate queues within a resource scheduler, with each queue holding the requests from a particular schedulable entity. Each resource request is tagged with both a start number (SN) and a finish number (FN) tag as it reaches the head of its respective queue, and requests are serviced in order of increasing start numbers. The start and finish number tags are calculated for each request k from a schedulable entity i, where i represents the queue in which the request k has been placed. The start and finish number tags are calculated using the virtual time V(t), the weight given to each schedulable entity Φ(i) (if weighting is being implemented) and the resource duration D(i, k, t) for which each request is scheduled.
The virtual time V(t) is initially zero. When the resource scheduler is busy, the virtual time at time t is defined to be equal to the start tag of the request in service at time t. At the end of a busy period, the virtual time is set to the maximum finish tag assigned to any resource request that has been serviced.
The start number tag SN of a request k arriving at an inactive queue i (one that does not currently contain previous pending requests by the queue's schedulable entity) is set to the maximum of either the current virtual time V(t) or the finish number FN of the previous request (k−1) pending in the queue:
SN(i,k,t)=max[V(t),FN(i,k−1,t)] (1)
The finish number tag FN of a request k is the sum of the start number SN of the request and its request duration D(i, k, t) divided by its weight Φ(i):
FN(i,k,t)=SN(i,k,t)+D(i,k,t)/Φ(i) (2)
The weight Φ(i) for each schedulable entity corresponds to the minimum quality of service assigned to that schedulable entity. Schedulable entities are provided with resources in proportion to their weights, and thus a schedulable entity with a minimum quality of service guarantee of 40% of a resource receives proportionally more resources than another schedulable entity with a minimum quality of service guarantee of 20% of a resource. As shown in Eq. 2, as Φ(i) increases towards 1 (100% of the resources available), the amount D(i,k,t)/Φ(i) added to the SN decreases, and thus the finish number FN tag is lower for the current request (k−1). As shown in Eq. 1, a lower finish number FN tag on the current request (k−1) causes the next request k to have a lower start number SN tag. A lower SN tag means that the next request k is serviced more quickly. Thus increasing the weight of a particular queue increases the frequency at which requests are serviced from the queue.
In one embodiment, each schedulable entity queue i has an individually assigned minimum quality of service, and thus each schedulable entity is allotted a different proportion of the overall resources. In another embodiment, all of the schedulable entities are allocated the same minimum quality of service guarantee, and weights are not implemented.
The request duration D for which a resource request is scheduled is specific to the type of resource being requested and the particular scheduling system implementation. Request duration D determines the granularity of resource scheduling. For example, assume a process P requires a duration of 100 seconds of CPU time. Scheduling process P continuously for 100 seconds would mean that all other processes would starve for 100 seconds, an undesirable result. Instead, process P will typically be scheduled for a shorter upper bound duration Dmax, such as 20 seconds. After 20 seconds, process P is preempted and another process is scheduled. If the original duration D requested is shorter than the upper bound duration Dmax, the entire requested duration D will be serviced. Additionally, the process may block on I/O earlier than the upper bound duration on CPU time.
Various embodiments of the present invention will next be discussed.
Scheduler 100 selects resource requests for service using a fair-share scheduling algorithm. Scheduler 100 additionally prevents a selected resource request from being serviced if the maximum quality of service assigned to the schedulable entity that made the resource request would thereby be exceeded. Scheduler 100 implements rate control over the maximum quality of service in a manner that preserves the fairness properties of the scheduling algorithm. Scheduler 100 further implements rate control in a manner that reduces the memory required to store state variables as compared to prior-art methods. Scheduler 100 may be implemented as part of the operating system of a computer.
Different quality of service guarantees are implemented by allocating different amounts of the scheduled resource to servicing each of the schedulable entities. Resources may be allocated to different schedulable entities as a percentage of a particular resource, for example, allocating 50% of the resource to schedulable entity A and 25% to schedulable entity B. Resources may also be allocated as a particular number of units of a resource, for example, the operating system may be instructed to allocate x seconds of memory access to schedulable entity A and y seconds of memory access to schedulable entity B.
Each schedulable entity has an assigned minimum and maximum quality of service guarantee for the resource being scheduled. The minimum guarantee represents the minimum amount of a particular resource the schedulable entity should receive. The maximum guarantee represents the maximum amount of a particular resource the schedulable entity should receive, and this maximum will be enforced even if the resource will become idle. In one embodiment, the minimum and maximum quality of service guarantees are equal. In another embodiment, the maximum quality of service exceeds the minimum quality of service, for example, schedulable entity A is guaranteed at least 20% of the resource, but at no time will entity A receive more than 30% of the resource.
Scheduler 100 receives incoming resource requests 110 from a group of schedulable entities who share the resource being scheduled. The incoming requests 110 are sorted 112 into separate queues, with each queue holding the pending requests for a single schedulable entity. Three queues 130, 140 and 150 are shown in FIG. 1. Queue 130 holds two pending resource requests 132A and 132B. Queue 140 holds three pending resource requests 142A, 142B, and 142C. Queue 150 holds one pending resource request 152A. It will be evident to one of skill in the art that additional queues may be added to the scheduler 100 if additional schedulable entities are to share the resource being scheduled.
Requests 132A, 142A and 152A reside in the head of queues 130, 140, and 150, respectively. As resource requests are serviced, they leave the head of the queue, and requests remaining in the queue move up in the queue. The fair-share selector 180 selects 114 resource requests for service from the head of each queue based upon a fair-share scheduling algorithm, which ensures that each schedulable entity receives its minimum quality of service. Each resource request is assigned a start number tag SN and finish number tag FN (Eqs. 1 and 2) as it reaches the head of its respective queue. Selector 180 selects the next resource request to service as the one with the lowest SN tag. The fair-share selector 180 will not allocate service time to an empty queue.
If the schedulable entities have equal minimum quality of service guarantees (equal weights), the fair-share scheduling algorithm apportions resources equally among the schedulable entities. If the minimum quality of service guarantees for the schedulable entities differ, each schedulable entity has a weight (i) that is incorporated into the fair-share scheduling algorithm, as shown in Eq. 2. The weight Φ(i) thus influences the tags assigned to each resource request and the resulting selection order of requests.
In the following example, it will be assumed that the scheduler 100 uses the start-time fair queuing algorithm with a virtual clock tracking the virtual time V(t). Selector 180 also limits each selected request to a pre-determined maximum duration Dmax, thereby limiting the amount of resource time allocated to any single request.
As resource requests enter the head of each queue, the scheduler 100 assigns each request a start number tag SN using Eq. 1, and a finish number tag FN using Eq. 2. Selector 180 selects 114 requests for service based upon their start number SN order, with the lowest SN selected first. Ties are broken arbitrarily. Each request includes a request duration Drequest. The request will be scheduled for service for a duration D=Drequest; however, if Drequest is greater than the scheduler 100's pre-determined upper bound duration Dmax, the selector 180 will only permit Dmax of the request to be selected for service:
D=min (Drequest, Dmax) (3)
If Drequest>Dmax, the remainder of the request (Dremainder=Drequest−Dmax) will be returned to the head of its queue, and a new start number and finish number tag will be calculated for the remainder of the request.
The virtual time V(t) is related to the current request's start number SN. Each time that the selector 180 selects 114 a request for service with a new start number tag SN, this advances the virtual time V(t) of the scheduler 100. As shown in Eq. 1, this calculation of SN depends on the finish number FN calculation given in Eq. 2. A component of the FN calculation is the request duration D(i,k,t), and thus the request duration also influences the virtual time V(t).
Once a request has been selected 114 for service, it is checked 116 by the rate controller for its respective queue. Queue 130 has a rate controller 136, queue 140 has a rate controller 146, and queue 150 has a rate controller 156. Each rate controller checks to determine whether the selected request is eligible for service, i.e. whether servicing the selected request will exceed the maximum quality of service guarantee for the associated queue's schedulable entity. Techniques for determining whether satisfying the current selected request would result in the request's schedulable entity exceeding its pre-specified maximum quality of service are well known in the art. Rate controlled schedulers are discussed in “An Engineering Approach to Computer Networking” by S. Keshav, pp. 248-252, (Addison-Wesley Professional Computing Series) (1997), the subject matter of which is herein incorporated by reference in its entirety.
If servicing the request would exceed the maximum quality of service guarantee, the request is not eligible for service and the rate controller leaves the request pending at the head of its respective queue. However, the rate controller will send a dummy request to be serviced 120 that is scheduled for a zero time duration D, thereby updating the virtual time. The SN and FN tags for the request left pending at the head of the non-eligible queue will thus be recalculated as if the request had just arrived at the head of the queue. This SN and FN tag recalculation occurs both for requests that are not eligible for service, and for request remainders as discussed previously.
If the rate controller determines that the request is eligible for service, the request is removed 118 from its queue. The request is then serviced 120, meaning that the request is allowed to consume the resource being scheduled for a duration D.
Scheduler 100 employs rate controllers 136, 146 and 156 to ensure that each schedulable entity does not exceed its maximum quality of service guarantee. The rate controllers do not require a separate set of rate controller queues, nor does each rate controller require a separate timer. Thus, the rate controllers require less memory for state variable storage as compared to prior-art rate control mechanisms.
The scheduler reviews 200 the SN tags for the head-of-queue requests (132A, 142A, and 152A). The scheduler selects 210 the resource request with the smallest or “next” SN tag (132A). In one embodiment, ties are broken arbitrarily. In another embodiment, the system administrator specifies an order for resolving tag number ties. The scheduler then determines 215 the duration D to allot to the selected resource request. In this example, since Drequest>Dmax (50 seconds>20 seconds), the request 132A will only be granted Dmax (20 seconds) of CPU time.
The rate controller (136) associated with the queue of the selected request (132A) is called 220. The rate controller determines 230 whether servicing the selected request will exceed the maximum quality of service guarantee allocated to the request's schedulable entity. If the maximum quality of service will be exceeded, the scheduler sends a dummy request 250 for servicing, thereby simulating servicing the request within the fair-share scheduling algorithm controlling the request selection process. The virtual time V(t) then advances to the SN tag of the next request, just as if the request 132A had actually been serviced. If the maximum quality of service will not be exceeded, the resource request is actually serviced 240.
The scheduler then calculates 260 new tags as needed. If the entire requested duration Drequest of the selected request (132A) was serviced 240, resource request 132B moves to the head of queue 130 and a new SN and FN tag is assigned to request 132B. However, if the entire request or part of the request (132A) was not serviced and is still pending, new tags are calculated for the portion of request 132A that was not serviced. In this example, 30 seconds of original request 132A remain to be serviced. The remainder of request 132A with an updated duration Drequest of 30 seconds remains pending in the queue 130. New SN and FN tags are calculated for the remainder of request 132A, and request 132B remains back in the queue 130.
The scheduler then returns to step 200 and reviews the head-of-queue SN tags to select the next request for service.
The fair-share scheduling system and method described in
A hierarchical fair-share scheduler may be used, for example, if a particular parent schedulable entity wishes to allocate a certain percentage of the parent's total resources to a first child schedulable entity, and allocate the remainder to a second schedulable entity. For example, assume Company A requests that a minimum of 40% of the resources of a particular CPU be guaranteed for the Company A, and Company A is prohibited from using more than 45% of the resources. Company A also wishes to ensure that its Division X receives at least 60% of the Company A CPU resources, and that its Division Y receives the remainder of the resources.
The hierarchical resource scheduler will constrain Company A to using between 40 and 45% of the available resources of the shared CPU, using a weighted fair-share queuing algorithm and rate controllers as described in
Initial resource requests 310 are separated by child schedulable entity and placed into their corresponding child queues 330 or 340. Child schedulers 301A and 301B assign start and finish number tags to requests in the heads of their respective queues. Each child scheduler 301 maintains a separate set of tags, and the parent scheduler 302 also maintains a separate set of tags. Consequently, each scheduler has a separate virtual time clock. Selector 326A selects resource requests for service from requests at the head of queues 330A and 330B using a fair-share scheduling algorithm. Selector 326B also selects resource requests for service from requests at the head of queues 340A, 340B and 340C using a fair-share scheduling algorithm.
In one embodiment, each child queue is assigned a weight Φ(i) increasing or decreasing the queue's relative resource share. Each child queue also has an associated rate controller that limits the maximum resource share that that child queue may obtain. Child queue 330A has a rate controller 336A; child queue 330B has a rate controller 336B; child queue 340A has a rate controller 346A; child queue 340B has a rate controller 346B; and child queue 340C has a rate controller 346C. When a request from the head of a child queue is selected for service, the associated rate controller determines if servicing the request will exceed the maximum quality of service allocated to the child queue. If the maximum quality of service will be exceeded, a dummy request for zero resources is sent for service as a placeholder, and the request remains pending in the head of its child queue. Start and finish number tags are updated as described previously, thereby incrementing the virtual time for the scheduler.
Requests (including dummy requests) selected for service by selector 326A that are not blocked by their respective rate controllers are output 320A into queue 380A of scheduler 302.
Similarly, requests selected for service by selector 326B that are not blocked by their respective rate controllers are output 320B into queue 380B of scheduler 302. Scheduler 302 assigns new start and finish number tags to requests in queues 380A and 380B, thereby incrementing the virtual time for the parent scheduler 302. A selector 328 uses a fair-share scheduling algorithm to select requests for service from the heads of queues 380A and 380B. Queue 380A has an associated rate controller 386A, and queue 380B has an associated rate controller 386B. Scheduler 302 uses the method described in
In the embodiment shown in
The resource scheduling method of the present invention is suitable for use in scheduling the resources of “virtual servers.” It is desirable for an ISP to provide multiple server applications on a single physical host computer, in order to allow multiple customers to use a single host computer. If a different customer is associated with each server application, or “virtual server”, the ISP will implement a method of sharing resources between customers. Additionally, it is desirable to be able to constrain virtual server customers to a minimum and maximum quality of service guarantee. This allows customers to be limited to a certain amount of the resources of the physical host computer.
The resource scheduler of the present invention may be used in the context of virtual servers to schedule some or all of the physical host computer resources. Each virtual server corresponds to a separate schedulable entity. Each virtual server is assigned a maximum and minimum quality of service guarantee. In another embodiment, separate maximum and minimum quality of service guarantees may be assigned to different resources used by the same virtual server. Requests for resources from each virtual server are serviced according to the resource scheduling method of the present invention.
Although the invention has been described in considerable detail with reference to certain embodiments, other embodiments are possible. As will be understood by those of skill in the art, the invention may be embodied in other specific forms without departing from the essential characteristics thereof. For example, different fair-share algorithms may be implemented in the resource request scheduler. Additionally, a weighted fair-share or hierarchical weighted fair-share algorithm implementation may be used in the resource request scheduler. Accordingly, the present invention is intended to embrace all such alternatives, modifications and variations as fall within the spirit and scope of the appended claims and equivalents.
Number | Name | Date | Kind |
---|---|---|---|
3377624 | Nelson et al. | Apr 1968 | A |
4177510 | Appell et al. | Dec 1979 | A |
5189667 | Esaki et al. | Feb 1993 | A |
5212793 | Donica et al. | May 1993 | A |
5226160 | Waldron et al. | Jul 1993 | A |
5249290 | Heizer | Sep 1993 | A |
5263147 | Francisco et al. | Nov 1993 | A |
5325530 | Mohrmann | Jun 1994 | A |
5437032 | Wolf et al. | Jul 1995 | A |
5528753 | Fortin | Jun 1996 | A |
5572680 | Ikeda et al. | Nov 1996 | A |
5584023 | Hsu | Dec 1996 | A |
5603020 | Hashimoto et al. | Feb 1997 | A |
5623492 | Teraslinna | Apr 1997 | A |
5636371 | Yu | Jun 1997 | A |
5640595 | Baugher et al. | Jun 1997 | A |
5692047 | McManis | Nov 1997 | A |
5706097 | Schelling et al. | Jan 1998 | A |
5706453 | Cheng et al. | Jan 1998 | A |
5708774 | Boden | Jan 1998 | A |
5719854 | Choudhury et al. | Feb 1998 | A |
5727203 | Hapner et al. | Mar 1998 | A |
5748614 | Wallmeier | May 1998 | A |
5752003 | Hart | May 1998 | A |
5761477 | Wahbe et al. | Jun 1998 | A |
5764889 | Ault et al. | Jun 1998 | A |
5781550 | Templin et al. | Jul 1998 | A |
5799173 | Gossler et al. | Aug 1998 | A |
5809527 | Cooper et al. | Sep 1998 | A |
5828893 | Weid et al. | Oct 1998 | A |
5838686 | Ozkan | Nov 1998 | A |
5838916 | Domenikos et al. | Nov 1998 | A |
5842002 | Schnurer et al. | Nov 1998 | A |
5845129 | Wendorf et al. | Dec 1998 | A |
5850399 | Ganmukhi et al. | Dec 1998 | A |
5860004 | Fowlow et al. | Jan 1999 | A |
5864683 | Boebert et al. | Jan 1999 | A |
5889956 | Hauser et al. | Mar 1999 | A |
5889996 | Adams | Mar 1999 | A |
5892968 | Iwasaki et al. | Apr 1999 | A |
5905730 | Yang et al. | May 1999 | A |
5905859 | Holloway et al. | May 1999 | A |
5913024 | Green et al. | Jun 1999 | A |
5915085 | Koved | Jun 1999 | A |
5915095 | Miskowiec | Jun 1999 | A |
5918018 | Gooderum et al. | Jun 1999 | A |
5920699 | Bare | Jul 1999 | A |
5933603 | Vahalia et al. | Aug 1999 | A |
5937159 | Meyers et al. | Aug 1999 | A |
5956481 | Walsh et al. | Sep 1999 | A |
5978373 | Hoff et al. | Nov 1999 | A |
5982748 | Yin et al. | Nov 1999 | A |
5987524 | Yoshida et al. | Nov 1999 | A |
5991812 | Srinivasan | Nov 1999 | A |
5999963 | Bruno et al. | Dec 1999 | A |
6016318 | Tomoike | Jan 2000 | A |
6018527 | Yin et al. | Jan 2000 | A |
6023721 | Cummings | Feb 2000 | A |
6038608 | Katsumata | Mar 2000 | A |
6038609 | Geulen | Mar 2000 | A |
6047325 | Jain et al. | Apr 2000 | A |
6055617 | Kingsbury | Apr 2000 | A |
6061349 | Coile et al. | May 2000 | A |
6065118 | Bull et al. | May 2000 | A |
6075791 | Chiussi et al. | Jun 2000 | A |
6075938 | Bugnion et al. | Jun 2000 | A |
6078929 | Rao | Jun 2000 | A |
6078957 | Adelman et al. | Jun 2000 | A |
6086623 | Broome et al. | Jul 2000 | A |
6092178 | Jindal et al. | Jul 2000 | A |
6094674 | Hattori et al. | Jul 2000 | A |
6101543 | Alden et al. | Aug 2000 | A |
6108701 | Davies et al. | Aug 2000 | A |
6108759 | Orcutt et al. | Aug 2000 | A |
6122673 | Basak et al. | Sep 2000 | A |
6154776 | Martin | Nov 2000 | A |
6154778 | Koistinen et al. | Nov 2000 | A |
6161139 | Win et al. | Dec 2000 | A |
6167520 | Touboul | Dec 2000 | A |
6172981 | Cox et al. | Jan 2001 | B1 |
6189046 | Moore et al. | Feb 2001 | B1 |
6192389 | Ault et al. | Feb 2001 | B1 |
6192512 | Chess | Feb 2001 | B1 |
6230203 | Koperda et al. | May 2001 | B1 |
6240463 | Benmohamed et al. | May 2001 | B1 |
6247057 | Barrera | Jun 2001 | B1 |
6259699 | Opalka et al. | Jul 2001 | B1 |
6266678 | McDevitt et al. | Jul 2001 | B1 |
6269404 | Hart et al. | Jul 2001 | B1 |
6279039 | Bhat et al. | Aug 2001 | B1 |
6279040 | Ma et al. | Aug 2001 | B1 |
6282581 | Moore et al. | Aug 2001 | B1 |
6282703 | Meth et al. | Aug 2001 | B1 |
6286047 | Ramanathan et al. | Sep 2001 | B1 |
6298479 | Chessin et al. | Oct 2001 | B1 |
6314558 | Angel et al. | Nov 2001 | B1 |
6327622 | Jindal et al. | Dec 2001 | B1 |
6336138 | Caswell et al. | Jan 2002 | B1 |
6351775 | Yu | Feb 2002 | B1 |
6353616 | Elwalid et al. | Mar 2002 | B1 |
6363053 | Schuster et al. | Mar 2002 | B1 |
6370583 | Fishler et al. | Apr 2002 | B1 |
6381228 | Prieto et al. | Apr 2002 | B1 |
6385638 | Baker-Harvey | May 2002 | B1 |
6389448 | Primak et al. | May 2002 | B1 |
6393484 | Massarani | May 2002 | B1 |
6425003 | Herzog et al. | Jul 2002 | B1 |
6430622 | Aiken, Jr. et al. | Aug 2002 | B1 |
6434631 | Bruno et al. | Aug 2002 | B1 |
6434742 | Koepele, Jr. | Aug 2002 | B1 |
6438134 | Chow et al. | Aug 2002 | B1 |
6442164 | Wu | Aug 2002 | B1 |
6457008 | Rhee et al. | Sep 2002 | B1 |
6463459 | Orr et al. | Oct 2002 | B1 |
6470398 | Zargham et al. | Oct 2002 | B1 |
6487578 | Ranganathan | Nov 2002 | B2 |
6487663 | Jaisimha et al. | Nov 2002 | B1 |
6490670 | Collins et al. | Dec 2002 | B1 |
6499137 | Hunt | Dec 2002 | B1 |
6529950 | Lumelsky et al. | Mar 2003 | B1 |
6542167 | Darlet et al. | Apr 2003 | B1 |
6553413 | Leighton et al. | Apr 2003 | B1 |
6578055 | Hutchison et al. | Jun 2003 | B1 |
6578068 | Bowman-Amuah | Jun 2003 | B1 |
6580721 | Beshai | Jun 2003 | B1 |
6658571 | O'Brien et al. | Dec 2003 | B1 |
6691312 | Sen et al. | Feb 2004 | B1 |
20030061338 | Stelliga | Mar 2003 | A1 |
Number | Date | Country |
---|---|---|
WO 9939261 | Aug 1999 | WO |