Re: [VW] How can image be saved automicly?
- From: "Randy A. Ynchausti" <randy_ynchausti@xxxxxxx>
- Date: Sun, 4 Dec 2005 22:15:51 -0700
Emptist,
>I searched the help and looked for the code but have been find the way
> to save Smalltalk image periodically, say every 10 minutes in VW.
>
> I know how to do this in Squeak, and that helps a lot since I'm lazy
> and I'm using image as database.
[ true whileTrue: [
( Delay forSeconds: 600 ) wait.
ObjectMemory saveAs: ( ObjectMemory imageFilename ) thenQuit: false ] ]
forkAt: 99
should do the trick.
Regards,
Randy
.
- Follow-Ups:
- Re: How can image be saved automicly?
- From: Emptist
- Re: How can image be saved automicly?
- From: Emptist
- Re: How can image be saved automicly?
- References:
- [VW] How can image be saved automicly?
- From: Emptist
- [VW] How can image be saved automicly?
- Prev by Date: [VW] How can image be saved automicly?
- Next by Date: Re: How can image be saved automicly?
- Previous by thread: [VW] How can image be saved automicly?
- Next by thread: Re: How can image be saved automicly?
- Index(es):
Relevant Pages
|