IP Library Granted Patent US 10,733,003
Granted Patent B2
US 10,733,003 · App. 15/342,645 · Granted Aug 4, 2020

Cost efficient and on-demand pool of running instances in a virtual machine environment

Inventors: Kunal Sanghavi (Pleasanton, CA); Vijaysenthil Veeriah (San Francisco, CA); Varun Gupta (Berkeley, CA); Edward David Harris (Lafayette, CA); Tyson Lutz (San Francisco, CA)
Assignee: salesforce.com, inc.
G06F9/45558G06F9/5077G06F9/5083G06F9/526G06F2009/4557
View Patent ↗
Loading inventors, assignments & file history…
Monitor This Case
Get email alerts when status or documents change.
Order Certified Copies
Most orders are placed with the USPTO same day — all within 24 business hours.
Order via The Patent Place →
Pre-filled with this patent's details
Quick Facts
Patent No.
US 10,733,003
App. No.
15/342,645
Granted
Aug 4, 2020
Kind
B2
Abstract

Pooled virtual machine load balancers are described. A system determines whether a number of virtual machine load balancers that are in a pool is less than a specified number. The system creates a calculated number of virtual machine load balancers for the pool if the number of virtual machine load balancers that are in the pool is less than the specified number, the calculated number being equal to the specified number minus the number of virtual machine load balancers that are in the pool. The system receives a request to create a virtual machine environment that requires at least one virtual machine load balancer. The system allocates a virtual machine load balancer from the pool to the virtual machine environment.

Claims (46)

1. An apparatus comprising:

one or more processors; and

a non-transitory computer readable medium storing a plurality of instructions, which when executed, cause the one or more processors to:

determine, by a producer component after applying a first lock to a pool, whether a number of virtual machine load balancers that are in the pool is less than a specified number of virtual machine load balancers required to be maintained in the pool;

create, by the producer component, a calculated number of virtual machine load balancers for the pool while the first lock is applied to the pool in response to a determination that the number of virtual machine load balancers that are in the pool is less than the specified number, the calculated number being equal to the specified number minus the number of virtual machine load balancers that are in the pool, wherein the application of the first lock by the producer component prevents other producer components from performing the determining and creating;

receive, by the system, a request from a requestor to create a virtual machine environment that requires at least one virtual machine load balancer; and

allocate, by a consumer component, a virtual machine load balancer from the pool to the virtual machine environment by returning a unique identifier of the virtual machine load balancer to the requestor while a second lock is applied to the pool by the consumer component, wherein the application of the second lock by the consumer component prevents the unique identifier from being read by other consumer components.

2. The apparatus of claim 1 , wherein the pool is implemented as a queue that uses one of a queue service and a database table.

3. The apparatus of claim 1 , wherein the first lock is released after creating the calculated number of virtual machine load balancers for the pool.

4. The apparatus of claim 1 , wherein the second lock is released from the pool after allocating the virtual machine load balancer from the pool to the virtual machine environment.

5. The apparatus of claim 1 , wherein allocating the virtual machine load balancer from the pool to the virtual machine environment comprises modifying a tag of the virtual machine load balancer from being available in the pool to being allocated for use.

6. The apparatus of claim 1 , comprising further instructions, which when executed, cause the one or more processors to:

determine, by the system, whether another virtual machine load balancer has been in the pool for more than a specific duration; and

stop, by the system, the other virtual machine load balancer in response to a determination that the other virtual machine load balancer has been in the pool for more than the specific duration.

7. The apparatus of claim 1 , comprising further instructions, which when executed, cause the one or more processors to:

determine, by the system, whether a tag of another virtual machine load balancer is inconsistent with a state of the other virtual machine load balancer; and

delete, by the system, the other virtual machine load balancer in response to a determination that the tag of the other virtual machine load balancer is inconsistent with the state of the other virtual machine load balancer.

8. A computer program product comprising a non-transitory computer-readable medium storing computer-readable program code to be executed by one or more processors when retrieved from the non-transitory computer-readable medium, the program code including instructions to:

determine, by a producer component after applying a first lock to a pool, whether a number of virtual machine load balancers that are in the pool is less than a specified number of virtual machine load balancers required to be maintained in the pool;

create, by the producer component, a calculated number of virtual machine load balancers for the pool while the first lock is applied to the pool in response to a determination that the number of virtual machine load balancers that are in the pool is less than the specified number, the calculated number being equal to the specified number minus the number of virtual machine load balancers that are in the pool, wherein the application of the first lock by the producer component prevents other producer components from performing the determining and creating;

