[Zope3-dev] Proposal for optimized Blob handling

Dieter Maurer dieter at handshake.de
Wed Mar 7 15:37:39 EST 2007


Christian Theune wrote at 2007-3-7 21:17 +0100:
> ...
>Nope. It won't disappear if you link it again. And the link(src, dst)
>does move it to a 'save' location ;)

You do not tell us, which "link" you mean.

Python's "os.link" creates a hard link which will only work
if source and destination are on the same file system.

It is not uncommon that temporary files are on their own
filesystem.



-- 
Dieter


More information about the Zope3-dev mailing list