[Zope] What Maximum age of a cache entry (seconds) means in RAM Cache Manager?

2005-07-30 Thread Litao Wei
I have read the zope book and zope online help about RAM Cache Manager. But all of them didn't say anything about the parameter What Maximum age of a cache entry (seconds) mean. It looks that this parameter like Cleanup interval (seconds), which zope book explained as The lifetime of cached

[Zope] Re: [Zope3-dev] Zope 3 Bug Day Summary

2005-07-30 Thread Jim Fulton
Stephan Richter wrote: Hello everyone! I just wanted to let everyone know that we had a very successfull Zope 3 Bug Day today! I would like to thank Zope Corporation, POV, Nuxeo and the other community members for supporting this event by providing the manpower we needed! We were able to

[Zope] inspect and page templates in python product

2005-07-30 Thread Peter Bengtsson
I'm using the inspect module in my python product to step back when doing some debugging. My code looks something like this:: class MyProduct: def hasRole(self, r): for i in range(25): try: print inspect.stack()[i][3], print

[Zope] [Plone-users] Zsyncer issue

2005-07-30 Thread Matt Howell
I have not used Zsyncer before, so please excuse me if this question is remedial. Would Zsyncer be a good solution for making a ZEO-based ZODB highly available? If not, what are other people doing for larger Plone / Zope deployments? -Matt ___ Zope