Keep a script running in the background
Tobiah
toby at tobiah.org
Tue Jun 3 17:57:20 EDT 2008
More information about the Python-list mailing list
Tue Jun 3 17:57:20 EDT 2008
- Previous message (by thread): Keep a script running in the background
- Next message (by thread): Keep a script running in the background
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> 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. If it were me, I'd go with a database server like mysql. ** Posted from http://www.teranews.com **
- Previous message (by thread): Keep a script running in the background
- Next message (by thread): Keep a script running in the background
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list