8 Mar
2003
8 Mar
'03
1:38 p.m.
Florent Guillaume wrote at 2003-3-7 17:16 +0100:
Is there any way to "unmount" then "remount" a mounted storage from a running Zope?
Sure. Mounting is done at runtime, when the mount point is traversed for the first time. Unmounting is done automatically, when the mount point is flushed from the ZODB cache. The mount is reestablished when the mount point is traversed the next time. All you need to do, it to take explicit control over the mounting/unmounting. Dieter