Didn't find what you were looking for?

Email questions or documentation suggestions to info@projectreshare.org.

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

ReShare uses a load balancing process to determine the order of suppliers in the rota for a given request. At this time, the load balancing process is only used with ReShare’s Shared Inventory integration, but it may be extended to other shared index integrations in the future.

Load balancing approach

ReShare uses a ratio-based approach to load balancing. This approach allows each library to define its goal loan to borrow ratio. When libraries are considered as suppliers, ReShare assigns a load balancing score by comparing the library’s goal ratio to its current breakdown of loans.

Scores are calculated dynamically with each new request, and are always based on the number of current, active requests. A library’s score will fluctuate as new requests are placed and existing requests are closed.

The load balancing score is calculated as follows:

  1. Calculate the target number of lending requests by applying the desired ratio to the number of current borrowing requests.

  2. Calculate the load balancing score by subtracting target lending from actual lending.

A positive load balancing score indicates that the library has not reached its target, and it will be assigned a higher place in the rota.

A negative load balancing score indicates that the library has already loaned more than its target, so it will be assigned a lower place in the rota.

Load balancing examples

Example 1: In this example, the library has not lent as many items as it might, based on the goal ratio. It receives a load balancing score of 4 – in other words, it needs to lend 4 more items to reach the target ratio.

Example 2: In this example, the library has has lent more items than required according to its goal ratio. It receives a load balancing score of -12, meaning that it is 12 loans ahead of the target ratio. It would be ranked below the supplier with a positive score in the example above.

Configuring goal loan-to-borrow ratio

Each library can define its own loan-to-borrow ratio using the Directory app. By default, the goal ratio will be 1:1 unless changed.

To change the loan-to-borrow ratio:

  1. Navigate to the Directory app.

  2. Open your library’s institution-level directory entry. This will be the entry with a type of “Institution.”

  3. Choose Actions>Edit.

  4. Open the Custom properties accordion and scroll to the bottom of the page to view the “ILL loan to borrow ratio” field.

  5. Enter a loan to borrow ratio in the format: x:x.

  6. Click “Update directory entry” to save.

  • No labels