About Features Downloads Getting Started Documentation Events Support GitHub

Love VuFind®? Consider becoming a financial supporter. Your support helps build a better VuFind®!

Site Tools


Warning: This page has not been updated in over over a year and may be outdated or deprecated.
administration:fault_tolerance_and_load_balancing

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
administration:fault_tolerance_and_load_balancing [2017/04/11 06:27] – [Load-Balancing] emaijalaadministration:fault_tolerance_and_load_balancing [2017/04/11 06:35] – [Required Software Components] emaijala
Line 110: Line 110:
      
 Now the ETag of a file will be identical on all servers as long as the modification time and file size are identical. Now the ETag of a file will be identical on all servers as long as the modification time and file size are identical.
 +
 +== Asset Pipeline and other shared files ==
 +
 +Load balancing and VuFind's asset pipeline are currently not compatible. The problem is that the request for which the assets were created could be served by a different server than the one the client requests them from. Without software modifications there are at least the following possibilities:
 +  * Use a shared disk for all the load-balanced servers. This might have performance and reliability implications.
 +  * Use sticky session in the load balancer. This has its own downsides like causing future requests from clients to go to the same server as before, which could cause imbalance between the servers especially when new ones are added.
 +
 +Note that the above issues also affect things like the cover cache, but since covers can always be recreated from the source, it does not cause actual issues with servicing the requests.
  
 == Additional Implementation Notes == == Additional Implementation Notes ==
administration/fault_tolerance_and_load_balancing.txt · Last modified: 2023/03/30 19:31 by cmurdoch