-----Original Message----- From: Alexander Staubo [mailto:alex@mop.no] Sent: Wednesday, May 12, 1999 5:31 PM To: Zope Mailing List (E-mail) Subject: [Zope] Preventing Zope from caching product?
It's really annoying having to restart the Zope process all the time when I'm working on a product -- because the product script is being cached by Zope, I have the restart the process every time I make a modification. Is there a way around it? Putting Zope is a no-caching debug mode would have been nice.
I don't think there's any real easy way around this. Note, if your Zope is in BBO_DEBUG_MODE it *will* reload all it's DTML scripts if they've changed on the filesystem, it will not, however, reload the actual code. This require a shutdown. It's not much of a pain if you don't do lots of micro-incremental adjustments to you code all the time. Once a code base is stable, it typicly doesn't change much. You can submit this to the Collector, and see if it can be a next release feature. http://www.zope.org/Collector -Michel
Alexander Staubo http://www.mop.no/~alex/ mailto:redhand@mop.no
_______________________________________________ Zope maillist - Zope@zope.org http://www.zope.org/mailman/listinfo/zope
(For developer-specific issues, use the companion list, zope-dev@zope.org - http://www.zope.org/mailman/listinfo/zope-dev )