[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 mai

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

2005-07-30 Thread J Cameron Cooper
Litao Wei wrote: 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

[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 inspe

RE: [Zope] Updating BLOB fields in Interbase database

2005-07-30 Thread bobb
I posted some stuff I was doing some time ago w/ mysql / blobs and zope some time ago so that my grandchildren could google for it :)... if you goggle for zope mysql blob bobb you'll get it. It's not interbase. hth bobb Also, your post came through as a newsgroup posting, which means I had to c

[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 fi

[Zope] Re: Running more than one instance on windows often block each other

2005-07-30 Thread Sune B. Woeller
Tim Peters wrote: The attached hasn't failed on my box (Win XP Pro SP2, Python 2.3.5) for about two hours, running it in 3 processes. Was using 2 processes before; discovered it was much easier to provoke problems using 3; but the # of ephemeral ports in use increases too, typically hovering bet