Question on multiple Python users in one application

Paul Rubin no.email at nospam.invalid
Thu Oct 6 17:11:09 EDT 2016


"Jolly Good Spam" <myspamacct at 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.



More information about the Python-list mailing list