split users
Maxim Dounin
mdounin at mdounin.ru
Wed May 12 22:30:42 MSD 2010
Hello!
On Wed, May 12, 2010 at 06:35:43PM +0400, Igor Sysoev wrote:
> Hi,
> I'm developing a module for A/B split testing.
> The splitting is defined as:
>
> users_split "${remote_addr}AAA" $variant {
> 0.5% one;
> 2.0% two;
> - "";
> }
>
> The question is: what is the better English name:
> users_split
> user_split
> clients_split
> client_split
> or something else ?
Maybe something like "map_split"? I believe it's really similar
to map module, and the only difference is mapping algorithm.
Maxim Dounin
More information about the nginx
mailing list