Is there a way to schedule my script?

Juan Christian juan0christian at gmail.com
Wed Dec 17 14:51:57 EST 2014


On Wed Dec 17 2014 at 5:45:31 PM John Gordon <gordon at panix.com> wrote:
You could write a separate program whose only job is to send a STOP or
CONTINUE signal to your main program, and then run that program from a
scheduler.

The standard system "kill" command would probably work for this purpose,
assuming you have access to your main program's process ID.

There isn't any 'prettier' way? Such as a built-in or third-party module
for something common like that?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20141217/595bc1bf/attachment.html>


More information about the Python-list mailing list