AstroPhoto-Plus
AstroPhoto-Plus copied to clipboard
Review threading/multiprocessing
trafficstars
We currently have way too many threads. we could optimise things by centralising some threads (for instance, SSE, sequences), using more queues, and more multiprocessing when needed and possible. SSE should have its own thread. Running Sequences should be processes.
Related to #51 #159