[Gluster-devel] Load Banalancing in AFR

2009-04-02 Thread nicolas prochazka
Hello, in afr.c i can read : afr_first_up_child function which is always call, but if i understand, there's no load balancing in afr, just the first child up is taken. Can I just implement a Round Robin function to alternate between child up or it's more complicated ? Regards, Nicolas Prochazka

Re: [Gluster-devel] Load Banalancing in AFR

2009-04-02 Thread Vikas Gorur
2009/4/2 nicolas prochazka prochazka.nico...@gmail.com: Hello, in afr.c i can read : afr_first_up_child function which is always call, but if i understand, there's no load balancing in afr, just the first child up is taken. Can I just implement a Round Robin function to alternate between