PamelaM / mptools

Wrapper for multiprocessing that provides a bunch of boilerplate.
MIT License
78 stars 20 forks source link

has this code been used in production? #183

Open stockh0lm opened 3 years ago

stockh0lm commented 3 years ago

I would like to use mptools in a research project in University because i need a reliable, minimal queue-worker framework. I notice there were no recent commits - so is this mature code? Is it in use somewhere? I think the code is beautiful and very readable. 👍

sfbence commented 1 year ago

Great basis, I had to modify slightly for individual process starts and stops, as I have sensors/processes running independently which do not start and end at the same time. But overall great framework, easily expandable for various tasks. My use case is a sailboat control project running on a raspberry pi zero 2w with 8+ sensors and various data processing in parallel.