>>>>> "Dirk Hagemann" <[EMAIL PROTECTED]> (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 <[EMAIL PROTECTED]>
URL: http://www.cs.uu.nl/~piet [PGP 8DAE142BE17999C4]
Private email: [EMAIL PROTECTED]
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to