Re: [Zope-dev] Fwd: [Zope] ZCatalog + Directory product question

2001-05-17 Thread Casey Duncan
"Júlio Dinis Silva" wrote: > > Any hints? > Best Regards, > Julio Dinis Silva > > >From: "Júlio Dinis Silva" <[EMAIL PROTECTED]> > >To: [EMAIL PROTECTED] > >Subject: [Zope] ZCatalog + Directory product question > >Date: Tue, 15 May 2001 18:29:37 +0100 > > > >Hi, > > > >supose you have a product

[Zope-dev] DB(Oracle) Transactions with Zope(/ZPatterns)

2001-05-17 Thread Andreas Repp
Hi *, i'm currently developing a (network information) DB web-interface using ZPatterns specialists with one specialist for every logical object. For instance i have a 'component'-specialist which handles a object<->table mapping for the tables: o component - product (n:1 foreign key) - l

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris McDonough
> > Well, that's good, except I thought you couldn't get rid of objects? > > Muhahaha. I got those little bastards... :) That's one way to fix it, I suppose. ;-) > > Yes, but not with 1,000,000 objects (see > > lib/python/ZCatalog/tests/testCatalog.py). It would be nice to have > > such a repo

[Zope-dev] Fwd: [Zope] ZCatalog + Directory product question

2001-05-17 Thread Júlio Dinis Silva
Any hints? Best Regards, Julio Dinis Silva >From: "Júlio Dinis Silva" <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [Zope] ZCatalog + Directory product question >Date: Tue, 15 May 2001 18:29:37 +0100 > >Hi, > >supose you have a product with two classes: > >MyCategory > | > --

[Zope-dev] Hotfixes and __bases__

2001-05-17 Thread Dyon Balding
In Caseman's How-To named "Extend Zope Dynamically with Hotfixes", at http://www.zope.org/Members/Caseman/Dynamic_Hotfix, he mentions that you could: "Add new base classes to existing classes". I have tried this, and can't get it to work, my question is: is it possible?, and if so, how do I make

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Erik Enge
On Thu, 17 May 2001, Chris McDonough wrote: > Well, that's good, except I thought you couldn't get rid of objects? Muhahaha. I got those little bastards... :) > Yes, but not with 1,000,000 objects (see > lib/python/ZCatalog/tests/testCatalog.py). It would be nice to have > such a report. If

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris Withers
Chris McDonough wrote: > > Well, some revision of 2.4 alpha will ship with drop-in indexes, so using it > would be wonderful. Lemme know as soon as it's in CVS and I'll see if I can get my Zope from source going on WinNT, I gave up the last tiem my need came close but Brian has solved the proble

Re: [Zope-dev] Professional Sites Using Zope??

2001-05-17 Thread Fred Wilson Horch
On 16 May 2001, at 12:15, Jawad wrote: > I am also interested to know Is there any professionally developed sites in > Zope/Python. Please let me know the URL. Our non-profit's web site is developed in Zope/Python, using a combination of volunteers and paid contractors. The URL is http://ecoacc

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris McDonough
Well, some revision of 2.4 alpha will ship with drop-in indexes, so using it would be wonderful. - C - Original Message - From: "Chris Withers" <[EMAIL PROTECTED]> To: "Chris McDonough" <[EMAIL PROTECTED]> Cc: "Erik Enge" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Thursday, May 17, 2

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris Withers
Chris McDonough wrote: > > > That sounds good! At least for the Catalog. Want to be a tester? ;-) I would, especially for drop-in indexes and AND keyword indexes :-) cheers, Chris ___ Zope-Dev maillist - [EMAIL PROTECTED] http://lists.zope.or

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris McDonough
> On Thu, 17 May 2001, Chris McDonough wrote: > > > I'd be curious to know how long a query that involves only a single > > field index takes, and how long a query that involves only a single text > > index takes... does each take a roughly equivalent amount of time? > > I might be able to check t

Re: [zope-dev] Xron, suse 6.4

2001-05-17 Thread Homan Els
Hi, Could you please send your external python method. + Product for using in combination with a cron job. Because, this can really help me a lot. Thanks, Els Nicholas Lo wrote: > Sorry man, I still have the same problem :( However, instead I use Xron, I > write a simple product which is

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Erik Enge
On Thu, 17 May 2001, Chris McDonough wrote: > I'd be curious to know how long a query that involves only a single > field index takes, and how long a query that involves only a single text > index takes... does each take a roughly equivalent amount of time? I might be able to check that for you

[Zope-dev] disable view on method for ZClass

2001-05-17 Thread Tim McLaughlin
OK here's a strange request that I think should be changed on ZClasses (bear w/ me): 'View' permission should be disablable on a method of a ZClass. Right now, it forces 'View' to be mapped to 'View' if one tries to disable it. The reason is the event model that I am making available for ZClass

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Chris McDonough
Erik Enge wrote: > I've indexed about 410.000 objects now. A plain query with 'meta_type' > and 'firstname' to searchResults takes about 3-4 seconds. Not too bad, > but not that good either. I assume meta_type is a field index and 'firstname' is a text index. I'd be curious to know how long a

Re: [Zope-dev] convert zope objects to unicode

2001-05-17 Thread Toby Dickenson
On Wed, 16 May 2001 21:52:53 +0200, Tino Wildenhain <[EMAIL PROTECTED]> wrote: >Hi Sin, > >see http://dev.zope.org/Wikis/DevSite/Projects/SupportPython21/FrontPage > >for whats going on at the unicode-sector for zope. IMHO it does >not make sense to duplicate effort. That project aimed at suppo

Re: [Zope-dev] ZCatalog, REQUEST, misc.

2001-05-17 Thread Erik Enge
On Tue, 15 May 2001, Chris McDonough wrote: > I'll be curious to see the results. Hopefully you'll have better luck > under 2.3.1b2. I've indexed about 410.000 objects now. A plain query with 'meta_type' and 'firstname' to searchResults takes about 3-4 seconds. Not too bad, but not that good