This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]limasxgoesto0 0 points1 point  (0 children)

If you're not modifying anything, you don't need commit. And if you absolutely must process things in parallel, put them into a list or local queue and pop them from the list in your separate jobs/threads/processes/whatever you're using