[Zope-dev] Document

2000-06-12 Thread howardchang
who can tell me where i can get documents or descriptions about Btree,Intset,IOBtree,OIBtree module thanks _ һ·ÉÏÓÐÄ㣬¿àÒ»µãÒ²Ô¸Ò⣡ --ΪÄãϲ°®ÓëÖ§³ÖµÄ263Ê׶¼ÔÚÏߣ¨http://www.263.net£©Í¶Ò»Æ±£¡ ÎÒҪͶƱ£¡£¨http://fsurvey.cnnic.net.cn/survey

[Zope-dev] Testing external methods with arguments [PATCH]

2000-06-12 Thread Gisle Aas
While writing on the perl external method product I back ported its "Try It!" support to also work for python external methods that take arguments. The change is fairly simple. Clicking the "Try it!" tab takes you to a screen where you get a chance to fill out the arguments for the method before

[Zope-dev] Re: advice on MountedFileStorage changes.

2000-06-12 Thread Shane Hathaway
Anthony Baxter wrote: > > I've nearly completed the code to make MountedFileStorage able to > create new FileStorages on demand, _however_... > > I'm hitting a bit of a problem with the Product initialisation. Right > now I'm just calling OFS.Application.initialize(), which goes through > and re

[Zope-dev] Proposed interface for application-level conflict resolution in ZODB

2000-06-12 Thread Jim Fulton
Zope takes a pretty optimistic approach to dealing with conflicting database changes. Sometimes, there may be "hot spots" in an application that get a lot of simultaneous writes. These hot spots can often be designed away. An alternative is to provide application-level logic for sorting out the

[Zope-dev] More useful CatalogAware class?

2000-06-12 Thread Michel Pelletier
Amos and I and the guys at Activestate were discussing cataloging at a recent training sessions and we came up with the following possible successor to CatalogAware. The idea is that a CatalogAware object looks for two methods that return sequecnes of Catalogs that many be interested in this obj

Re: [Zope-dev] More useful CatalogAware class?

2000-06-12 Thread Martijn Pieters
On Mon, Jun 12, 2000 at 01:12:33PM -0700, Michel Pelletier wrote: > Amos and I and the guys at Activestate were discussing cataloging at a > recent training sessions and we came up with the following possible > successor to CatalogAware. > > The idea is that a CatalogAware object looks for two me

[Zope-dev] Zope 2.2 beta 1 released

2000-06-12 Thread Brian Lloyd
Zope 2.2.0 beta 1 has been released - you can download it from Zope.org: http://www.zope.org/Products/Zope/2.2.0b1/ This release contains refinements to the new ownership model as well as better undo management and many bug fixes. For more information, see: http://www.zope.org/Products/Zope/2

[Zope-dev] ZCatalog text index search bugs?

2000-06-12 Thread R. David Murray
I am very confused. I'm looking at the SearchIndex source under 2.1.4 (2.1.6 seems to be the same). In Lexicon.py the 'query' method defines the default_operator to be 'or'. I can't see that TextIndex overrides this when it calls it. But the response to PR 1141 (against 2.1.6) in the collector

Re: [Zope-dev] Request for comments: Directory storage

2000-06-12 Thread Stuart 'Zen' Bishop
On Fri, 9 Jun 2000, Petru Paler wrote: > > I'd love some sort of benchmarking tool for this (and posibly other > > Storages). I guess the best way would a python script that uses urllib. > > Something that would algorithmically pump up the DB to > 1GB in size > > and retrieve the URL's. Any volu

[Zope-dev] Re: advice on MountedFileStorage changes.

2000-06-12 Thread Anthony Baxter
>>> Shane Hathaway wrote > I looked some more at ZClasses and such today, hoping to solve the > problem with mounted databases. Guess what! It turned out to be a > simple matter. Excellent! I've added support in CVS, and I'll do a new release this evening. > The latest addition to Mount.py pro