daemon thread cleanup approach

Devin Jeanpierre jeanpierreda at gmail.com
Fri May 30 17:58:14 EDT 2014


On Fri, May 30, 2014 at 1:59 PM, Ethan Furman <ethan at stoneleaf.us> wrote:
> Given the use-case (must shut down, cannot risk a hung process, orphan files
> be damned) I don't think having a daemon thread die because it raised an
> exception trying to access a missing global is a big deal.

It's certainly suboptimal. Subprocesses are better in every way.

-- Devin



More information about the Python-list mailing list