Terry Hancock wrote: > Hi all, > > I'm finally revisiting the nasty part of my code > that periodically hoses itself and fails to deliver > resized images. ;-D As a small idea, rather than inheritting from Image and TemporaryFolder, why not subclass Image (but only if you need to change its behaviour ;-) and then store you images in the Temporary Folder in the root of your ZODB? cheers, Chris