<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Given that you don't need transactions, to make that style work, I suggest this:</div><div><br></div><div>1. save the image from time to time (as best suits your needs) like you're doing now</div><div>2. use a secondary way to dump the object graph</div><div>3. use the normal image for as long as things are good</div><div>4. when shit happens you "transplant" the object graph into a new "reincarnation" of your app in a fresh image</div><div>5. repeat</div><div><br></div><div>For dumping the ODB you have options: image segments, SIXX comes to mind now</div><div><br></div><div>If you make for yourself some "rescue" kit (script, tools, preloaded code in fresh image), you can make 4 quite painless (or, why not, monitored and automated)</div><div><br></div><div><div><a href="http://twitter.com/#!/sebastianconcpt">sebastian</a></div><div><br></div><div>o/</div></div><div><br></div><div><br></div><br><div><div>On Apr 16, 2011, at 12:23 PM, Michal wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div><br>hi - <br><br>Despite the warnings, I am really interested in sticking to the<br>simplest way of saving my seaside application data, ie periodically<br>saving and backuping the image. The seaside book states that <br><br> &nbsp;"saving [the image] while processing http requests is a risk you<br> &nbsp;want to avoid."<br><br>What is the status on that? Is that something we can fix? I have been<br>running an image in this mode for a few weeks, with no ill effect so<br>far, but I have had major problems with old image/vm combinations. So<br>is this something that might be fixed already?<br><br>Also, I recall that Avi had made a number of attempts at having an<br>image saved in a forked background process, eg<br><br> <a href="http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-October/095547.html">http://lists.squeakfoundation.org/pipermail/squeak-dev/2005-October/095547.html</a><br><br>did anybody pick up on this, or did anything come out of it?<br><br>thanks, <br>Michal<br>_______________________________________________<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br>http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside<br></div></blockquote></div><br></body></html>