[Seaside] Need help fixing my image

Lukas Renggli renggli at gmail.com
Mon Jan 3 16:45:24 UTC 2011


> in order to get it ready to save the image every half hour, i
> installed scheduler
> (http://squeaksource.com/@mlSPrDhf5NjYQ5So/UwX1Tlcu)..
>
>
> You should use Pier Image Persistency. You login to your Pier site as "admin", and navigate to the system management pages, to set this up.

Indeed, use the built in persistency. I've been using it for years on
many sites without problems. Anything else might not properly work and
might break Pier (aka interrupt it at bad moments).

> You'll have to install OSProcess because it forks a unix process to do the save image, while the parent process continues serving pages. The child process which does the image save will no longer serve pages correctly, due to stuff done prior to the image save. However, the saved image should re-initialize stuff on image startup, and should then serve pages

OSProcess is not a requirement. In fact I have not installed it in
most of my images.

Lukas

-- 
Lukas Renggli
www.lukas-renggli.ch


More information about the seaside mailing list