scikit-hep / vegascope

View Vega/Vega-Lite plots in your web browser from local or remote Python processes.
BSD 3-Clause "New" or "Revised" License
35 stars 4 forks source link

This branch was supposed to be called "feature-atexit" #2

Closed jpivarski closed 6 years ago

jpivarski commented 6 years ago

... but atexit wasn't necessary after all. The _httpd server should have had daemon_threads = True to automatically kill the threads that the server spawns to handle requests. (I made the server's thread a daemon, but it wasn't making the additional threads it spawned daemons.)