How To Split Randomly But Unevenly – PHP Code For Load UNBalancing
I read over a recent post on load splitting, that got me thinking about code I’ve written over the years – how to divide the work between many resources, keeping in account how much each can ‘handle’? For example, if you have a server that can handle 3 times the...

