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


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

Re: subprocess.Popen and thread module

Started byChris Rebert <clp2@rebertia.com>
First post2011-08-09 23:47 -0700
Last post2011-08-09 23:47 -0700
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 and thread module Chris Rebert <clp2@rebertia.com> - 2011-08-09 23:47 -0700

#11096 — Re: subprocess.Popen and thread module

FromChris Rebert <clp2@rebertia.com>
Date2011-08-09 23:47 -0700
SubjectRe: subprocess.Popen and thread module
Message-ID<mailman.2087.1312958826.1164.python-list@python.org>
On Tue, Aug 9, 2011 at 11:38 PM, Danny Wong (dannwong)
<dannwong@cisco.com> wrote:
> Hi All,
>   I'm trying to execute some external commands from multiple database.
> I'm using threads and subprocess.Popen ( from docs, all the popen*
> functions are deprecated and I was told to use subprocess.Popen) to
> execute the external commands in parallel, but the commands seems to
> hang.

What's your Popen() call look like?

Cheers,
Chris

[toc] | [standalone]


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


csiph-web