I have a problem handling database connections in a daemon I\'ve been working on, I first connect to my postgres database with:
I have written a Python script that checks a certain e-mail address and passes new e-mails to an external program.How can I get this script to execute 24/7, such as turning it i开发者_Python百科nto da