Closed GoogleCodeExporter closed 8 years ago
Figured out the problem: python-daemon, upon daemonization, closes all open
file descriptors except std*. It is possible to pass in specific file
descriptors to keep open, but that's rather crappy dance to go through, so it's
probably easier to setup the database after initializing daemonization.
Original comment by djc.ochtman
on 4 Oct 2011 at 2:58
Original issue reported on code.google.com by
djc.ochtman
on 4 Oct 2011 at 2:48