[Spread-users] Spread delay on daemon death

Adrian Revill adrian.revill at shazamteam.com
Wed Apr 8 07:05:08 EDT 2009


Hi

We have a single segment spread network, and when a box dies we get a 
pause in the spread messages which is approx 12s
We would like to reduce this to 1s

Which time outs control this?

Regards
Adrian

membership.c is

    if( Wide_network )
    {
        Token_timeout.sec  =  20; Token_timeout.usec  = 0;
        Hurry_timeout.sec  =   6; Hurry_timeout.usec  = 0;

        Alive_timeout.sec  =   1; Alive_timeout.usec  = 0;
        Join_timeout.sec   =   1; Join_timeout.usec   = 0;
        Rep_timeout.sec    =   5; Rep_timeout.usec    = 0;
        Seg_timeout.sec    =   2; Seg_timeout.usec    = 0;
        Gather_timeout.sec =  10; Gather_timeout.usec = 0;
        Form_timeout.sec   =  10; Form_timeout.usec   = 0;
        Lookup_timeout.sec =  90; Lookup_timeout.usec = 0;
    }else{
        Token_timeout.sec  =   5; Token_timeout.usec  = 0;
        Hurry_timeout.sec  =   0; Hurry_timeout.usec  = 100000;

        Alive_timeout.sec  =   1; Alive_timeout.usec  = 0;
        Join_timeout.sec   =   1; Join_timeout.usec   = 0;
        Rep_timeout.sec    =   2; Rep_timeout.usec    = 500000;
        Seg_timeout.sec    =   2; Seg_timeout.usec    = 0;
        Gather_timeout.sec =   5; Gather_timeout.usec = 0;
        Form_timeout.sec   =   5; Form_timeout.usec   = 0;
        Lookup_timeout.sec =  60; Lookup_timeout.usec = 0;
    }


______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email 
______________________________________________________________________




More information about the Spread-users mailing list