On Wed Dec 17 2014 at 5:45:31 PM John Gordon <gor...@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?
-- https://mail.python.org/mailman/listinfo/python-list