receive, by the system, a request from a requestor to create a virtual machine environment that requires at least one virtual machine load balancer; and

allocate, by a consumer component, a virtual machine load balancer from the pool to the virtual machine environment by returning a unique identifier of the virtual machine load balancer to the requestor while a second lock is applied to the pool by the consumer component, wherein the application of the second lock by the consumer component prevents the unique identifier from being read by other consumer components.

9. The computer program product of claim 8 , wherein the pool is implemented as a queue that uses one of a queue service and a database table.

10. The computer program product of claim 8 , wherein the first lock is released after creating the calculated number of virtual machine load balancers for the pool.

11. The computer program product of claim 8 , wherein the read second lock is released from the pool after allocating the virtual machine load balancer from the pool to the virtual machine environment.

12. The computer program product of claim 8 , wherein allocating the virtual machine load balancer from the pool to the virtual machine environment comprises modifying a tag of the virtual machine load balancer from being available in the pool to being allocated for use.

13. The computer program product of claim 8 , wherein the program code comprises further instructions to:

determine, by the system, whether another virtual machine load balancer has been in the pool for more than a specific duration; and

stop, by the system, the other virtual machine load balancer in response to a determination that the other virtual machine load balancer has been in the pool for more than the specific duration.

14. The computer program product of claim 8 , wherein the program code comprises further instructions to:

determine, by the system, whether a tag of another virtual machine load balancer is inconsistent with a state of the other virtual machine load balancer; and

delete, by the system, the other virtual machine load balancer in response to a determination that the tag of the other virtual machine load balancer is inconsistent with the state of the other virtual machine load balancer.

15. A method comprising:

determining, by a producer component after applying a first lock to a pool, whether a number of virtual machine load balancers that are in the pool is less than a specified number of virtual machine load balancers required to be maintained in the pool;

creating, by the producer component, a calculated number of virtual machine load balancers for the pool while the first lock is applied to the pool in response to a determination that the number of virtual machine load balancers that are in the pool is less than the specified number, the calculated number being equal to the specified number minus the number of virtual machine load balancers that are in the pool, wherein the application of the first lock by the producer component prevents other producer components from performing the determining and creating;

receiving, by the system, a request from a requestor to create a virtual machine environment that requires at least one virtual machine load balancer; and

allocating, by a consumer component, a virtual machine load balancer from the pool to the virtual machine environment by returning a unique identifier of the virtual machine load balancer to the requestor while a second lock is applied to the pool by the consumer component, wherein the application of the second lock by the consumer component prevents the unique identifier from being read by other consumer components.

16. The method of claim 15 , wherein the pool is implemented as a queue that uses one of a queue service and a database table.

17. The method of claim 15 , wherein the first lock is released after creating the calculated number of virtual machine load balancers for the pool.

18. The method of claim 15 , wherein the second lock is released from the pool after allocating the virtual machine load balancer from the pool to the virtual machine environment, and wherein the allocating the virtual machine load balancer from the pool further comprises modifying a tag of the virtual machine load balancer from being available in the pool to being allocated for use.

19. The method of claim 15 , wherein the method further comprises:

determining, by the system, whether another virtual machine load balancer has been in the pool for more than a specific duration; and

stopping, by the system, the other virtual machine load balancer in response to a determination that the other virtual machine load balancer has been in the pool for more than the specific duration.

20. The method of claim 15 , wherein the method further comprises:

determining, by the system, whether a tag of another virtual machine load balancer is inconsistent with a state of the other virtual machine load balancer; and

deleting, by the system, the other virtual machine load balancer in response to a determination that the tag of the other virtual machine load balancer is inconsistent with the state of the other virtual machine load balancer.

Assignments (2)
CHANGE OF NAME Recorded Nov 21, 2024
From: SALESFORCE.COM, INC.
To: SALESFORCE, INC.
Reel/Frame 069431/0156 →
ASSIGNMENT OF ASSIGNOR'S INTEREST Recorded Nov 3, 2016
From: SANGHAVI, KUNAL; VEERIAH, VIJAYSENTHIL; GUPTA, VARUN; HARRIS, EDWARD DAVID; LUTZ, TYSON
To: SALESFORCE.COM, INC.
Reel/Frame 040215/0645 →
Continuity (1)
Related Publication 20180121225A1 · May 3, 2018