[Spread-users] spread slow to notice failures

Joshua Goodall joshua at roughtrade.net
Wed Apr 9 23:50:08 EDT 2003


On Wed, Apr 09, 2003 at 01:42:42PM -0400, Generic Player wrote:
> Here's a copy of the config, its the same on both machines.
> 
> Spread_Segment 127.0.0.255:4803 {
> 	localhost	127.0.0.1
> }
> 
> Spread_Segment 10.0.0.255 {
> 	one	10.0.0.1
> 	two	10.0.0.2
> }

You haven't said what you're trying to achieve with this config, but I
suspect that you want to make client connections to localhost and
daemon connections via the network.

In which case, try the following stanza:

Spread_Segment  10.0.0.255:4803 {
        one     10.0.0.1 {
                D 10.0.0.1
                C 127.0.0.1
        }
        two     10.0.0.2 {
                D 10.0.0.2
                C 127.0.0.1
        }
}

This should be in a FAQ.

-- 
Joshua Goodall
joshua at roughtrade.net             "Your object hit ratio is weak, old man"
"If you cache me now, I will dump more core than you can possibly imagine"




More information about the Spread-users mailing list