RE: [Zope-dev] Weird ConflictErrors on startup
All of the standard products Chris W mentioned do this.... Zope keeps the product help index in a persistent BTree, which is updated automatically at product startup.
-----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: 06 August 2001 17:36 To: tdickenson@geminidataloggers.com Cc: Chris Withers; zope-dev@zope.org Subject: Re: [Zope-dev] Weird ConflictErrors on startup
It's generally bad form for a Product to try to modify a persistent object at startup. Unless it's an _v_ attribute or something.
Right! Of course! ;-) Toby Dickenson wrote:
All of the standard products Chris W mentioned do this.... Zope keeps the product help index in a persistent BTree, which is updated automatically at product startup.
-----Original Message----- From: Chris McDonough [mailto:chrism@zope.com] Sent: 06 August 2001 17:36 To: tdickenson@geminidataloggers.com Cc: Chris Withers; zope-dev@zope.org Subject: Re: [Zope-dev] Weird ConflictErrors on startup
It's generally bad form for a Product to try to modify a persistent object at startup. Unless it's an _v_ attribute or something.
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org http://lists.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope )
-- Chris McDonough Zope Corporation http://www.zope.org http://www.zope.com """ Killing hundreds of birds with thousands of stones """
participants (2)
-
Chris McDonough -
Toby Dickenson