[Zope-dev] manage_changePropertyTypes

2003-07-13 Thread Johan Carlsson
Has any work been done on the manage_changePropertyTypes interface of 
the PropertyManager? It's appearently pending community input.

I have found and fixed a couple of bugs.

--
Johan Carlsson  Tel: + 46 8 31 24 94
Colliberty  Mob: + 46 70 558 25 24
Torsgatan 72Email: [EMAIL PROTECTED]
SE-113 37 STOCKHOLM


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] Maxinum number of versions for a single object in the ZODB ?

2003-07-13 Thread Dieter Maurer
Romain Slootmaekers wrote at 2003-7-12 15:00 +0200:
  Somewhere in our deployment we have a SimpleItem.SimpleItem object with
  a random number generator in it.
  The code to get a new random number is:
  
  
random=self.__random.random()
#
self._p_changed = 1 # make sure to store the changed generator
  
  
  We use that generator A LOT,
  but today, after some months of working correctly, it just stopped
  returning different random numbers. I have no other clue than to guess 
  there is a maxinum number of different versions any object can have in 
  the ZODB.
  
  Is my hunch correct ?

No, there is no such limit. You can have as many version as you
have disk space...


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope )