starting other programs from within python

hejduk claxtonr at beer.com
Thu Jul 18 20:16:19 EDT 2002


>  
> If your goal is simply to execute applications from a menu, threads seem
> like overkill to me. <shrug> I'd simply use the usual fork/exec methods.  In
> Python, these are in the os module along with the spawn methods you refer
> to.
> 
> --frank

i thought that fork/exec involved a lot more overhead in terms of cpu
usage and memory?



More information about the Python-list mailing list