Ideas for creating processes

Martin P. Hellwig martin.hellwig at dcuktec.org
Wed Mar 10 17:55:25 EST 2010


On 03/10/10 21:52, J wrote:
> I'm working on a project and thought I'd ask for a suggestion on how
> to proceed (I've got my own ideas, but I wanted to see if I was on the
> right track)
<cut subprocess idea>
Well I can't speak with authority but I would go into similar lines, 
especially since you want to call an external program in the end anyway. 
Otherwise threading might have been an option.

Just make sure that all subprocesses are exited nicely before you are on 
the end of your script ;-)

-- 
mph



More information about the Python-list mailing list