From: Kurt Roeckx Date: Mon, 18 Jan 2010 22:05:04 +0000 (+0000) Subject: Redo locking behaviour X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2f40d0a9ffe629601e4692cf426625e067da0d34;hp=2f40d0a9ffe629601e4692cf426625e067da0d34;p=wannabuild.git Redo locking behaviour When processing more than 1 package, don't select each package indivdually locking that row, but instead lock the table and select all the packages we want at once. The lock should allow read-only access but not other writers. ---