Thanks B. Goode...good information. I'm new to multiprocessing so I'm learning. Got it working pretty smoothly on a single raspberry but now having to wrap my tiny brain around the whole clustering thing to get more cores. Also looking at other options like Pyro. My goal isn't so much increasing processing speed but more independent processes. Ex..to move my pan/tilt servos at a controlled rate required incremental commands with delays..other processes (camera stream processing/motor drives) were having to wait around. Got it working smooth now with multiprocessing. Multi threading wasn't as smooth probably because of my lack of coding skill.
I know this is kind of an ambiguous request, but any thoughts are appreciated.