Re: [Zope] Surprising load test results? (more results)

2006-10-10 Thread Pascal Peregrina
Well, I should have removed the SpeedPack results for clarity... I might add these graphs today. But basically, the worrying thing is the performance degradation with each zope version... 2.8.8 seems to be the fastest, then 2.9, then 2.10... :( (even if you forget about WSGI) Pascal > DeĀ : Lenn

Re: [Zope] Clarification: uncatalog_object question

2006-10-10 Thread Chris Withers
Jonathan Hobbs wrote: I used catalog-aware objects and just deleted the object in the folder and the object was automatically removed from the zcatalog). I don't understand why the uid of 1049298593 works in retrieving the record from the zcatalog, but not when used to delete the record from th

Re: [Zope] doc string rules

2006-10-10 Thread Chris Withers
Dennis Allison wrote: Thanks. What about classes & modules? Should Foo, in you example, have a doc string? No, but it can't hurt, can it? ;-) What about the module that Foo belongs to? No. cheers, Chris -- Simplistix - Content Management, Zope & Python Consulting - http://ww

Re: [Zope] Production Advice

2006-10-10 Thread Chris Withers
Jonathan Cyr wrote: What is a good daily backup strategy with Zope 2.71? Good for repozo... Right now, I'm developing on a WinXP machine, and am considering SuSE 9.1 for my spec, any experiences, good or bad?... YAST2-installed or manually? red hat or debian are the mainstays around here,

Re: [Zope] Re: manage_beforeDelete

2006-10-10 Thread Chris Withers
Tres Seaver wrote: class Test(CatalogAware, , OrderedFolder): def manage_beforeDelete(self, item, container): CatalogAware.manage_beforeDelete(item, container) OrderedFolder.manage_beforeDelete(item, container) Seeing code like this reminds me why we have events... They're

Re: [Zope] Surprising load test results? (more results)

2006-10-10 Thread Chris Withers
Pascal Peregrina wrote: But basically, the worrying thing is the performance degradation with each zope version... 2.8.8 seems to be the fastest, then 2.9, then 2.10... :( (even if you forget about WSGI) Yep, maybe it's time to have a "push for performance" in both the Zope 2 and Zope 3 worlds

[Zope] Re: Surprising load test results? (more results)

2006-10-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pascal Peregrina wrote: > Well, I should have removed the SpeedPack results for clarity... > I might add these graphs today. > > But basically, the worrying thing is the performance degradation with each > zope version... 2.8.8 seems to be the fastest

[Zope] PAS and md5 or crypt passwords

2006-10-10 Thread Robert (Jamie) Munro
How do you use md5 passwords in PAS? I've got an SQL database already populated with usernames and md5 passwords from an old system that I am replacing - I don't have the cleartext passwords. Thanks, Robert (Jamie) Munro ___ Zope maillist - Zope@zope

[Zope] Re: PAS and md5 or crypt passwords

2006-10-10 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Robert (Jamie) Munro wrote: > How do you use md5 passwords in PAS? > > I've got an SQL database already populated with usernames and md5 > passwords from an old system that I am replacing - I don't have the > cleartext passwords. You write an authent

Re: [Zope] PAS and md5 or crypt passwords

2006-10-10 Thread Chris Withers
Robert (Jamie) Munro wrote: I've got an SQL database already populated with usernames and md5 passwords from an old system that I am replacing - I don't have the cleartext passwords. If you're uising MySQL or (iirc) PostGres, then I'm pretty sure this will work out of the box if you use Simple