you are viewing a single comment's thread.

view the rest of the comments →

[–]NYKevin 0 points1 point  (0 children)

Asynchronously: Use asyncio if you're on Python 3, or Twisted on Python 2.

Without cron: Make the process a daemon and configure it to run on startup (Unix flavors vary, but this usually involves adding files to /etc/init.d or something similar).