Keep a script running in the background

Bjoern Schliessmann usenet-mail-0306.20.chr0n0ss at spamgourmet.com
Tue Jun 3 13:12:30 EDT 2008


Guillermo wrote:

> I need a script to keep running in the background after it's
> loaded some data. It will make this data available to the main
> program in the form of a dictionary, but I don't want to reload
> the calculated data every time the user needs it via the main
> program.
> 
> I won't be working with an UI, hope that can be made easily in
> Python somehow.

Sure. Try the subprocess module. 

Regards,


Björn

-- 
BOFH excuse #205:

Quantum dynamics are affecting the transistors




More information about the Python-list mailing list