subprocess.Popen and thread module
Chris Rebert
clp2 at rebertia.com
Wed Aug 10 02:47:04 EDT 2011
On Tue, Aug 9, 2011 at 11:38 PM, Danny Wong (dannwong)
<dannwong at 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
More information about the Python-list
mailing list