[Zope] performance
Steve Spicklemire
steve@spvi.com
Thu, 12 Jul 2001 05:33:33 -0500
Hi Paz,
You may want to look at ZPatterns for this. It allows you to mix/match
ZODB/RDBM in a most flexible way. It also has nice 'RuleAgents' that
allow you to perform arbitrary actions/'triggers' at object
create/change/delete events.
-steve
Paul Zwarts wrote:
>
>
> Perhaps a dual-usage schema could be used. Objects are created using
> ZClasses and reside in Zope (for crawler indexing and client bookmarking,
> and no query strings) and each has its index duplicated in Zope for
> application indexing purposes. The actual Zope object wouldnt be requested
> until its page was needed, and not its presence in an index. I think that
> would be the best of both worlds. Comments, or did I just solve my own
> problem?
>
> Thanks as always.
> Paz
>
> _______________________________________________
> Zope maillist - Zope@zope.org
> http://lists.zope.org/mailman/listinfo/zope
> ** No cross posts or HTML encoding! **
> (Related lists -
> http://lists.zope.org/mailman/listinfo/zope-announce
> http://lists.zope.org/mailman/listinfo/zope-dev )