Use threads

Regards,
Ashish Vyas

-----Original Message-----
From: python-list-bounces+ntb837=motorola....@python.org
[mailto:python-list-bounces+ntb837=motorola....@python.org] On Behalf Of
Rajat
Sent: Thursday, January 07, 2010 2:42 PM
To: python-list@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.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to