6443N/A<?xml version="1.0" encoding="UTF-8"?>
6443N/A<!--
6443N/A ! CCPL HEADER START
6443N/A !
6443N/A ! This work is licensed under the Creative Commons
6443N/A ! Attribution-NonCommercial-NoDerivs 3.0 Unported License.
6443N/A ! To view a copy of this license, visit
6443N/A ! http://creativecommons.org/licenses/by-nc-nd/3.0/
6443N/A ! or send a letter to Creative Commons, 444 Castro Street,
6443N/A ! Suite 900, Mountain View, California, 94041, USA.
6443N/A !
6443N/A ! You can also obtain a copy of the license at
6443N/A ! trunk/opendj3/legal-notices/CC-BY-NC-ND.txt.
6443N/A ! See the License for the specific language governing permissions
6443N/A ! and limitations under the License.
6443N/A !
6443N/A ! If applicable, add the following below this CCPL HEADER, with the fields
6443N/A ! enclosed by brackets "[]" replaced with your own identifying information:
6443N/A ! Portions Copyright [yyyy] [name of copyright owner]
6443N/A !
6443N/A ! CCPL HEADER END
6443N/A !
7321N/A ! Copyright 2011 ForgeRock AS
6443N/A !
6443N/A-->
6443N/A<chapter xml:id='chap-load-balancing'
6443N/A xmlns='http://docbook.org/ns/docbook' version='5.0' xml:lang='en'
6443N/A xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
7067N/A xsi:schemaLocation='http://docbook.org/ns/docbook http://docbook.org/xml/5.0/xsd/docbook.xsd'
7067N/A xmlns:xlink='http://www.w3.org/1999/xlink'
7067N/A xmlns:xinclude='http://www.w3.org/2001/XInclude'>
6443N/A <title>Balancing Workload Across Servers</title>
6443N/A
6443N/A <para>One main reason for deploying a directory proxy server is to balance
6443N/A workload across the directory servers available. Load balancing works
6443N/A particularly well for read operations, as each directory server can respond
6443N/A to read operations without impact on other directory servers. Load balancing
6443N/A can also be used in reverse for write operations, as in a replicated
6443N/A environment the results of each write operation must be applied on all
6443N/A directory servers to keep their data in sync.</para>
6443N/A
6443N/A <para>This chapter demonstrates how to configure proxy load balancing of
6443N/A client application traffic.</para>
6443N/A
6443N/A</chapter>
6443N/A
6443N/A