RE: [Zope-dev] Persistence ( was Thread Safe Counting )

2001-02-12 Thread Tres Seaver
Jon Franz <[EMAIL PROTECTED]> wrote > Ah! this makes more sense, the idea of persistent properties even > fits with this idea, though a true write-in-place property might be > even better for some applications ;) Two things: * Don't count on storing the hit counter as a separate, "persisten

RE: [Zope-dev] Persistence ( was Thread Safe Counting )

2001-02-11 Thread Jon Franz
ris Withers [mailto:[EMAIL PROTECTED]] > Sent: Sunday, February 11, 2001 1:05 PM > To: Jon Franz > Cc: '[EMAIL PROTECTED]' > Subject: Re: [Zope-dev] Persistence ( was Thread Safe Counting ) > > > Jon Franz wrote: > > > > So subclassing persistent will av

Re: [Zope-dev] Persistence ( was Thread Safe Counting )

2001-02-11 Thread Chris Withers
Jon Franz wrote: > > So subclassing persistent will avoid changes to the object being stored and > roll-backable in the ZODB? NO! read the posting again... Subclassing from persistent is HOW you make things live in the ZODB. However, objects that subclass Persistent get their own pickle jar, an