[EMAIL PROTECTED] 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

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to