Tagged Questions

3
votes
4answers
194 views

Whats the best way to implement weighted random selection, based on 2 types variables (in php)?

Basically my dilemma is this. I have a list of x servers that host files. There is another server, that hosts the site's mysql db and application. When a file is uploaded (to the frontend server), the ...