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
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
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
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
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
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
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
__
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