KyleBenson / scale_client

The Python-based SCALE Client software for acquiring data from various sensors (i.e. via Raspberry Pi platform), processing it, and sharing it through multiple networks and data exchange protocols.
http://scale.ics.uci.edu/
Other
4 stars 8 forks source link

Setting daemon=True for classes when constructing? #18

Closed KyleBenson closed 9 years ago

KyleBenson commented 9 years ago

I'm not sure what this is doing, but it should really be handled from inside the class constructor itself rather than from the outside.

bfrggit commented 9 years ago

It seemed that if you don't do that, the threads will not receive the termination signal from the main thread, which prevents them from being terminated with Ctrl+C.

No longer a problem is the circuit based "threading".