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


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

Re: subprocess.Popen strange bhaviour

Started byChris Rebert <clp2@rebertia.com>
First post2012-01-18 08:00 -0800
Last post2012-01-18 08:00 -0800
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: subprocess.Popen strange bhaviour Chris Rebert <clp2@rebertia.com> - 2012-01-18 08:00 -0800

#19089 — Re: subprocess.Popen strange bhaviour

FromChris Rebert <clp2@rebertia.com>
Date2012-01-18 08:00 -0800
SubjectRe: subprocess.Popen strange bhaviour
Message-ID<mailman.4835.1326902439.27778.python-list@python.org>
On Wed, Jan 18, 2012 at 1:14 AM, Mac Smith <macsmith.us@gmail.com> wrote:
> Hi,
>
> I am using subprocess.Popen to start a movie ripping command HandBrakeCLI. My server is 64bit ubuntu server and has 8 cores. When the command starts it uses all 8 cores upto 80%-100% and works fine, but after 270 seconds the cpu usage of all the cores drops to 0% - 1%. I tried this many time this happens exactly after 270 seconds. Is there some predefined timeout??

Please post the part of your code that uses subprocess.Popen().

Cheers,
Chris

[toc] | [standalone]


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


csiph-web