Closed wajam closed 13 years ago
In the ConnectionPool constructor, to permute the servers list, you can just do shuffle($servers); instead of that permutating loop thing :)
Thanks! I didn't know about shuffle().
In the ConnectionPool constructor, to permute the servers list, you can just do shuffle($servers); instead of that permutating loop thing :)