Re: [Zope-dev] RDB connections and cursors

2002-11-18 Thread Leonardo Rochael Almeida
On Tue, 2002-11-19 at 00:19, Leonardo Rochael Almeida wrote: > I've been having problems with RDB DAs performance and stability lately > (stability mostly) and I was thinking of ways in which the use of > connectors and cursors could be streamlined in Zope. I'm thinking about > DB-API 2-like based

[Zope-dev] RDB connections and cursors

2002-11-18 Thread Leonardo Rochael Almeida
I've been having problems with RDB DAs performance and stability lately (stability mostly) and I was thinking of ways in which the use of connectors and cursors could be streamlined in Zope. I'm thinking about DB-API 2-like based DAs here. >From what I understand of the way Zope handles requests a

[Zope-dev] CMF, CMFCore/utils.py, Tuple/List incompatibility

2002-11-18 Thread Christian Theune
Hi. I get smacked by this: [...long traceback...] * Module Products.CMFCore.CatalogTool, line 58, in allowedRolesAndUsers * Module Products.CMFCore.utils, line 200, in _mergedLocalRoles Exception Value can only concatenate tuple (not "list") to tuple The file tells me nothing spec

Re: [Zope-dev] Securing login with SSL via RESPONSE?

2002-11-18 Thread Steve Alexander
Assume I make a hypothetical SSLRedirect product, modelled on CookieCrumbler. There is no reasonable way to keep them in the same folder and make sure that SSLRedirect gets to the REQUEST/RESPONSE before CookieCrumbler, correct? I.e. such SSLRedirect product would have to be in a subfolder relativ

[Zope-dev] Securing login with SSL via RESPONSE?

2002-11-18 Thread Serguei Chabanov
Hi, I have read all the various documents and howtos regarding setting zope with apache and SSL, and I set it up. I have two virtual servers, http and https, serving the same hierarchy of zope objects. I would llike to secure passwords by using SSL. It is suggested everywhere I read that the p

Re: [Zope-dev] Production System Specs

2002-11-18 Thread Steve Alexander
Brian R Brinegar wrote: Hello, Can anyone point me at some recommended setups for a ZEO cluster. I would like some or all of the following information: * Hardware Specs * Load Balancing * Caching Information (Apache / Squid Caches) Any information would be very helpful. http://www.zope.or

[Zope-dev] Production System Specs

2002-11-18 Thread Brian R Brinegar
Hello, Can anyone point me at some recommended setups for a ZEO cluster. I would like some or all of the following information: * Hardware Specs * Load Balancing * Caching Information (Apache / Squid Caches) Any information would be very helpful. Thanks, -Brian Brinegar __

[Zope-dev] Re: [Zope-CMF] Creator info not properly cataloged

2002-11-18 Thread Ivo van der Wijk
On Sat, Nov 16, 2002 at 11:52:12PM +0100, Ivo van der Wijk wrote: > On Sat, Nov 16, 2002 at 11:04:22PM +0100, Ivo van der Wijk wrote: > > On Sat, Nov 16, 2002 at 08:42:44PM +0100, Dieter Maurer wrote: > > > Ivo van der Wijk writes: > > > > After putting my locally developed CMF site online, I noti