[Zope3-Users] Urgent: What to do with ZODB.FileStorage.FileStorage.CorruptedTransactionError

2008-04-29 Thread Fet Biz
Yes, I has known that I got the Error. But What to do with it? (And Why?) Appreciate! Iap === CRITICAL ZODB.FileStorage /home/workspace/zope3/var/Data.fs data record exceeds

[Zope3-Users] efficiency of PAU authentication

2008-04-29 Thread nixon
Hi, dear all, PAU authenticates 2 times each request, before and after traversal. What if I make an authentication plugin based on relational database? Everytime the plugin has to create a pricipal from database, assign roles to it, ... When the website is under heavy load, there must be huge

AW: [Zope3-Users] efficiency of PAU authentication

2008-04-29 Thread Roger Ineichen
Hi Nixon Betreff: [Zope3-Users] efficiency of PAU authentication Hi, dear all, PAU authenticates 2 times each request, before and after traversal. Really? Can you explain why this happens? What if I make an authentication plugin based on relational database? Everytime the plugin has

Re: AW: [Zope3-Users] efficiency of PAU authentication

2008-04-29 Thread nixon
Hi, in app.publication.zopepublication.py there are 2 methods. Maybe they are invoked in different scenarios, I am not sure. But at least one PAU auth for each request. def callTraversalHooks(self, request, ob): # Call __before_publishing_traverse__ hooks