How to start more than one process at the same time?

Piet van Oostrum piet at cs.uu.nl
Fri Jul 14 15:33:44 EDT 2006


>>>>> "Dirk Hagemann" <DirkHagemann at gmail.com> (DH) wrote:

>DH> Hi!
>DH> How can I start several jobs at the same time with python? I want to
>DH> collect data from some servers and I don't want to wait until the first
>DH> server is finished. These jobs should run parallel to save time.

Use the subprocess module. 
-- 
Piet van Oostrum <piet at cs.uu.nl>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: piet at vanoostrum.org



More information about the Python-list mailing list