From: Uwe Date: Wed, 20 Jul 2011 13:22:57 +0000 (+0200) Subject: fix link in replication introduction X-Git-Tag: v0.08194~1 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d95ec4a6c9197df1ca2f1c38c85e4932dba2dab4;p=dbsrgits%2FDBIx-Class.git fix link in replication introduction --- diff --git a/lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod b/lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod index dcd7c30..6216be4 100644 --- a/lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod +++ b/lib/DBIx/Class/Storage/DBI/Replicated/Introduction.pod @@ -71,8 +71,8 @@ and canonical option. A replicated storage contains several parts. First, there is the replicated storage itself (L). A replicated storage takes a pool of replicants (L) -and a software balancer (L). The -balancer does the job of splitting up all the read traffic amongst the +and a software balancer (L). +The balancer does the job of splitting up all the read traffic amongst the replicants in the Pool. Currently there are two types of balancers, a Random one which chooses a Replicant in the Pool using a naive randomizer algorithm, and a First replicant, which just uses the first one in the Pool (and obviously is