Queues Example
This section illustrates the interaction of Allocator with FlexNet Publisher. The setup consists of two Accelerator installations, one in Santa Clara, California, and one in Bangalore, India. We use the Allocator product to allocate resources among the two sites.
License:lic_sim
. Upon
querying Monitor, Allocator learns that
we currently have a license to run up to 7 concurrent jobs using this resource.
Under idle conditions, this license is distributed to the two Accelerator sites as per the specified default weights for the sites.
# Fragment of vovlad/config.tcl
LA::AddSite vncsc@santaclara "SC" {
} -port 6229 -version 2016.09 -defaultweight 50
LA::AddSite vncblr@bangalore "BL" {
} -port 6335 -version 2016.09 -defaultweight 20


Now Bangalore also requests to use the same resource. The system therefore wants to send 2 licenses back to Bangalore. This is done incrementally: as the jobs in Santa Clara complete, the license is moved to Bangalore.



By navigating the browser interface, we can view the historical plots for the utilization, unmet demand (queued), and allocation for this resource, say for the past 4 hours.