IP Library Granted Patent US 10,423,461
Granted Patent B2
US 10,423,461 · App. 15/342,705 · Granted Sep 24, 2019

Single table multiple thread-safe resource pools

Inventors: Kunal Sanghavi (Pleasanton, CA); Vijaysenthil Veeriah (San Francisco, CA); Varun Gupta (Berkeley, CA)
Assignee: salesforce.com, inc.
G06F9/5077G06F2209/503G06F2209/5011
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,423,461
App. No.
15/342,705
Granted
Sep 24, 2019
Kind
B2
Abstract

Pooled virtual machine resources are described. A system determines whether a number of virtual machine resources that are in a pool is less than a specified number. The system creates a calculated number of virtual machine resources for the pool if the number of virtual machine resources 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 resources that are in the pool. The system receives a request to create a virtual machine environment that requires at least one virtual machine resource. The system allocates a virtual machine resource 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 system, whether a number of virtual machine resources available in a pool is less than a specified number;

create, by the system, a calculated number of virtual machine resources for the pool in response to a determination that the number of virtual machine resources 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 resources that are in the pool;

receive, by the system, a request to create a virtual machine environment that requires at least one virtual machine resource; and

allocate, by the system, a virtual machine resource from the pool to the virtual machine environment.

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 creating the calculated number of virtual machine resources for the pool comprises applying a write lock to the pool prior to creating the calculated number of virtual machine resources for the pool, and releasing the write lock from the pool after creating the calculated number of virtual machine resources for the pool.

4. The apparatus of claim 1 , wherein allocating the virtual machine resource from the pool to the virtual machine environment comprises applying a read lock to the pool prior to allocating the virtual machine resource from the pool to the virtual machine environment, and releasing the read lock from the pool after allocating the virtual machine resource from the pool to the virtual machine environment.

5. The apparatus of claim 1 , wherein allocating the virtual machine resource from the pool to the virtual machine environment comprises modifying a tag of the virtual machine resource 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 resource has been in the pool for more than a specific duration; and

stop, by the system, the other virtual machine resource in response to a determination that the other virtual machine resource 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 resource is inconsistent with a state of the other virtual machine resource; and

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

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

determine, by a system, whether a number of virtual machine resources available in a pool is less than a specified number;

create, by the system, a calculated number of virtual machine resources for the pool in response to a determination that the number of virtual machine resources 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 resources that are in the pool;

receive, by the system, a request to create a virtual machine environment that requires at least one virtual machine resource; and

allocate, by the system, a virtual machine resource from the pool to the virtual machine environment.

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 creating the calculated number of virtual machine resources for the pool comprises applying a write lock to the pool prior to creating the calculated number of virtual machine resources for the pool, and releasing the write lock from the pool after creating the calculated number of virtual machine resources for the pool.

11. The computer program product of claim 8 , wherein allocating the virtual machine resource from the pool to the virtual machine environment comprises applying a read lock to the pool prior to allocating the virtual machine resource from the pool to the virtual machine environment, and releasing the read lock from the pool after allocating the virtual machine resource from the pool to the virtual machine environment.

12. The computer program product of claim 8 , wherein allocating the virtual machine resource from the pool to the virtual machine environment comprises modifying a tag of the virtual machine resource 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 resource has been in the pool for more than a specific duration; and

stop, by the system, the other virtual machine resource in response to a determination that the other virtual machine resource 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 resource is inconsistent with a state of the other virtual machine resource; and

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

15. A method comprising:

determining, by a system, whether a number of virtual machine resources available in a pool is less than a specified number;

creating, by the system, a calculated number of virtual machine resources for the pool in response to a determination that the number of virtual machine resources 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 resources that are in the pool;

receiving, by the system, a request to create a virtual machine environment that requires at least one virtual machine resource; and

allocating, by the system, a virtual machine resource from the pool to the virtual machine environment.

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 creating the calculated number of virtual machine resources for the pool comprises applying a write lock to the pool prior to creating the calculated number of virtual machine resources for the pool, and releasing the write lock from the pool after creating the calculated number of virtual machine resources for the pool.

18. The method of claim 15 , wherein allocating the virtual machine resource from the pool to the virtual machine environment comprises applying a read lock to the pool prior to allocating the virtual machine resource from the pool to the virtual machine environment, releasing the read lock from the pool after allocating the virtual machine resource from the pool to the virtual machine environment, and modifying a tag of the virtual machine resource 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 resource has been in the pool for more than a specific duration; and

stopping, by the system, the other virtual machine resource in response to a determination that the other virtual machine resource 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 resource is inconsistent with a state of the other virtual machine resource; and

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

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
To: SALESFORCE.COM, INC.
Reel/Frame 040216/0063 →
Continuity (1)
Related Publication 20180121249A1 · May 3, 2018