Tagged Questions

0
votes
1answer
231 views

problem handling db conection on daemonize threads

Just for the record, i just started programing on python, and this is the first time i try to do a daemon. I have a problem handling DB connections in a daemon i've been working on, the first thing i ...