Page 1 of 1

if raspberry pi 3 model b can do multiprocessing over python

Posted: Tue Mar 13, 2018 10:03 am
by Sherry123
Could someone please help me figure out if raspberry pi 3 model b can do multiprocessing over python? If so how? I am struggling to make it happen.
Thanks!

Re: if raspberry pi 3 model b can do multiprocessing over python

Posted: Tue Mar 13, 2018 10:14 am
by scotty101
Python supports multiprocessing
https://docs.python.org/3.4/library/mul ... ht=process

If you are struggling, perhaps share what you have so far and perhaps someone can help.