Possible to make subprocess.Popen jobs run serially rather than in parallel?

Chris Seberino cseberino at gmail.com
Tue Jun 15 14:52:52 EDT 2010


Possible to make subprocess.Popen jobs run serially rather than in
parallel?

In other words, if a computer is low on memory and doesn't mind
waiting.....can Popen be configured to submit to a queue and run jobs
*ONE AT TIME*??

That might be useful and avoid crashes and disk swapping.

cs



More information about the Python-list mailing list