20 Oct
1999
20 Oct
'99
3:34 p.m.
"Andrew M. Kuchling" wrote:
Jim Fulton writes:
What do you intend to do with the objects you get this way?
Whatever you like -- call methods on them, mostly, and possibly modify them. The two applications I have in mind are, first, the massive Open Directory Project tree, and second, persistent session tracking that would survive a Zope crash or system reboot (needed when people are assembling sequences of process fabrication steps). In the first case, the database is read-only; in the second case, a non-versioning storage can be used, because we don't want to track every single edit.
Very interesting.. I just want to chime in here saying that this sounds interesting. :) AOL-ly yours, Martijn