Caution: This documentation is for eZ Publish legacy, from version 3.x to 6.x.
For 5.x documentation covering Platform see eZ Documentation Center, for difference between legacy and Platform see 5.x Architecture overview.

SlaveServerArray

Summary

The hostnames of the slaveservers to use for read queries.

Usage

 

SlaveServerArray[]
SlaveServerArray[]= hostname1
SlaveServerArray[]= hostname2
...

Description

Specify one database server on each row of the setting. The order is significant and you have to use the same order for the settings in SlaverServerUser, SlaverServerPassword and SlaverServerDatabase.

Examples

SlaveServerArray[]
SlaveServerArray[]=donald
SlaveServerArray[]=mickey

This setup will load balance read queries between the main database server and the database servers located on donald and mickey.

Frederik Holljen (01/02/2005 10:33 am)

Frederik Holljen (01/02/2005 10:34 am)


Comments

There are no comments.