Is it possible to save a running program and reload next time ?

Larry Bates larry.bates at websafe.com
Thu Sep 21 09:36:53 EDT 2006


fdu.xiaojf at gmail.com wrote:
> Hi,
> 
> I have a program which will continue to run for several days. When it is
> running, I can't do anything except waiting because it takes over most
> of the CUP time.
> 
> Is it possible that the program can save all running data to a file when
> I want it to stop, and can reload the data and continue to run from
> where it stops when the computer is free ?
> 
> Regards,
> 
> xiaojf
> 
You can save the state of Python objects and reload them at a later time/date by
using Zope's ZODB.

http://www.zope.org/Wikis/ZODB/FrontPage

-Larry Bates




More information about the Python-list mailing list