[Zope-Checkins] SVN: Zope/trunk/ Made Helpsys.HelpSys internal
ZCatalog creation lazy, so it isn't created unless first accessed.
Chris Withers
chris at simplistix.co.uk
Sat Nov 10 04:44:10 EST 2007
Hanno Schlichting wrote:
> Log message for revision 81408:
> Made Helpsys.HelpSys internal ZCatalog creation lazy, so it isn't created unless first accessed.
This seems a little pointless as either:
- the catalog will get created as soon as any help is indexed, which
will be "always"
- the first time you access the help system, you'll have to wait while
all the help is indexed
Neither are great. Have you tested that this change actually makes a
difference?
cheers,
Chris
--
Simplistix - Content Management, Zope & Python Consulting
- http://www.simplistix.co.uk
More information about the Zope-Checkins
mailing list