On 06/10/16 22:11, Paul Rubin wrote:
"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.

Loren says that this is to be CPython embedded into an existing application (in which each user can be identified somehow).

We need to understand first what the process/threading/per-user model of the existing application is.

E.
--
https://mail.python.org/mailman/listinfo/python-list

Reply via email to