Hello everybody, just a quick question: is it possible in ZOPE to run a dtml-method in a cyclic mode ? For example every hour or at 9.00AM etc. ? Or is there a ZOPE product that do this ? That would be great. Thaks in advance Florian Schuler
On Today, zope-admin@zope.org wrote:
Delivered-To: olpa-zope@sybcom.de Subject: [Zope] Cyclic dtml-mehtod call Date: Tue, 2 Oct 2001 09:42:00 +0200 To: "Zope Mailingliste (E-Mail)" <zope@zope.org> From: Florian Schuler <florian.schuler@braunconsulting.de>
Hello everybody,
just a quick question: is it possible in ZOPE to run a dtml-method in a cyclic mode ? For example every hour or at 9.00AM etc. ? Or is there a ZOPE product that do this ? That would be great.
Thaks in advance
Florian Schuler
basically, you could write a real cron job launching HTTP requests. If your method is called A_html, then you could call wget http://servername/A_html?parameter1=value1¶meter2=value2 periodically in a cron job. --- Sometimes I think the surest sign that intelligent life exists elsewhere in the universe is that none of it has tried to contact us. -- Calvin --- Oliver Pabst .-------------------------. mailto:olpa@sybcom.de : : phone :+49 681 56600600 : project department : SYBCOM GmbH fax :+49 681 56600660 : : http://www.sybcom.de
Search zope.org for "xron". Phil ----- Original Message ----- From: "Florian Schuler" <florian.schuler@braunconsulting.de> To: "Zope Mailingliste (E-Mail)" <zope@zope.org> Sent: Tuesday, October 02, 2001 8:42 AM Subject: [Zope] Cyclic dtml-mehtod call
Hello everybody,
just a quick question: is it possible in ZOPE to run a dtml-method in a cyclic mode ? For example every hour or at 9.00AM etc. ? Or is there a ZOPE product that do this ? That would be great.
Thaks in advance
Florian Schuler
_______________________________________________ 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 )
participants (3)
-
Florian Schuler -
olpa@sybcom.de -
Phil Harris