Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #57586 > unrolled thread

Re: Why does lzma hangs for a very long time when run in parallel using python's muptiprocessing module?

Started byChris Angelico <rosuav@gmail.com>
First post2013-10-26 11:48 +1100
Last post2013-10-26 11:48 +1100
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Why does lzma hangs for a very long time when run in parallel using python's muptiprocessing module? Chris Angelico <rosuav@gmail.com> - 2013-10-26 11:48 +1100

#57586 — Re: Why does lzma hangs for a very long time when run in parallel using python's muptiprocessing module?

FromChris Angelico <rosuav@gmail.com>
Date2013-10-26 11:48 +1100
SubjectRe: Why does lzma hangs for a very long time when run in parallel using python's muptiprocessing module?
Message-ID<mailman.1567.1382748495.18130.python-list@python.org>
On Sat, Oct 26, 2013 at 3:21 AM, cantor cantor <cantormath2@gmail.com> wrote:
> When trying to run lzma in parallel (see the code below) it hangs for a very
> long time. The non-parallel version of the code using map() works fine as
> shown in the code below.

Confirmed that your code does indeed hang as you describe, but I can't
help much with the details. I poked around with it a bit but without
finding much of use. Sorry. :(

ChrisA

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web