brianinnes / vPiP

A python library with accompanying Arduino code to drive a vertical plotter from a Raspberry Pi. This project is targeted to drive the driver board created by makeBournemouth, but will work with any system capable of running Python and connecting to an Arduino/Genuino to drive the stepper motors
https://github.com/brianinnes/vPiP/wiki
Apache License 2.0
16 stars 11 forks source link

Python processes don't die #2

Closed MarkJB closed 7 years ago

MarkJB commented 8 years ago

I was running test1.py and had to kill it (ctrl-c a couple of times) which left two processes running.

A second run of test1.py was killed leaving another 2 processes.

Had to kill them manually.

I was running commit:

f0d0eef793cf2f2e25163ef0d5ac13d7b2944c05 Date: Wed Mar 9 21:28:13 2016 +0000 Moved from using threads to use multiprocesses to get round single process restriction and enable use of multi-core raspberry pi

brianinnes commented 7 years ago

Version 2 will replace the need for multiple python processes