commit | ebf302fdc83f2c5afb9b7b45dc14dd0807b9e67d | [log] [tgz] |
---|---|---|
author | Peter Boström <git@pbos.me> | Tue Sep 09 16:44:05 2014 +0200 |
committer | Peter Boström <git@pbos.me> | Tue Sep 09 16:44:05 2014 +0200 |
tree | deb47c182dc1adb004cfbd33478198c9dbe45d5a | |
parent | 627554257ec5d60f4d05c309708c026b96861ade [diff] |
Eliminate uses of Queue. Causes serious contention/slowdown as was currently used. Using explicit locks and shared resources scales a lot better locally.