tags:

views:

71

answers:

1

I have some small python 2.6 scripts built....

Now, I would like run them as seperate processes within a python shell. Each as a seperate process. If one fails to run maybe with its timer, I would like others to continue without killing all scripts.

Should I do this as singleton gui's or combine them into bigger launch pad. My perference would be launch pad type gui....Any ideas?

Its seems that launching scripts out of SciTE, works ok.

+2  A: 

Check joblaunch, a shell tool I made for executing interdependent jobs in parallel locally. It has more options.

Yassin
thanks pointing me to ur script, it needs documentation.
feel free to ask whatever you want
Yassin