Changes between Version 6 and Version 7 of LoadBalanceable


Ignore:
Timestamp:
Mar 22, 2012, 1:45:48 PM (12 years ago)
Author:
heikki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • LoadBalanceable

    v6 v7  
    2929== Motivations ==
    3030
    31  * Various users of GeoNetwork would like to be able to scale it horizontally to provide for increased performance.
     31 * Various users of GeoNetwork would like to be able to scale it horizontally to provide for increased performance and fail-over.
    3232
    3333== Proposal ==
    34 This proposal assumes an infrastructure where multiple GeoNetwork nodes act as a single catalog. The nodes will share one database (this may be scaled separately but is not in scope of this proposal). Each node maintains its own local Lucene index and, if configured, SVN. This proposal does not address making GeoNetwork's HTTPSession serializable; therefore load-balancing using sticky sessions is presumed, and there is no support for transparent fail-over.
     34This proposal assumes an infrastructure where multiple GeoNetwork nodes act as a single catalog. The nodes will share one database (this may be scaled separately but is not in scope of this proposal). Each node maintains its own local Lucene index and, if configured, SVN. This proposal does not address making GeoNetwork's HTTPSession serializable; therefore load-balancing using sticky sessions is presumed, and there is no support for ''transparent'' fail-over.
    3535
    3636=== database primary key values ===