Hi
Im trying to write app, which will redirect or not some web traffic. Suppose, i want to redirect 10 % of movement on to another web server. The thing is, that i dont know how to transfer that conditon into logical condition in my app. As the input i got number of requestes. How to obtain which request should be redirected, and which not, if number of requestes is still changing ?
Thx for all help