How to execute a script from another script and other script does notdo busy wait.

VYAS ASHISH M-NTB837 ashish.vyas at motorola.com
Thu Jan 7 04:21:20 EST 2010


 
Use threads

Regards,
Ashish Vyas

-----Original Message-----
From: python-list-bounces+ntb837=motorola.com at python.org
[mailto:python-list-bounces+ntb837=motorola.com at python.org] On Behalf Of
Rajat
Sent: Thursday, January 07, 2010 2:42 PM
To: python-list at python.org
Subject: How to execute a script from another script and other script
does notdo busy wait.

I want to run a python script( aka script2) from another python script
(aka script1). While script1 executes script2 it waits for script2 to
complete and in doing so it also does some other useful work.(does not
do a busy wait).

My intention is to update a third party through script1 that script2 is
going to take longer.




More information about the Python-list mailing list