"Jolly Good Spam" <myspama...@earthlink.net> writes: > Can someone please suggest what I should be looking at and doing to be > able to effectively run multiple independent Pythons in a single > program?
Put each Python in a separate process and communicate by IPC. -- https://mail.python.org/mailman/listinfo/python-list