auto-refresh'ing

PythonHack pythonhack at gmail.com
Fri Apr 13 06:42:55 UTC 2007


I develop in a zope instance with debugmode ON.  This avoids the need 
for refreshing and combined with unittesting I am not much affected by 
the performance issues debugmode causes.. I have found this actually 
quite a good setup.

Wichert Akkerman wrote:
> Previously Martijn Pieters wrote:
>> On 4/11/07, Juan Pablo Di Lelle <jdilelle at gmail.com> wrote:
>>> I am working on a file-system product, using Plone 2.5.2 (universal
>>> installer -> ZEO + 2 clients).
>>> If I understand correctly, Zope's auto-refresh won't work anymore (I'm
>>> getting the 'Cache values may only be in one cache' error...). Is that
>>> correct?
>> Yes, refresh is broken. The original developer of the feature no
>> longer is part of the Zope community, and with the recent addition of
>> Five the refresh story has gotten to be very complex indeed. So far
>> noone has stepped forward to fix it.
> 
> There is https://launchpad.net/refreshng which may or may not improve
> things, I haven't tried
> 
> Develping using unit tests helps a lot; running a test is a lot faster
> than starting zope and trying something manually from a browser.
> 
> Wichert.
> 





More information about the Product-Developers mailing list