Information Technology Reference
In-Depth Information
Waiting_Queue = VM Requests are Put in Waiting Queue for Allocation on Private
Cloud When Its Resources become Available.
RESOURCE_MANAGER
(New_VM_Requestc+s)
{
PROCEDURE 1
If (New_VM_Requestc+s <= Availablec+s)
{
Then:
/*--------This Redirects New_VM_Requestc+s to Private_Cloud -----*/
Allocate NEW_VM Requestc+s on Private Cloud
Response.Redirect (Private_Cloud);
}
/*--- Rule Two will always ensure high priority Requests on Private server
PROCEDURE 2
If (New_VM_Requestc+s > Availablec+s &&
New_VM_Requestc+s =High_Priority_Request)
{
/*(For First 10milli-sec check low priority on private server) */
For Time 0 to 10ms
{
/* -- It Will free Space from Private Cloud Sever---*/
Check Low Priority Request on Private sever
}
If (Low Priority.Request.Count<0)
{
Put New _VM_ Requestc+s in Waiting_ Queue
Search WWH ::




Custom Search