AW: clearing the cache in zms 2.11
"Dr. Frank Hoffmann" <[email protected]>
| Newsgroups | gmane.comp.cms.zms.devel |
|---|---|
| Message-ID | <83483D7FAF4A4851929F6317F5ABFFCD@Thinkpad> |
Please try: clearCachePages() HINT: If any function name is not found in the API docu, simply use the text-search in the folder ../Products/zms. Usually you will find the python module and the function parameters. Regards fh, moderator PS: http://www.zope.org/Products/Zope/2.10.0b1/CHANGES.txt "Added a 'clock server' servertype which allows users to configure methods that should be called periodically as if they were being called by a remote user agent on one of Zope's HTTP ports. This is meant to replace wget+cron for some class of periodic callables. To use, create a "clock-server" directive section anywhere in your zope.conf file, like so: method /do_stuff period 60 user admin password 123 host localhost .... To make sure the clock is working, examine your Z2.log file. It should show requests incoming via a "Zope Clock Server" useragent. ...."