Re: [Zope] Cache

2008-06-25 Thread Kereoz
On Wed, Jun 25, 2008 at 1:13 PM, Andreas Jung <[EMAIL PROTECTED]> wrote:

> As you can see from the HTML code: something like
>
> app.Control_Panel.Database..manage_minimize()
>
> should work.

I was thinking about the zope command line tools such as zopectl or so.
But in fact yes, seems to work, so I'll do it that way :)
Thanks

-- 
Kereoz
http://www.kereoz.org
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Cache

2008-06-25 Thread Kereoz
On Mon, Jun 23, 2008 at 6:55 PM, Andreas Jung <[EMAIL PROTECTED]> wrote:

> No idea what you're talking about. The standard Zope setup has nothing like
> a FS cache. There ZODB caches configured for each ZODB storage. And there is
> nothing like 'fs' under Control Panel -> fs. If you have some 3rd party
> instaleld, tell us - we can't guess what's installed on _your_ system.
>
> Andreas

Yes you're right, the default installation doesn't have it, sorry
about that...( I'm not the one who set it up ).
I guess it has something to do with the Zeo disk cache.

Anyway, the default installation has 'main' and 'temporary', and you
can flush the cache for these.
I'd like to do it in command line, but I can't figure out if there is
a way to do it.
I'm also looking for something to choose the objects to cache a bit
more precisely (like a list of objects not to cache or so).

Regards,
-- 
Kereoz
http://www.kereoz.org
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Cache

2008-06-23 Thread Kereoz
On Mon, Jun 23, 2008 at 6:44 PM, Andreas Jung <[EMAIL PROTECTED]> wrote:
>
>
> --On 23. Juni 2008 18:17:31 +0100 Kereoz <[EMAIL PROTECTED]> wrote:
>
>> Hi,
>>
>> I use Zope 2.8 and I edit files via ssh. I would like to disable the
>> FS cache for some folders only (where I edit the files) so I don't
>> have it to flush it after each modification.
>> Alternatively, would it be possible to flush the FS cache in command
>> line (rather than via ZMI) and only for a given folder ?
>
> FS cache?
>
> -aj

The filesystem cache, you can find it it the ZMI in Control Panel ->
Database Management -> fs
Sorry if I was not clear :)

Cheers
-- 
Kereoz
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Cache

2008-06-23 Thread Kereoz
Hi,

I use Zope 2.8 and I edit files via ssh. I would like to disable the
FS cache for some folders only (where I edit the files) so I don't
have it to flush it after each modification.
Alternatively, would it be possible to flush the FS cache in command
line (rather than via ZMI) and only for a given folder ?

Cheers
-- 
Kereoz
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )