Re: [Zope] cron like service

2010-05-05 Thread Garry Saddington

Chris Withers wrote:

Garry Saddington wrote:
Can anyone suggest the easiest way to automatically have a python 
script fire at set times of the day/month/year.


I just use Stepper and fire it from cron ;-)

http://www.simplistix.co.uk/software/zope/stepper

Chris



Just got TimerService and ZopeScheduler working. Thanks for all the 
suggestions.

Garry
<>___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cron like service

2010-05-05 Thread Chris Withers
Garry Saddington wrote:
> Can anyone suggest the easiest way to automatically have a python script 
> fire at set times of the day/month/year.

I just use Stepper and fire it from cron ;-)

http://www.simplistix.co.uk/software/zope/stepper

Chris

-- 
Simplistix - Content Management, Batch Processing & Python Consulting
 - http://www.simplistix.co.uk
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cron like service

2010-05-05 Thread Baiju M
On Wed, May 5, 2010 at 6:49 PM, Garry Saddington
 wrote:
> Can anyone suggest the easiest way to automatically have a python script
> fire at set times of the day/month/year.

Well, these things may not be easiest:

http://celeryproject.org/
http://packages.python.org/zc.async/1.5.0/

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


Re: [Zope] cron like service

2010-05-05 Thread Christoph Glaubitz
On Wed, 05 May 2010 14:19:40 +0100
Garry Saddington  wrote:

> Can anyone suggest the easiest way to automatically have a python
> script fire at set times of the day/month/year.

http://pypi.python.org/pypi/Products.ClockServer/

chris

-- 
Abt. Entwicklung

Zettwerk Software Engineering GmbH
Haid-und-Neu-Str. 7, D-76131 Karlsruhe
Technologiefabrik Karlsruhe

Registergericht Mannheim: HRB 67
Geschäftsführer: Lars Mackel

Fon: +49.721.62.38.95.60
Fax: +49.721.62.38.95.66
Mail: mailto:c...@zettwerk.com
Net: http://www.zettwerk.com


signature.asc
Description: PGP signature
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] cron like service

2010-05-05 Thread Andrew Milton
+---[ Garry Saddington ]--
| Can anyone suggest the easiest way to automatically have a python script 
| fire at set times of the day/month/year.

A cron job that uses (wget | curl | fetch | lynx | netcat | etc) to hit your 
script.

-- 
Andrew Milton
a...@theinternet.com.au
___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] cron like service

2010-05-05 Thread Garry Saddington
Can anyone suggest the easiest way to automatically have a python script 
fire at set times of the day/month/year.

Regards
Garry
<>___
Zope maillist  -  Zope@zope.org
https://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope-dev )