uvic-aero / onboard-computer

0 stars 1 forks source link

Research python 3 concurrency strategys #9

Closed dragonprevost closed 4 years ago

dragonprevost commented 5 years ago

OBC runs a lot of different apps/processes at the same time. It would be beneficial to have a standard in how we run these concurrently. Python makes use of threads and pools in a unique way so this issue requires some research in different python multithreading options to find the best solution for obc.

Notes: