Searched refs:round (Results 1 – 4 of 4) sorted by relevance
39 might be one of 'hash', 'round-robin' or 'fair' (default).41 'round-robin' choses another host for each request, 'hash'
39 struct stat_counter round; member
254 GetAverageStat(&mtcp->rtstat.round), mtcp->rtstat.round.max, in PrintThreadRoundTime()262 InitStatCounter(&mtcp->rtstat.round); in PrintThreadRoundTime()873 InitStatCounter(&mtcp->rtstat.round); in RunMainLoop()890 UpdateStatCounter(&mtcp->rtstat.round, TimeDiffUs(&cur_ts, &prev_ts)); in RunMainLoop()
263 * Fixed fix for round-robin in mod_proxy (forgot to increment the index) (#1715)324 * fixed round-robin balancing in mod_proxy (#1715)478 * Added round-robin support to mod_fastcgi [1500]778 * added hash-based and round-robin load balancing to mod_proxy