[Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Florent Guillaume
Geoff Davis wrote: RAMCacheManager has no good way to purge stale content. ZCacheable_invalidate()? (granted, in practice it's currently broken for skins... http://www.zope.org/Collectors/CMF/343 ) It's not just that RAMCacheManager has bugs. ZCacheable_invalidate, when called, invalidates

Re: [Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Paul Winkler
Florent wrote: > There's also some text in the online help about caching complete web > pages being a bad idea. And in the docstring of the source too. -PW ___ Zope-CMF maillist - Zope-CMF@lists.zope.org http://mail.zope.org/mailman/listinfo/zope-cm

Re: [Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Florent Guillaume
On 6 Sep 2005, at 20:05, Dieter Maurer wrote: Florent Guillaume wrote at 2005-9-6 15:30 +0200: ... Of course if you directly serve content objects from the cache, which is explicitely unsupported and not recommended... Where did you find this information ("*explicitely* unsupported"). When

[Zope-CMF] Re: Re: Re: Re: CachingPolicyManager improvements

2005-09-06 Thread Geoff Davis
On Tue, 06 Sep 2005 11:48:30 -0500, Paul Winkler wrote: > limi wrote: >> On Tue, 06 Sep 2005 06:18:30 +0200, Geoff Davis <[EMAIL PROTECTED]> wrote: >> >>> RAMCacheManager has no good way to purge stale content. > > ZCacheable_invalidate()? > (granted, in practice it's currently broken for skins..

Re: [Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Dieter Maurer
Florent Guillaume wrote at 2005-9-6 15:30 +0200: > ... >Of course if you directly serve content objects from the cache, which >is explicitely unsupported and not recommended... Where did you find this information ("*explicitely* unsupported"). -- Dieter

[Zope-CMF] Re: metadata project

2005-09-06 Thread Laurence Rowe
You may be interested in taking a look at this project in the Plone Collective: http://svn.plone.org/view/collective/CMFMetadata/ (there's a dependency on http://svn.plone.org/view/collective/Annotations/ ) I haven't used it myself for several months though, so I have no idea if it is compati

[Zope-CMF] Re: metadata project

2005-09-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 mark hellewell wrote: > I'm making a site that has a requirement for metadata and am > unsure about the best way to proceed; whether or not to extend > the CMF MetadataTool or create something afresh. Having looked > at and played with the standard Me

[Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paul Winkler wrote: >>On 6 Sep 2005, at 15:24, Alexander Limi wrote: >> >>>On Tue, 06 Sep 2005 12:21:07 +0200, Florent Guillaume >>><[EMAIL PROTECTED]> wrote: >>> Alexander Limi wrote: > And the biggest etc: RAMCache does not know how to h

[Zope-CMF] metadata project

2005-09-06 Thread mark hellewell
Hi, I'm making a site that has a requirement for metadata and am unsure about the best way to proceed; whether or not to extend the CMF MetadataTool or create something afresh. Having looked at and played with the standard MetadataTool there are some things missing that I really need to have: 1) t

Re: [Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Paul Winkler
> On 6 Sep 2005, at 15:24, Alexander Limi wrote: >> On Tue, 06 Sep 2005 12:21:07 +0200, Florent Guillaume >> <[EMAIL PROTECTED]> wrote: >>> Alexander Limi wrote: And the biggest etc: RAMCache does not know how to handle anything but 7-bit ASCII data. >>> >>> What? There's no such l

Re: [Zope-CMF] Re: Re: Re: CachingPolicyManager improvements

2005-09-06 Thread Paul Winkler
limi wrote: > On Tue, 06 Sep 2005 06:18:30 +0200, Geoff Davis <[EMAIL PROTECTED]> wrote: > >> RAMCacheManager has no good way to purge stale content. ZCacheable_invalidate()? (granted, in practice it's currently broken for skins... http://www.zope.org/Collectors/CMF/343 ) >> RAMCacheManager is li

Re: [Zope-CMF] Re: Re: CachingPolicyManager improvements

2005-09-06 Thread Julien Anguenot
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Alexander Limi wrote: > On Mon, 05 Sep 2005 22:20:02 +0200, Geoff Davis <[EMAIL PROTECTED]> wrote: > >> Alternatively you can create a function that checks the modification >> times >> for the content and for all portlets as well. Embed that composi

[Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Florent Guillaume
On 6 Sep 2005, at 15:24, Alexander Limi wrote: On Tue, 06 Sep 2005 12:21:07 +0200, Florent Guillaume <[EMAIL PROTECTED]> wrote: Alexander Limi wrote: And the biggest etc: RAMCache does not know how to handle anything but 7-bit ASCII data. What? There's no such limitation. RAMCacheManage

Re: [Zope-CMF] [dev] CMF trunk dependencies

2005-09-06 Thread Jens Vagelpohl
On 6 Sep 2005, at 11:19, yuppie wrote: Hi! If there are no objections I'll make Zope 2.8.1 the required platform for CMF trunk/1.6 and remove the Zope 2.8.0 backwards compatibility code. Reasons: - I hope some day CMF-tseaver-z3_interfaces-branch will be finished and merged. To do th

[Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread Florent Guillaume
Alexander Limi wrote: On Tue, 06 Sep 2005 06:18:30 +0200, Geoff Davis <[EMAIL PROTECTED]> wrote: RAMCacheManager has no good way to purge stale content. RAMCacheManager is limited to RAM for its cache. Etc. And the biggest etc: RAMCache does not know how to handle anything but 7-bit ASCII

[Zope-CMF] [dev] CMF trunk dependencies

2005-09-06 Thread yuppie
Hi! If there are no objections I'll make Zope 2.8.1 the required platform for CMF trunk/1.6 and remove the Zope 2.8.0 backwards compatibility code. Reasons: - I hope some day CMF-tseaver-z3_interfaces-branch will be finished and merged. To do that right we need the new Interfaces.bridge.

[Zope-CMF] Re: CachingPolicyManager improvements

2005-09-06 Thread yuppie
Dieter Maurer wrote: yuppie wrote at 2005-9-5 14:06 +0200: ... PortalTestCase is in the wrong layer. It makes assumptions about the way CMF works. Changes to the CMF might break PortalTestCase and create a dependency on a new Zope release. (We saw that problem already with the _refreshSkinDa

[Zope-CMF] Re: CMFSetup

2005-09-06 Thread yuppie
Hi! computing project wrote: I've written handlers for the cookie crumbler and for the mailhost - not exactly rocket science but actually very informative as they are pretty simple (well, the simplest!) tools. I started off looking at all the code, and found that I didn't need to look at mos

[Zope-CMF] CMF Collector: Open Issues

2005-09-06 Thread tseaver
The following supporters have open issues assigned to them in this collector (http://www.zope.org/Collectors/CMF). Assigned and Open efge - "CMFSetup: provide non-ascii im- and exports", [Accepted] http://www.zope.org/Collectors/CMF/292 - "CMFSetup doesn't correctly detect DCWo