Merge branch '9446-refactor-keep-parallel-write-strategy'
authorLucas Di Pentima <lucas@curoverse.com>
Mon, 27 Jun 2016 19:56:43 +0000 (16:56 -0300)
committerLucas Di Pentima <lucas@curoverse.com>
Mon, 27 Jun 2016 20:03:31 +0000 (17:03 -0300)
commit1b44d67f865d92e1610fa283e7fa27cf91ed6a1d
tree1601fb6d547a967dff94e5b6db3788def30b3480
parent6c0588485bc29736929ebb6997c8fe6879dbf9eb
parent0ea1f67f70f942c4732f2269e31c3ddb7d63fc9e
Merge branch '9446-refactor-keep-parallel-write-strategy'

9446: PySDK Keep concurrent write refactoring. Simplified thread management using a thread pool and a queue.
ThreadLimiter not needed anymore, so related tests were rewritten for the new code.
Closes #9446